mirror of
https://github.com/plexusorg/Plex.git
synced 2025-02-11 03:30:19 +00:00
WHAT AM I SUPPOSED TO DO
This commit is contained in:
parent
0430a64ccf
commit
b7926830f0
1 changed files with 1 additions and 2 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -12,8 +12,7 @@ pipeline {
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts: "build/libs/*.jar", fingerprint: true
|
archiveArtifacts artifacts: "build/libs/*.jar", fingerprint: true
|
||||||
javadoc {
|
javadoc javadocDir "build/docs/javadoc" {
|
||||||
javadocDir "build/docs/javadoc",
|
|
||||||
javadoc keepAll false
|
javadoc keepAll false
|
||||||
}
|
}
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue