Skip to content

Commit

Permalink
fix(jenkins/jobs): correct artifact pattern for jenkins-plugin-manager
Browse files Browse the repository at this point in the history
Signed-off-by: hainenber <[email protected]>
  • Loading branch information
hainenber committed Oct 31, 2024
1 parent 8835c2a commit 91f26a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/build_jenkins_plugin_manager_jar.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pipeline {
}
post {
success {
archiveArtifacts(artifacts: 'plugin-management-cli/target/*.jar', fingerprint: true)
archiveArtifacts(artifacts: 'plugin-management-cli/target/jenkins-plugin-manager*.jar', fingerprint: true)
}
cleanup {
cleanWs()
Expand Down

0 comments on commit 91f26a4

Please sign in to comment.