Commit 520da562 by Administrator

Added Jenkinsfile

parent 8abbe681
......@@ -19,5 +19,10 @@ pipeline {
sh 'pwd'
}
}
stage('Send Mail') {
steps {
mail(subject: '$DEFAULT_SUBJECT', body: '$DEFAULT_CONTENT', replyTo: 'zhangjinxiao@zhiweidata.com,linchengbiao@zhiweidata.com', to: 'zhangjinxiao@zhiweidata.com,linchengbiao@zhiweidata.com')
}
}
}
}
\ No newline at end of file
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