File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ pipeline {
218
218
// sh("npm set @zowe:registry https://api.bintray.com/npm/ca/brightside/")
219
219
sh(" npm set @zowe:registry https://registry.npmjs.org" )
220
220
221
- sh(" npm install -g @zowe/cli@latest " )
221
+ sh(" npm install -g @zowe/cli@daily " )
222
222
sh(" zowe --version" )
223
223
}
224
224
}
@@ -536,6 +536,9 @@ pipeline {
536
536
expression {
537
537
return BRANCH_NAME == MASTER_BRANCH
538
538
}
539
+ expression {
540
+ return GIT_COMMIT = ! GIT_PREVIOUS_SUCCESSFUL_COMMIT
541
+ }
539
542
}
540
543
}
541
544
steps {
@@ -587,6 +590,9 @@ pipeline {
587
590
expression {
588
591
return BRANCH_NAME == MASTER_BRANCH
589
592
}
593
+ expression {
594
+ return GIT_COMMIT = ! GIT_PREVIOUS_SUCCESSFUL_COMMIT
595
+ }
590
596
}
591
597
}
592
598
steps {
You can’t perform that action at this time.
0 commit comments