Scenario Services Components
light
IBuildInfo
IBuildInfo shows debug information about the static frontend build. Most of the info comes from the scse-apps-deploy Jenkins job. The runtime config is set as follows:
              runtimeConfig.buildInfo = { 
                url: process.env.SCSE_COMPONENTS_BUILD_URL,
                number: process.env.SCSE_COMPONENTS_BUILD_NUMBER,
                gitCommit: process.env.SCSE_COMPONENTS_BUILD_GIT_COMMIT,
                gitRef: process.env.SCSE_COMPONENTS_BUILD_GIT_REF,
                gitUrl: process.env.SCSE_COMPONENTS_BUILD_GIT_URL,
                timestamp: process.env.SCSE_COMPONENTS_BUILD_TIMESTAMP 
              }