mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 17:17:37 +00:00
I am an idiot
This commit is contained in:
parent
7e3c48536a
commit
498aa8f2fd
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -12,7 +12,10 @@ pipeline {
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: 'build/libs/*.jar', fingerprint: true
|
||||
javadoc 'build/docs/javadoc'
|
||||
javadoc {
|
||||
javadocDir 'build/docs/javadoc'
|
||||
keepAll false
|
||||
}
|
||||
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