From ee05c6885f8688c101a186690f716250d7aca657 Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Tue, 28 Nov 2017 14:17:35 -0700 Subject: syncing up with vzw --- jjb/yaml/image-foundry-if-pipeline.yaml | 37 --------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 jjb/yaml/image-foundry-if-pipeline.yaml (limited to 'jjb/yaml/image-foundry-if-pipeline.yaml') diff --git a/jjb/yaml/image-foundry-if-pipeline.yaml b/jjb/yaml/image-foundry-if-pipeline.yaml deleted file mode 100644 index 1d5f023..0000000 --- a/jjb/yaml/image-foundry-if-pipeline.yaml +++ /dev/null @@ -1,37 +0,0 @@ ---- -- job: - name: image-foundry-if-pipeline - project-type: pipeline - dsl: | - pipeline { - agent { - node { - label "master" - } - } - stages { - stage("checkout-elements") { - agent { - node { - label "glance_gateway" - customWorkspace "workspace/image-foundry-pippiandcarlos" - } - } - steps { - git(poll: false, branch: "master", url: "git@pippiandcarlos.com:repos/image-foundry-pippiandcarlos.git") - } - } - stage("diskimage-builder") { - agent { - node { - label "glance_gateway" - customWorkspace "workspace/image-foundry" - } - } - steps { - git(poll: false, branch: "master", url: "git@pippiandcarlos.com:repos/image-foundry.git") - sh(script: "./image-foundry.sh") - } - } - } - } -- cgit v1.3