summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authortgrogers <[email protected]>2020-04-09 14:02:23 -0400
committertgrogers <[email protected]>2020-04-09 14:02:23 -0400
commit9d1b73abe3b7d7693e57cab3770764c6566860da (patch)
tree1c40cb4765fb44bd56f88f4fc48dbf8c11755bea /Jenkinsfile
parent1c284a89c9f15e75c0a1f17a39684af2d5558380 (diff)
another line deleted due to format check
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 0cbd0dd..4495461 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -107,7 +107,7 @@ pipeline {
}
post {
success {
- sh 'git remote rm upstream'
+// sh 'git remote rm upstream'
emailext body:'''${SCRIPT, template="groovy-html.success.template"}''',
recipientProviders: [[$class: 'CulpritsRecipientProvider'],
[$class: 'RequesterRecipientProvider']],
@@ -116,7 +116,7 @@ pipeline {
}
failure {
- sh 'git remote rm upstream'
+// sh 'git remote rm upstream'
emailext body: "See ${BUILD_URL}",
recipientProviders: [[$class: 'CulpritsRecipientProvider'],
[$class: 'RequesterRecipientProvider']],