Commit bdf7c59b by Administrator

Update Jenkinsfile

parent ba06334d
...@@ -20,7 +20,7 @@ pipeline { ...@@ -20,7 +20,7 @@ pipeline {
} }
stage('Sendmail') { stage('Sendmail') {
steps { steps {
emailext(subject: '$DEFAULT_SUBJECT', body: '$DEFAULT_CONTENT', attachLog: true, compressLog: true, postsendScript: '$DEFAULT_POSTSEND_SCRIPT', presendScript: '$DEFAULT_PRESEND_SCRIPT', replyTo: 'zhangjinxiao@zhiweidata.com,yuchengyi@zhiweidata.com', to: 'zhangjinxiao@zhiweidata.com,chenweiyang@zhiweidata.com') emailext(subject: '$DEFAULT_SUBJECT', body: '$DEFAULT_CONTENT', attachLog: true, compressLog: true, postsendScript: '$DEFAULT_POSTSEND_SCRIPT', presendScript: '$DEFAULT_PRESEND_SCRIPT', replyTo: 'zhangjinxiao@zhiweidata.com,yuchengyi@zhiweidata.com', to: 'zhangjinxiao@zhiweidata.com,shentao@zhiweidata.com')
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment