mirror of
https://github.com/plexusorg/Plex.git
synced 2025-02-10 11:06:00 +00:00
Update Jenkinsfile
This commit is contained in:
parent
9708f871c8
commit
6a91d6a761
1 changed files with 2 additions and 0 deletions
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 a new issue