Skip to content

Commit

Permalink
Jenkins: Archive also ZIP
Browse files Browse the repository at this point in the history
  • Loading branch information
juzzlin committed Nov 18, 2018
1 parent 7ca34db commit 3ffe384
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ pipeline {
}
post {
always {
archiveArtifacts artifacts: 'build-windows/*.exe', fingerprint: true
archiveArtifacts artifacts: '*.exe', fingerprint: true
archiveArtifacts artifacts: '*.zip', fingerprint: true
}
}
}
Expand Down

0 comments on commit 3ffe384

Please sign in to comment.