See if it persists
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
ec1481243c
commit
6eec750041
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -31,11 +31,9 @@ podTemplate(label: label, containers: [
|
|||||||
stage('Build') {
|
stage('Build') {
|
||||||
sh '''
|
sh '''
|
||||||
mvn clean package -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
|
mvn clean package -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
|
||||||
|
ls ~/.m2/fr/brouillard/oss/jgitver/0.14.0
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
stage('Archive') {
|
|
||||||
archiveArtifacts artifacts: 'target/*.jar', followSymlinks: false
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
container('kaniko') {
|
container('kaniko') {
|
||||||
stage('Image') {
|
stage('Image') {
|
||||||
@ -53,6 +51,7 @@ podTemplate(label: label, containers: [
|
|||||||
}
|
}
|
||||||
stage('Archive') {
|
stage('Archive') {
|
||||||
archiveArtifacts artifacts: 'target/*.tar', followSymlinks: false
|
archiveArtifacts artifacts: 'target/*.tar', followSymlinks: false
|
||||||
|
archiveArtifacts artifacts: 'target/*.jar', followSymlinks: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user