Skip to content

Commit 68ad702

Browse files
authored
Update Jenkinsfile
1 parent bb651f3 commit 68ad702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pipeline {
1515

1616
post {
1717
always {
18-
archiveArtifacts artifacts: "**/target/*.war"
18+
archiveArtifacts artifacts: "**/target/*.jar"
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)