diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-11 10:05:57 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-11 10:05:57 -0600 |
| commit | fb4b19eeadc3bee1997edc46f75fe9aeca5502fb (patch) | |
| tree | ab48a89415000304bad21a993c7cec573cf5e1b9 /jjb | |
| parent | db4131ba3bafa8185d32d207c3ab5fd6496729c8 (diff) | |
upgrade to mariadb 10.2 and pull the unstable branch for CI
Diffstat (limited to 'jjb')
| -rw-r--r-- | jjb/yaml/openbook-all-pipeline.yaml | 2 | ||||
| -rw-r--r-- | jjb/yaml/openbook-core-pipeline.yaml | 2 | ||||
| -rw-r--r-- | jjb/yaml/openbook-pipeline.yaml | 2 |
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"] |
