Store tarball
Some checks failed
Homelab/java-spring-microservice/pipeline/head There was a failure building this commit
Some checks failed
Homelab/java-spring-microservice/pipeline/head There was a failure building this commit
This commit is contained in:
parent
b923b16fbc
commit
273bdadc5e
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -45,6 +45,9 @@ podTemplate(label: label, containers: [
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Archive') {
|
||||||
|
archiveArtifacts artifacts: 'target/*.tar', followSymlinks: false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user