Skip to content

Commit

Permalink
Build zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
clough committed Nov 25, 2019
1 parent d0454ee commit 70409a4
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 @@ -24,7 +24,7 @@ pipeline {
}
post {
always {
archiveArtifacts artifacts: '**/*.jar pcb-tools.zip', fingerprint: true
archiveArtifacts artifacts: '**/*.jar' 'pcb-tools.zip', fingerprint: true
junit '**/surefire-reports/*.xml'

}
Expand Down

0 comments on commit 70409a4

Please sign in to comment.