mirror of
https://github.com/plexusorg/Plex.git
synced 2025-06-26 13:54:27 +00:00
So this is what it is
This commit is contained in:
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()
|
||||
}
|
||||
|
Reference in New Issue
Block a user