From 59cb16c20432aa5f16fcd8e33ddc9f359e587ea7 Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Mon, 30 Oct 2017 18:39:15 -0600 Subject: IS-29 --- jjb/yaml/image-foundry.yaml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 jjb/yaml/image-foundry.yaml (limited to 'jjb') diff --git a/jjb/yaml/image-foundry.yaml b/jjb/yaml/image-foundry.yaml new file mode 100644 index 0000000..db35f51 --- /dev/null +++ b/jjb/yaml/image-foundry.yaml @@ -0,0 +1,40 @@ +--- +- job: + name: "image-foundry" + project-type: freestyle + node: image_foundry + properties: + - build-discarder: + days-to-keep: 0 + num-to-keep: 1 + artifact-days-to-keep: 0 + triggers: + - github + scm: + - git: + url: "git@github.vcp.vzwnet.com:konstca/image-foundry.git" + branches: + - "master" + builders: + - trigger-builds: + - project: "image-foundry-if-pipeline" + +- job: + name: "image-foundry-vzw" + project-type: freestyle + node: image_foundry + properties: + - build-discarder: + days-to-keep: 0 + num-to-keep: 1 + artifact-days-to-keep: 0 + triggers: + - github + scm: + - git: + url: "git@github.vcp.vzwnet.com:konstca/image-foundry-vzw.git" + branches: + - "master" + builders: + - trigger-builds: + - project: "image-foundry-if-pipeline" -- cgit v1.3