mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 17:17:37 +00:00
So this is what it is
This commit is contained in:
parent
6527e51159
commit
7e3c48536a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -12,7 +12,7 @@ pipeline {
|
|||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts: 'build/libs/*.jar', fingerprint: true
|
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
|
discordSend description: "Jenkins", link: env.BUILD_URL, result: currentBuild.currentResult, title: JOB_NAME, webhookURL: env.PLEX_WEBHOOK_URL
|
||||||
deleteWs()
|
deleteWs()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user