Update Jenkinsfile

This commit is contained in:
Telesphoreo 2022-05-12 22:54:16 -05:00
parent e83bee3bf5
commit c282ffa562
No known key found for this signature in database
GPG Key ID: 5ACFFC4682CF849B
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ pipeline {
post {
always {
archiveArtifacts artifacts: "build/libs/*-SNAPSHOT.jar", fingerprint: true
discordSend description: "Jenkins", link: env.BUILD_URL, result: currentBuild.currentResult, title: JOB_NAME, webhookURL: env.BLACKOUT_WEBHOOK_URL
discordSend description: "Jenkins", link: env.BUILD_URL, result: currentBuild.currentResult, title: JOB_NAME, webhookURL: env.WEBHOOK_URL
cleanWs()
}
}