mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 09:07:37 +00:00
it would help if there was better documentation
This commit is contained in:
parent
498aa8f2fd
commit
ff4f0a30c7
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -12,10 +12,8 @@ pipeline {
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: 'build/libs/*.jar', fingerprint: true
|
||||
javadoc {
|
||||
javadocDir 'build/docs/javadoc'
|
||||
keepAll false
|
||||
}
|
||||
javadoc javadocDir 'build/docs/javadoc'
|
||||
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