Only archive the cacert-boardvoting binary and the config example

debian 0.4.1
Jan Dittberner 7 years ago
parent 4f013ebf3f
commit e8720798fb

2
Jenkinsfile vendored

@ -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'
} }
} }
} }

Loading…
Cancel
Save