rename z bundles in Jenkinsfile

Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
(cherry picked from commit a049ea1a93)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Andrew Hsu 2019-08-10 00:00:10 +00:00 committed by Sebastiaan van Stijn
parent 9ccba2faf1
commit b81a2581ff
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

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'