diff --git a/.cicd/Jenkinsfile b/.cicd/Jenkinsfile index e47d561a2d..094d70530e 100644 --- a/.cicd/Jenkinsfile +++ b/.cicd/Jenkinsfile @@ -24,7 +24,7 @@ def generateStage(nodeLabel) { UFS_PLATFORM = "${NODE_NAME}" } script { - currentBuild.displayName = "#${BUILD_NUMBER} ${env.UFS_PLATFORM}" + currentBuild.displayName = "#${BUILD_NUMBER} ${UFS_PLATFORM}" } cleanWs() checkout scm @@ -33,7 +33,7 @@ def generateStage(nodeLabel) { 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: "${nodeLabel}-*-time-wm_init.json", storageClass: 'STANDARD', uploadFromSlave: false, useServerSideEncryption: false]], pluginFailureResultConstraint: 'FAILURE', profileName: 'main', userMetadata: [] - 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: "${nodeLabel}-*-disk-usageInit*.csv", storageClass: 'STANDARD', uploadFromSlave: false, useServerSideEncryption: false]], pluginFailureResultConstraint: 'FAILURE', profileName: 'main', userMetadata: [] + 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: "${UFS_PLATFORM}-*-disk-usageInit*.csv", storageClass: 'STANDARD', uploadFromSlave: false, useServerSideEncryption: false]], pluginFailureResultConstraint: 'FAILURE', profileName: 'main', userMetadata: [] } } @@ -46,7 +46,7 @@ def generateStage(nodeLabel) { script { echo "Building on ${nodeLabel}" currentBuild.displayName = "#${BUILD_NUMBER} ${nodeLabel} ${UFS_COMPILER}" - currentBuild.description = "build ${env.UFS_PLATFORM}/${UFS_COMPILER}" + currentBuild.description = "build ${UFS_PLATFORM}/${UFS_COMPILER}" sh 'bash --login "${WORKSPACE}/.cicd/scripts/wm_build.sh"' sh "STAGE_NAME='${env.STAGE_NAME}' " + 'bash --login "${WORKSPACE}/.cicd/scripts/disk_usage.sh"'