summaryrefslogtreecommitdiff
path: root/jjb/yaml
diff options
context:
space:
mode:
authorCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-10-11 10:05:57 -0600
committerCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-10-11 10:05:57 -0600
commitfb4b19eeadc3bee1997edc46f75fe9aeca5502fb (patch)
treeab48a89415000304bad21a993c7cec573cf5e1b9 /jjb/yaml
parentdb4131ba3bafa8185d32d207c3ab5fd6496729c8 (diff)
upgrade to mariadb 10.2 and pull the unstable branch for CI
Diffstat (limited to 'jjb/yaml')
-rw-r--r--jjb/yaml/openbook-all-pipeline.yaml2
-rw-r--r--jjb/yaml/openbook-core-pipeline.yaml2
-rw-r--r--jjb/yaml/openbook-pipeline.yaml2
3 files changed, 3 insertions, 3 deletions
diff --git a/jjb/yaml/openbook-all-pipeline.yaml b/jjb/yaml/openbook-all-pipeline.yaml
index c5e3283..b7b79a3 100644
--- a/jjb/yaml/openbook-all-pipeline.yaml
+++ b/jjb/yaml/openbook-all-pipeline.yaml
@@ -22,7 +22,7 @@
scm: [
$class: "GitSCM",
branches: [
- [name: "master"]
+ [name: "unstable"]
],
userRemoteConfigs: [
[url: "git@github.com:Talligent/openbook-core.git"]
diff --git a/jjb/yaml/openbook-core-pipeline.yaml b/jjb/yaml/openbook-core-pipeline.yaml
index 7a06acf..a7fa153 100644
--- a/jjb/yaml/openbook-core-pipeline.yaml
+++ b/jjb/yaml/openbook-core-pipeline.yaml
@@ -25,7 +25,7 @@
scm: [
$class: "GitSCM",
branches: [
- [name: "master"]
+ [name: "unstable"]
],
userRemoteConfigs: [
[url: "git@github.com:Talligent/openbook-core.git"]
diff --git a/jjb/yaml/openbook-pipeline.yaml b/jjb/yaml/openbook-pipeline.yaml
index 0c5f490..f0fcfc3 100644
--- a/jjb/yaml/openbook-pipeline.yaml
+++ b/jjb/yaml/openbook-pipeline.yaml
@@ -32,7 +32,7 @@
scm: [
$class: "GitSCM",
branches: [
- [name: "master"]
+ [name: "unstable"]
],
userRemoteConfigs: [
[url: "git@github.com:Talligent/{artifact}.git"]