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 a75c06a commit b23ae59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ pipeline {
sh 'cp LICENSE archive/'
sh 'mkdir archive/samples'
sh 'cp bom-panelizer/src/text/resources/sample-*.csv archive/samples/'
zip zipFile: 'pcb-tools.zip', archive: true, dir: 'archive'
script {
zip zipFile: 'pcb-tools.zip', archive: true, dir: 'archive'
}
}
}
}
Expand Down

0 comments on commit b23ae59

Please sign in to comment.