We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb651f3 commit 68ad702Copy full SHA for 68ad702
Jenkinsfile
@@ -15,7 +15,7 @@ pipeline {
15
16
post {
17
always {
18
- archiveArtifacts artifacts: "**/target/*.war"
+ archiveArtifacts artifacts: "**/target/*.jar"
19
}
20
21
0 commit comments