For "big" api tests, download more images
Archive logs of images built

Change-Id: I09febc28e9198d30776f8bdfdcf01467ce743e55
diff --git a/jjb/pipeline/helm-api-test.groovy b/jjb/pipeline/helm-api-test.groovy
index 559a27d..3bbe39a 100644
--- a/jjb/pipeline/helm-api-test.groovy
+++ b/jjb/pipeline/helm-api-test.groovy
@@ -99,9 +99,11 @@
           steps {
             sh '''
                pushd cord/automation-tools/developer
-               ./imagebuilder.py -f ../../helm-charts/examples/api-test-images.yaml
+               mkdir ib_logs
+               ./imagebuilder.py -l ib_logs -a ib_actions.yml -d ib_graph.dot -f ../../helm-charts/examples/api-test-images.yaml
                popd
                '''
+            archiveArtifacts artifacts: 'cord/automation-tools/developer/ib_actions.yml, cord/automation-tools/developer/ib_graph.dot, cord/automation-tools/developer/ib_logs/*', fingerprint: true
           }
         }