Browse code

rename z bundles in Jenkinsfile

Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
(cherry picked from commit a049ea1a9301b8804775c719f369a7bc8b5cecc9)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Andrew Hsu authored on 2019/08/10 09:00:10
Showing 1 changed files
... ...
@@ -371,7 +371,7 @@ pipeline {
371 371
                             find bundles -path '*/root/*overlay2' -prune -o -type f \\( -name '*.log' -o -name '*.prof' \\) -print | xargs tar -czf s390x-bundles.tar.gz
372 372
                             '''
373 373
 
374
-                            archiveArtifacts artifacts: 's390x-bundles.tar.gz'
374
+                            archiveArtifacts artifacts: 's390x-integration-bundles.tar.gz'
375 375
                         }
376 376
                         cleanup {
377 377
                             sh 'make clean'
... ...
@@ -442,10 +442,10 @@ pipeline {
442 442
 
443 443
                             sh '''
444 444
                             echo "Creating bundles.tar.gz"
445
-                            find bundles -name '*.log' | xargs tar -czf s390x-master-bundles.tar.gz
445
+                            find bundles -name '*.log' | xargs tar -czf z-integration-cli-bundles.tar.gz
446 446
                             '''
447 447
 
448
-                            archiveArtifacts artifacts: 's390x-master-bundles.tar.gz'
448
+                            archiveArtifacts artifacts: 'z-integration-cli-bundles.tar.gz'
449 449
                         }
450 450
                         cleanup {
451 451
                             sh 'make clean'