diff options
author | Jan Dittberner <jandd@cacert.org> | 2018-03-29 22:04:03 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2018-03-29 22:04:03 +0200 |
commit | e8720798fb39d0a31d872b9461f8b294aa741092 (patch) | |
tree | 61a7c6d9d3aade4f11ff0535d61c61303bb8367b | |
parent | 4f013ebf3f4dca0c6821577a8b92ce72549cb475 (diff) | |
download | cacert-boardvoting-0.4.1.tar.gz cacert-boardvoting-0.4.1.tar.xz cacert-boardvoting-0.4.1.zip |
Only archive the cacert-boardvoting binary and the config example0.4.1
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 4c456e8..6562c24 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { } stage('Create build output') { steps { - archiveArtifacts artifacts: 'cacert-boardvoting,templates/**,db/**,config.yaml.example,static/**' + archiveArtifacts artifacts: 'cacert-boardvoting,config.yaml.example' } } } |