I am an idiot

This commit is contained in:
Telesphoreo 2022-04-07 00:11:59 -05:00
parent 7e3c48536a
commit 498aa8f2fd
1 changed files with 4 additions and 1 deletions

5
Jenkinsfile vendored
View File

@ -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()
}