Only archive the cacert-boardvoting binary and the config example

This commit is contained in:
Jan Dittberner 2018-03-29 22:04:03 +02:00
parent 4f013ebf3f
commit e8720798fb

2
Jenkinsfile vendored
View file

@ -27,7 +27,7 @@ pipeline {
} }
stage('Create build output') { stage('Create build output') {
steps { steps {
archiveArtifacts artifacts: 'cacert-boardvoting,templates/**,db/**,config.yaml.example,static/**' archiveArtifacts artifacts: 'cacert-boardvoting,config.yaml.example'
} }
} }
} }