Update Jenkinsfile
This commit is contained in:
parent
a6052f5c13
commit
ecc7be5dba
1 changed files with 3 additions and 1 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -72,6 +72,8 @@ pipeline {
|
|||
sh '''
|
||||
#!/bin/bash
|
||||
|
||||
cd phoenix-firestorm
|
||||
|
||||
rm -fv build*/newview/Phoenix*tar*
|
||||
rm -fv build*/newview/*.AppImage
|
||||
rm -rfv build*/newview/squash*
|
||||
|
@ -87,7 +89,7 @@ pipeline {
|
|||
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: "*build*/newview/Phoenix*tar"
|
||||
archiveArtifacts artifacts: "phoenix-firestorm/*build*/newview/Phoenix*tar"
|
||||
deleteDir()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue