diff --git a/predeploy/Jenkinsfile b/predeploy/Jenkinsfile index 149cec8..a6bcc75 100644 --- a/predeploy/Jenkinsfile +++ b/predeploy/Jenkinsfile @@ -20,6 +20,6 @@ stage ('predeploy') { stage ('archiving') { // Archive the build output artifacts. script { - archiveArtifacts artifacts: "${TARGET_FOLDER}/*" + archiveArtifacts artifacts: "${TARGET_FOLDER}/*/**" } }