Compare commits

..

No commits in common. "24d1a271a8c0c32c233f8748f249e5ee4ad502cd" and "8ce9f4e1ab528febca1e198408e34deb4c380530" have entirely different histories.

8
Jenkinsfile vendored
View File

@ -8,12 +8,4 @@ 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()]
}
}
}