archiveArtifacts
This commit is contained in:
parent
3de6f2f855
commit
c798773d79
2
predeploy/Jenkinsfile
vendored
2
predeploy/Jenkinsfile
vendored
@ -20,6 +20,6 @@ stage ('predeploy') {
|
||||
stage ('archiving') {
|
||||
// Archive the build output artifacts.
|
||||
script {
|
||||
archiveArtifacts artifacts: "${TARGET_FOLDER}/*"
|
||||
archiveArtifacts artifacts: "${TARGET_FOLDER}/*/**"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user