Do not try to archive app images
This commit is contained in:
parent
35fd23f924
commit
f58649076a
1 changed files with 3 additions and 3 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -40,10 +40,10 @@ pipeline {
|
|||
always {
|
||||
archiveArtifacts artifacts: '*.tgz', fingerprint: true
|
||||
archiveArtifacts artifacts: '*.apk', fingerprint: true
|
||||
archiveArtifacts artifacts: '*.AppImage', fingerprint: true
|
||||
archiveArtifacts artifacts: '*.zsync', fingerprint: true
|
||||
//archiveArtifacts artifacts: '*.AppImage', fingerprint: true
|
||||
//archiveArtifacts artifacts: '*.zsync', fingerprint: true
|
||||
|
||||
deleteDir()
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue