This commit is contained in:
2022-04-10 17:27:46 -05:00
parent b449d732b0
commit 7457e9e454
2 changed files with 3 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -23,7 +23,7 @@ pipeline {
}
post {
always {
archiveArtifacts artifacts: "build/libs/*.jar", fingerprint: true
archiveArtifacts artifacts: "build/libs/Plex.jar", fingerprint: true
javadoc javadocDir: "build/docs/javadoc", keepAll: false
discordSend description: "**Build:** ${env.BUILD_NUMBER}\n**Status:** ${currentBuild.currentResult}", enableArtifactsList: true, footer: "Built with Jenkins", link: env.BUILD_URL, result: currentBuild.currentResult, scmWebUrl: "https://github.com/plexusorg/Plex", showChangeset: true, title: env.JOB_NAME, webhookURL: env.PLEX_WEBHOOK_URL
cleanWs()