summaryrefslogtreecommitdiff
path: root/jjb/yaml/openbook-core-pipeline.yaml
diff options
context:
space:
mode:
authorCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-10-12 17:22:40 -0600
committerCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-10-12 17:22:40 -0600
commite19d0ab40eabc907cee74c32f34b9e678f6a9b17 (patch)
treebcb9e6d32a8ed8cb4a4152b0ef8c87581a8f4672 /jjb/yaml/openbook-core-pipeline.yaml
parentd6e06a3a5277de2837cbf90d92f1283d8b1d8c1e (diff)
fixed bugs with DisableRemotePoll
Diffstat (limited to 'jjb/yaml/openbook-core-pipeline.yaml')
-rw-r--r--jjb/yaml/openbook-core-pipeline.yaml6
1 files changed, 2 insertions, 4 deletions
diff --git a/jjb/yaml/openbook-core-pipeline.yaml b/jjb/yaml/openbook-core-pipeline.yaml
index dd98c84..8498ddf 100644
--- a/jjb/yaml/openbook-core-pipeline.yaml
+++ b/jjb/yaml/openbook-core-pipeline.yaml
@@ -18,7 +18,7 @@
}
}
steps {
- checkout([
+ checkout(
scm: [
$class: "GitSCM",
branches: [
@@ -27,10 +27,8 @@
userRemoteConfigs: [
[url: "git@github.com:Talligent/openbook-core.git"]
],
- poll: true,
- changelog: false
]
- ])
+ )
}
}
stage("admin-api-server") {