Only archive the cacert-boardvoting binary and the config example
This commit is contained in:
parent
4f013ebf3f
commit
e8720798fb
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
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…
Reference in a new issue