build: 修改jenkinsfile
This commit is contained in:
parent
6b8735aac7
commit
a6801d9430
|
@ -34,7 +34,7 @@ pipeline {
|
||||||
always {
|
always {
|
||||||
sh "echo \$WEBHOOK\n"
|
sh "echo \$WEBHOOK\n"
|
||||||
withCredentials([string(credentialsId: 'wechat-bot-webhook', variable: 'WEBHOOK')]) {
|
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"
|
sh "./mvnw clean"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue