mirror of
https://github.com/plexusorg/Blackout.git
synced 2025-02-05 06:03:09 +00:00
Update Jenkinsfile
This commit is contained in:
parent
e83bee3bf5
commit
c282ffa562
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -12,7 +12,7 @@ pipeline {
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts: "build/libs/*-SNAPSHOT.jar", fingerprint: true
|
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()
|
cleanWs()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue