diff options
| author | tgrogers <[email protected]> | 2017-07-19 15:13:37 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2017-07-19 15:13:37 -0400 |
| commit | 9100087555584013c735d6cddc0a8069567d564b (patch) | |
| tree | 475ab0fdae1f2ea49773f8309bc9f3e8c135957e /Jenkinsfile | |
| parent | 8b720063ff18ae8450517c89e536a46986bb8d43 (diff) | |
does not like the space
Diffstat (limited to 'Jenkinsfile')
| -rw-r--r-- | Jenkinsfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index fad7bb0..8c05427 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,8 +18,7 @@ pipeline { ./util/job_launching/monitor_func_test.py -v -N regress' emailex - body: "$JOB_NAME - $BRANCH_NAME - Build # currentBuild.number - currentBuild.result: - Check console output at $BUILD_URL to view the results.", + body: "$JOB_NAME - $BRANCH_NAME - Build # currentBuild.number - currentBuild.result: Check console output at $BUILD_URL to view the results.", recipientProviders: [[$class: "CulpritsRecipientProvider"], [$class: "RequesterRecipientProvider"]], replyTo: "[email protected]", |
