Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Add .img and .txz files to the artifacts we use
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoore134 committed Apr 8, 2018
1 parent 58158e6 commit 9c350a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Expand Up @@ -42,6 +42,8 @@ pipeline {
sh 'cd release && make release'
sh 'mkdir -p ${WORKSPACE}/artifacts'
sh 'cp /usr/obj${WORKSPACE}/amd64.amd64/release/*.iso ${WORKSPACE}/artifacts'
sh 'cp /usr/obj${WORKSPACE}/amd64.amd64/release/*.img ${WORKSPACE}/artifacts'
sh 'cp /usr/obj${WORKSPACE}/amd64.amd64/release/*.txz ${WORKSPACE}/artifacts'
}
}
stage('Post-Clean') {
Expand Down

0 comments on commit 9c350a5

Please sign in to comment.