mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 09:07:37 +00:00
Update Jenkinsfile
This commit is contained in:
parent
9708f871c8
commit
6a91d6a761
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -10,6 +10,8 @@ pipeline {
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: 'build/libs/*.jar', fingerprint: true
|
||||
javadocDir 'build/docs/javadoc'
|
||||
discordSend description: "Jenkins", link: env.BUILD_URL, result: currentBuild.currentResult, title: JOB_NAME, webhookURL: env.PLEX_WEBHOOK_URL
|
||||
deleteWs()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user