chore: 去掉 mvnw clean

This commit is contained in:
CaptainB 2023-04-14 15:35:59 +08:00
parent a5c9d5df7d
commit 9eef20d23b
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -47,7 +47,6 @@ pipeline {
withCredentials([string(credentialsId: 'wechat-bot-webhook', variable: 'WEBHOOK')]) {
qyWechatNotification failNotify: true, mentionedId: '', mentionedMobile: '', webhookUrl: "$WEBHOOK"
}
sh "./mvnw clean"
}
}
}