Store tarball
Some checks failed
Homelab/java-spring-microservice/pipeline/head There was a failure building this commit

This commit is contained in:
Jim Nicholson 2021-12-23 14:17:06 -08:00
parent b923b16fbc
commit 273bdadc5e

3
Jenkinsfile vendored
View File

@ -45,6 +45,9 @@ podTemplate(label: label, containers: [
}
}
stage('Archive') {
archiveArtifacts artifacts: 'target/*.tar', followSymlinks: false
}
}
}
}