bugfix in Jenkinsfile
This commit is contained in:
parent
95ad754bc2
commit
300ce27c07
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
Normal file → Executable file
2
Jenkinsfile
vendored
Normal file → Executable file
|
|
@ -18,7 +18,7 @@ node {
|
|||
|
||||
stage('Package') {
|
||||
sh 'ant package'
|
||||
archiveArtifacts artifacts: 'build/production/Zallery.war', fingerprint: true
|
||||
archiveArtifacts artifacts: 'build/release/Zallery.war', fingerprint: true
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue