diff options
Diffstat (limited to 'jjb/yaml')
| -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"] |
