diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-11-02 12:55:26 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-11-02 12:55:26 -0600 |
| commit | 2cdc65ab531fcc2b3c9c940590a1e24dce0f01dd (patch) | |
| tree | b6f96ef308c50f1244f7c9898dc2a96ed66efb5d | |
| parent | cfc485ae1e6f5dfced8bc1db907728b565b454bc (diff) | |
renaming image foundry CI scripts; openbook-database github trigger
| -rw-r--r-- | jjb/yaml/image-foundry-if-pipeline.yaml | 2 | ||||
| -rw-r--r-- | jjb/yaml/openbook-database.yaml | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/jjb/yaml/image-foundry-if-pipeline.yaml b/jjb/yaml/image-foundry-if-pipeline.yaml index c4e90dc..69f45e2 100644 --- a/jjb/yaml/image-foundry-if-pipeline.yaml +++ b/jjb/yaml/image-foundry-if-pipeline.yaml @@ -18,7 +18,7 @@ stage("diskimage-builder") { steps { git(poll: false, branch: "master", url: "git@github.vcp.vzwnet.com:konstca/image-foundry.git") - sh(script: "./ci-script.sh") + sh(script: "./image-foundry.sh") } } } diff --git a/jjb/yaml/openbook-database.yaml b/jjb/yaml/openbook-database.yaml index 040513a..dd5bcda 100644 --- a/jjb/yaml/openbook-database.yaml +++ b/jjb/yaml/openbook-database.yaml @@ -9,8 +9,7 @@ num-to-keep: 1 artifact-days-to-keep: 0 triggers: - - pollscm: - cron: 'H/5 * * * *' + - github scm: - git: url: git@github.vcp.vzwnet.com:konstca/openbook-v4-ci.git |
