From e8720798fb39d0a31d872b9461f8b294aa741092 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Thu, 29 Mar 2018 22:04:03 +0200 Subject: [PATCH] Only archive the cacert-boardvoting binary and the config example --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } } }