Skip to content

Commit

Permalink
Improve email wording
Browse files Browse the repository at this point in the history
  • Loading branch information
swails committed Mar 17, 2019
1 parent ca81d4b commit fe36d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pipeline {
failure {
emailext attachLog: true, compressLog: true,
subject: "pytraj tests failed",
body: "The pytraj tests failed when running against the ambermd/libcpptraj:${LIBCPPTRAJ_IMAGE_TAG}",
body: "The pytraj tests failed when running against the ambermd/libcpptraj:${LIBCPPTRAJ_IMAGE_TAG} docker image",
recipientProviders: [culprits(), brokenTestsSuspects(), developers()]
}
}
Expand Down

0 comments on commit fe36d21

Please sign in to comment.