Commit f7f5531 1 parent 7c2bf03 commit f7f5531 Copy full SHA for f7f5531
File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,17 @@ def generateStage(nodeLabel) {
23
23
cleanWs()
24
24
checkout scm
25
25
script {
26
- sh " STAGE_NAME='${ env.STAGE_NAME} ' " + ' bash --login "${WORKSPACE}/.cicd/scripts/disk_usage.sh"'
26
+ sh " STAGE_NAME='${ env.STAGE_NAME} ' " + ' bash --login "${WORKSPACE}/.cicd/scripts/disk_usage.sh"'
27
27
}
28
28
}
29
29
}
30
30
stage(" Build on ${ nodeLabel} " ) {
31
31
node(nodeLabel) {
32
32
script {
33
33
echo " Building on ${ nodeLabel} "
34
+ currentBuild. displayName = " #${ BUILD_NUMBER} ${ nodeLabel} <compiler>"
35
+ // currentBuild.description = ""
36
+
34
37
echo ' bash --login "${WORKSPACE}/.cicd/scripts/wm_build.sh"'
35
38
sh " STAGE_NAME='${ env.STAGE_NAME} ' " + ' bash --login "${WORKSPACE}/.cicd/scripts/disk_usage.sh"'
36
39
}
You can’t perform that action at this time.
0 commit comments