artifact subfolders also
This commit is contained in:
parent
893122e111
commit
6a8040b529
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -24,7 +24,7 @@ node {
|
||||||
|
|
||||||
stage('Package') {
|
stage('Package') {
|
||||||
sh 'ant package'
|
sh 'ant package'
|
||||||
archiveArtifacts artifacts: 'build/release/*', fingerprint: true
|
archiveArtifacts artifacts: 'build/release/**', fingerprint: true
|
||||||
|
|
||||||
// Tag artifact
|
// Tag artifact
|
||||||
withCredentials([[$class: 'UsernamePasswordMultiBinding', credentialsId: 'f8e5f6c6-4adb-4ab2-bb5d-1c8535dff491',
|
withCredentials([[$class: 'UsernamePasswordMultiBinding', credentialsId: 'f8e5f6c6-4adb-4ab2-bb5d-1c8535dff491',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue