diff options
| -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]", |
