1
0
Fork 0
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:
Andrew Hsu 2019-08-10 00:00:10 +00:00
parent 0cfc1ec2bd
commit a049ea1a93

6
Jenkinsfile vendored
View file

@ -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'