Привет. Я пытался отправить уведомление по электронной почте, когда произошел сбой сборки для Дженкинса.
node ('abc') {
stage ('checkout'){
some codes inside
}
stage ('build'){
some code inside
}
stage ('test') {
some code inside
}
stage ('deploy'){
some code inside
}
post {
failure {
mail bcc: '', body: '''Hi,
The pipeline at Jenkins has failed. Pleas go over to the Jenkins and
check it out.
Thanks!''', cc: '', from: '', replyTo: '', subject: 'The pipeline has failed!', to: 'abc@gmail.com'
}
}
}
. Сообщение об ошибке
java.lang.NoSuchMethodError: Нет.такой метод DSL 'post' найден среди шагов