Mise à jour de 'Jenkinsfile'
This commit is contained in:
parent
aa3674262f
commit
16638c993f
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -43,7 +43,7 @@ pipeline{
|
|||||||
stage('Archive') {
|
stage('Archive') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
archiveArtifacts artifacts: 'build/tmp/deploy/images', fingerprint: true
|
archiveArtifacts artifacts: 'build/tmp/deploy/images/', fingerprint: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user