diff --git a/Jenkinsfile b/Jenkinsfile index ecc7ca9..755082d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,6 +45,9 @@ podTemplate(label: label, containers: [ } } + stage('Archive') { + archiveArtifacts artifacts: 'target/*.tar', followSymlinks: false + } } } }