Skip to content

Commit

Permalink
set env.UFS_PLATFORM
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 b9f7917 commit aed73bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cicd/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def generateStage(nodeLabel) {
script {
echo "Building on ${nodeLabel}"
currentBuild.displayName = "#${BUILD_NUMBER} ${nodeLabel} ${UFS_COMPILER}"
//currentBuild.description = ""
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"'
Expand Down Expand Up @@ -127,7 +127,7 @@ pipeline {
AWS_PROD_SNS_TOPIC = credentials('AWS_PROD_SNS_TOPIC')
GITHUB_TOKEN = credentials('GithubJenkinsNew')
GIT_URL = 'https://github.com/ufs-community/ufs-weather-model.git'
UFS_PLATFORM = "${NODE_NAME}"
UFS_PLATFORM = env.NODE_NAME
UFS_COMPILER = 'intel'
}
stages {
Expand Down

0 comments on commit aed73bd

Please sign in to comment.