From 074c155f4636849a0e0491b8540fc48e502bf416 Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Mon, 9 Oct 2017 10:05:36 -0600 Subject: build only one docker container, not all of them --- jjb/yaml/openbook-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb') diff --git a/jjb/yaml/openbook-pipeline.yaml b/jjb/yaml/openbook-pipeline.yaml index ef8dc2b..f6aa9da 100644 --- a/jjb/yaml/openbook-pipeline.yaml +++ b/jjb/yaml/openbook-pipeline.yaml @@ -67,7 +67,7 @@ ] ] ]) - sh(script: "./build-docker-containers.sh") + sh(script: "./build-docker-containers.sh {artifact}") }} }} stage("deploy_dev_env") {{ -- cgit v1.3