diff options
Diffstat (limited to 'jjb/yaml/image-foundry.yaml')
| -rw-r--r-- | jjb/yaml/image-foundry.yaml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/jjb/yaml/image-foundry.yaml b/jjb/yaml/image-foundry.yaml index db35f51..9fbaff2 100644 --- a/jjb/yaml/image-foundry.yaml +++ b/jjb/yaml/image-foundry.yaml @@ -9,10 +9,11 @@ num-to-keep: 1 artifact-days-to-keep: 0 triggers: - - github + - pollscm: + cron: "H/5 * * * *" scm: - git: - url: "git@github.vcp.vzwnet.com:konstca/image-foundry.git" + url: "git@pippiandcarlos.com:repos/image-foundry.git" branches: - "master" builders: @@ -20,7 +21,7 @@ - project: "image-foundry-if-pipeline" - job: - name: "image-foundry-vzw" + name: "image-foundry-pippiandarlos" project-type: freestyle node: image_foundry properties: @@ -29,10 +30,11 @@ num-to-keep: 1 artifact-days-to-keep: 0 triggers: - - github + - pollscm: + cron: "H/5 * * * *" scm: - git: - url: "git@github.vcp.vzwnet.com:konstca/image-foundry-vzw.git" + url: "git@pippiandcarlos.com:repos/image-foundry-pippiandcarlos.git" branches: - "master" builders: |
