Merge pull request 'Jenkinsfile: add mail pipeline' (#2) from onjen/pipeline-check into master
All checks were successful
dotfiles/pipeline/head This commit looks good
All checks were successful
dotfiles/pipeline/head This commit looks good
Reviewed-on: #2
This commit is contained in:
commit
24d1a271a8
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -8,4 +8,12 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
failure {
|
||||
emailext body: 'Please check #$BUILD_NUMBER $PROJECT_NAME - $BUILD_STATUS! See $BUILD_URL', subject: 'Build #$BUILD_NUMBER $PROJECT_NAME - $BUILD_STATUS!', recipientProviders: [developers(), requestor()]
|
||||
}
|
||||
fixed {
|
||||
emailext body: '$BUILD_STATUS, see $BUILD_URL', subject: 'Build #$BUILD_NUMBER $PROJECT_NAME - $BUILD_STATUS!', recipientProviders: [developers(), requestor()]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user