Skip to content

Commit

Permalink
use env.UFS_PLATFORM in init stage
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce Kropp <bruce.kropp@raytheon.com>
  • Loading branch information
BruceKropp-Raytheon committed Dec 10, 2024
1 parent 19e172b commit da5c8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cicd/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def generateStage(nodeLabel) {
cleanWs()
checkout scm
script {
currentBuild.displayName = "#${BUILD_NUMBER} ${UFS_PLATFORM}"
currentBuild.displayName = "#${BUILD_NUMBER} ${env.UFS_PLATFORM}"
sh 'bash --login "${WORKSPACE}/.cicd/scripts/wm_init.sh"'
sh "STAGE_NAME='${env.STAGE_NAME}' " + 'bash --login "${WORKSPACE}/.cicd/scripts/disk_usage.sh"'
s3Upload consoleLogLevel: 'INFO', dontSetBuildResultOnFailure: false, dontWaitForConcurrentBuildCompletion: false, entries: [[bucket: 'noaa-epic-prod-jenkins-artifacts', excludedFile: '', flatten: false, gzipFiles: false, keepForever: false, managedArtifacts: true, noUploadOnFailure: false, selectedRegion: 'us-east-1', showDirectlyInBrowser: false, sourceFile: "${env.UFS_PLATFORM}-*-time-wm_init.json", storageClass: 'STANDARD', uploadFromSlave: false, useServerSideEncryption: false]], pluginFailureResultConstraint: 'FAILURE', profileName: 'main', userMetadata: []
Expand Down

0 comments on commit da5c8f9

Please sign in to comment.