build: 修改jenkinsfile
This commit is contained in:
parent
6f51701693
commit
308743edc8
|
@ -31,7 +31,7 @@ pipeline {
|
|||
always {
|
||||
sh "echo \$WEBHOOK\n"
|
||||
withCredentials([string(credentialsId: 'wechat-bot-webhook', variable: 'WEBHOOK')]) {
|
||||
qyWechatNotification failSend: true, mentionedId: '', mentionedMobile: '', webhookUrl: "$WEBHOOK"
|
||||
qyWechatNotification failNotify: true, mentionedId: '', mentionedMobile: '', webhookUrl: "$WEBHOOK"
|
||||
}
|
||||
sh "./mvnw clean"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue