mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
rename z bundles in Jenkinsfile
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
This commit is contained in:
parent
0cfc1ec2bd
commit
a049ea1a93
1 changed files with 3 additions and 3 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -371,7 +371,7 @@ pipeline {
|
|||
find bundles -path '*/root/*overlay2' -prune -o -type f \\( -name '*.log' -o -name '*.prof' \\) -print | xargs tar -czf s390x-bundles.tar.gz
|
||||
'''
|
||||
|
||||
archiveArtifacts artifacts: 's390x-bundles.tar.gz'
|
||||
archiveArtifacts artifacts: 's390x-integration-bundles.tar.gz'
|
||||
}
|
||||
cleanup {
|
||||
sh 'make clean'
|
||||
|
@ -442,10 +442,10 @@ pipeline {
|
|||
|
||||
sh '''
|
||||
echo "Creating bundles.tar.gz"
|
||||
find bundles -name '*.log' | xargs tar -czf s390x-master-bundles.tar.gz
|
||||
find bundles -name '*.log' | xargs tar -czf z-integration-cli-bundles.tar.gz
|
||||
'''
|
||||
|
||||
archiveArtifacts artifacts: 's390x-master-bundles.tar.gz'
|
||||
archiveArtifacts artifacts: 'z-integration-cli-bundles.tar.gz'
|
||||
}
|
||||
cleanup {
|
||||
sh 'make clean'
|
||||
|
|
Loading…
Reference in a new issue