Skip to content

Commit 3b52ffd

Browse files
add call to wm_init.sh to help metrics job
Signed-off-by: Bruce Kropp <bruce.kropp@raytheon.com>
1 parent e6b399b commit 3b52ffd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cicd/Jenkinsfile

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def generateStage(nodeLabel) {
2424
checkout scm
2525
script {
2626
currentBuild.displayName = "#${BUILD_NUMBER} ${nodeLabel}"
27+
sh 'bash --login "${WORKSPACE}/.cicd/scripts/wm_init.sh"'
2728
sh "STAGE_NAME='${env.STAGE_NAME}' " + 'bash --login "${WORKSPACE}/.cicd/scripts/disk_usage.sh"'
2829
}
2930
}

0 commit comments

Comments
 (0)