Skip to content

Commit 9ff2a0e

Browse files
committed
correct the node label
1 parent 9caea2c commit 9ff2a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ try{
9999
}//if publishMarketPlace
100100
}
101101
}catch(error){
102-
(currentBuild.result != "ABORTED") && node("master") {
102+
(currentBuild.result != "ABORTED") && node() {
103103
step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: emailextrecipients([[$class: 'CulpritsRecipientProvider'], [$class: 'RequesterRecipientProvider']])])
104104
throw error
105105
}

0 commit comments

Comments
 (0)