Update Jenkinsfile

This commit is contained in:
zontreck 2024-10-06 20:26:19 +00:00
parent a6052f5c13
commit ecc7be5dba

4
Jenkinsfile vendored
View file

@ -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()
}
}