diff --git a/Jenkinsfile b/Jenkinsfile index 29a95e3..408fddd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -75,10 +75,10 @@ spec: post{ always { sh '/home/jenkins/agent/workspace/gitea-bme_covidok-backend_master/ci/cleanup.sh' + archiveArtifacts artifacts: '/home/jenkins/agent/workspace/gitea-bme_covidok-backend_master/covidok*tgz', followSymlinks: false, onlyIfSuccessful: true } } } - archiveArtifacts artifacts: '/home/jenkins/agent/workspace/gitea-bme_covidok-backend_master/covidok*tgz', followSymlinks: false, onlyIfSuccessful: true } } }