Compare commits
2 Commits
8ce9f4e1ab
...
24d1a271a8
Author | SHA1 | Date | |
---|---|---|---|
24d1a271a8 | |||
ba2c3b97fe |
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