artifact subfolders also

This commit is contained in:
Ziver Koc 2017-01-10 17:50:51 +01:00
parent 893122e111
commit 6a8040b529

2
Jenkinsfile vendored
View file

@ -24,7 +24,7 @@ node {
stage('Package') {
sh 'ant package'
archiveArtifacts artifacts: 'build/release/*', fingerprint: true
archiveArtifacts artifacts: 'build/release/**', fingerprint: true
// Tag artifact
withCredentials([[$class: 'UsernamePasswordMultiBinding', credentialsId: 'f8e5f6c6-4adb-4ab2-bb5d-1c8535dff491',