From d4cb0069e866a5b14c8387080c88a635130793bc Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Fri, 27 Oct 2017 17:00:37 -0600 Subject: jenkins scripting --- jjb/yaml/image-foundry.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 jjb/yaml/image-foundry.yaml (limited to 'jjb/yaml') diff --git a/jjb/yaml/image-foundry.yaml b/jjb/yaml/image-foundry.yaml deleted file mode 100644 index 05b484d..0000000 --- a/jjb/yaml/image-foundry.yaml +++ /dev/null @@ -1,25 +0,0 @@ ---- -- job: - name: image-foundry - project-type: pipeline - dsl: | - pipeline { - agent { - node { - label "image_foundry" - } - } - stages { - stage("checkout-elements") { - steps { - git(poll: true, branch: "master", url: "git@github.vcp.vzwnet.com:konstca/image-foundry-vzw.git") - } - } - stage("diskimage-builder") { - steps { - git(poll: true, branch: "master", url: "git@github.vcp.vzwnet.com:konstca/image-foundry.git") - sh(script: "./ci-script.sh") - } - } - } - } -- cgit v1.3