Skip to content

Commit

Permalink
fix jar path
Browse files Browse the repository at this point in the history
  • Loading branch information
nedjitef committed Dec 16, 2021
1 parent 3a49bb9 commit 9144b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ node {
}
dir('log4j-scanner/target') {
archiveArtifacts artifacts: '*.jar', fingerprint: true
sh "native-image -jar log4j_scanner-1.6.3-jar-with-dependencies.jar log4j_scanner -H:-CheckToolchain"
sh "native-image -jar log4j-scanner-1.6.3-jar-with-dependencies.jar log4j_scanner -H:-CheckToolchain"
archiveArtifacts artifacts: 'log4j_scanner', fingerprint: true
stash includes: 'log4j_scanner', name: 'log4j_scanner'
}
Expand Down

0 comments on commit 9144b75

Please sign in to comment.