summaryrefslogtreecommitdiff
path: root/jjb/yaml/openbook-core-pipeline.yaml
diff options
context:
space:
mode:
authorCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-10-19 11:10:31 -0600
committerCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-10-19 11:10:31 -0600
commit14122982249818c23c58e7498199fb1ab48b7ef5 (patch)
treeefceeae2010fc5fe45a63d89a410c41a378d95ac /jjb/yaml/openbook-core-pipeline.yaml
parent9d94763953915da2040ca1e367eb95425d15f43d (diff)
still fiddling with pollscm
Diffstat (limited to 'jjb/yaml/openbook-core-pipeline.yaml')
-rw-r--r--jjb/yaml/openbook-core-pipeline.yaml15
1 files changed, 1 insertions, 14 deletions
diff --git a/jjb/yaml/openbook-core-pipeline.yaml b/jjb/yaml/openbook-core-pipeline.yaml
index b8ef677..7a4da87 100644
--- a/jjb/yaml/openbook-core-pipeline.yaml
+++ b/jjb/yaml/openbook-core-pipeline.yaml
@@ -9,9 +9,6 @@
label "master"
}
}
- triggers {
- pollSCM "H/5 * * * *"
- }
stages {
stage("checkout") {
agent {
@@ -21,17 +18,7 @@
}
}
steps {
- checkout(
- scm: [
- $class: "GitSCM",
- branches: [
- [name: "unstable"]
- ],
- userRemoteConfigs: [
- [url: "git@github.com:Talligent/openbook-core.git"]
- ],
- ]
- )
+ git(branch: "unstable", url: "git@github.com:Talligent/openbook-core.git")
}
}
stage("admin-api-server") {