mirror of
https://github.com/plexusorg/Plex.git
synced 2025-02-05 14:36:02 +00:00
So this is what it is
This commit is contained in:
parent
6527e51159
commit
7e3c48536a
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -12,7 +12,7 @@ pipeline {
|
|||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: 'build/libs/*.jar', fingerprint: true
|
||||
javadocDir 'build/docs/javadoc'
|
||||
javadoc '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