fix incorrect imagebuilder options
Change-Id: I91e2ae9217ae119e042cb0ecdc679314969a6e67
diff --git a/jjb/pipeline/all-xos-api-test-helm.groovy b/jjb/pipeline/all-xos-api-test-helm.groovy
index 7a6e0f6..34b7133 100644
--- a/jjb/pipeline/all-xos-api-test-helm.groovy
+++ b/jjb/pipeline/all-xos-api-test-helm.groovy
@@ -116,7 +116,7 @@
sh '''
pushd cord/automation-tools/developer
mkdir ib_logs
- ./imagebuilder.py -l ib_logs -a ib_actions.yml -d ib_graph.dot ../../helm-charts/examples/filter-images.yaml
+ ./imagebuilder.py -l ib_logs -a ib_actions.yml -g ib_graph.dot -f ../../helm-charts/examples/filter-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
diff --git a/jjb/pipeline/helm-api-test.groovy b/jjb/pipeline/helm-api-test.groovy
index 3bbe39a..164d4d2 100644
--- a/jjb/pipeline/helm-api-test.groovy
+++ b/jjb/pipeline/helm-api-test.groovy
@@ -100,7 +100,7 @@
sh '''
pushd cord/automation-tools/developer
mkdir ib_logs
- ./imagebuilder.py -l ib_logs -a ib_actions.yml -d ib_graph.dot -f ../../helm-charts/examples/api-test-images.yaml
+ ./imagebuilder.py -l ib_logs -a ib_actions.yml -g 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