commit | 3e112f40b64e8bee433fc440057e4e2b55b4440e | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Tue Jun 12 15:18:25 2018 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Tue Jun 12 15:18:25 2018 -0700 |
tree | 8768961d35bdecbbe2ea3228466ad8051c2895c5 | |
parent | f3fd7ff3263dbe00b8136168fba353d7648de3e6 [diff] |
emailext default subject/body don't apply to pipeline jobs Change-Id: I449e606fc785f90d684567e149f7fdb9a10d770e
diff --git a/jjb/pipeline/imagebuilder.groovy b/jjb/pipeline/imagebuilder.groovy index a8636ea..1d5a950 100644 --- a/jjb/pipeline/imagebuilder.groovy +++ b/jjb/pipeline/imagebuilder.groovy
@@ -77,6 +77,8 @@ } failure { emailext ( + subject: "$PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS", + body: "Check console output at $BUILD_URL to view the results.", to: "${params.failureEmail}" ) }