diff options
| author | tgrogers <[email protected]> | 2020-04-09 14:02:23 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2020-04-09 14:02:23 -0400 |
| commit | 9d1b73abe3b7d7693e57cab3770764c6566860da (patch) | |
| tree | 1c40cb4765fb44bd56f88f4fc48dbf8c11755bea | |
| parent | 1c284a89c9f15e75c0a1f17a39684af2d5558380 (diff) | |
another line deleted due to format check
| -rw-r--r-- | Jenkinsfile | 4 |
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 { to: '[email protected]' } failure { - sh 'git remote rm upstream' +// sh 'git remote rm upstream' emailext body: "See ${BUILD_URL}", recipientProviders: [[$class: 'CulpritsRecipientProvider'], [$class: 'RequesterRecipientProvider']], |
