diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-27 17:00:37 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-27 17:00:37 -0600 |
| commit | d4cb0069e866a5b14c8387080c88a635130793bc (patch) | |
| tree | 3206b6eb899ce6da05103ec33350692aa8e33ad0 /jjb/yaml/image-foundry.yaml | |
| parent | fcc50ee03d250f7ff8fb7b1e47e484d09d6fb727 (diff) | |
jenkins scripting
Diffstat (limited to 'jjb/yaml/image-foundry.yaml')
| -rw-r--r-- | jjb/yaml/image-foundry.yaml | 25 |
1 files changed, 0 insertions, 25 deletions
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") - } - } - } - } |
