File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -605,8 +605,7 @@ pipeline {
605
605
if (BRANCH_NAME == MASTER_BRANCH ) {
606
606
echo " publishing next to $TEST_NPM_REGISTRY "
607
607
sh " npm publish --tag next"
608
- }
609
- else {
608
+ b else {
610
609
echo " publishing latest to $TEST_NPM_REGISTRY "
611
610
sh " npm publish --tag latest"
612
611
}
@@ -621,7 +620,7 @@ pipeline {
621
620
}
622
621
post {
623
622
failure {
624
- slackSend (channel : ' @matthew.wilson' , message : ' Build failed ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)' , tokenCredentialId : ' slack-cics-node-dev' )
623
+ slackSend (channel : ' @matthew.wilson' , message : " Build failed ${ env.JOB_NAME} ${ env.BUILD_NUMBER} (<${ env.BUILD_URL} |Open>)" , tokenCredentialId : ' slack-cics-node-dev' )
625
624
}
626
625
}
627
626
}
You can’t perform that action at this time.
0 commit comments