summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jjb/yaml/image-foundry-if-pipeline.yaml2
-rw-r--r--jjb/yaml/openbook-database.yaml3
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