summaryrefslogtreecommitdiff
path: root/jjb/yaml/openbook-all-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-all-pipeline.yaml
parentd6e06a3a5277de2837cbf90d92f1283d8b1d8c1e (diff)
fixed bugs with DisableRemotePoll
Diffstat (limited to 'jjb/yaml/openbook-all-pipeline.yaml')
-rw-r--r--jjb/yaml/openbook-all-pipeline.yaml10
1 files changed, 4 insertions, 6 deletions
diff --git a/jjb/yaml/openbook-all-pipeline.yaml b/jjb/yaml/openbook-all-pipeline.yaml
index efcb2ef..5977181 100644
--- a/jjb/yaml/openbook-all-pipeline.yaml
+++ b/jjb/yaml/openbook-all-pipeline.yaml
@@ -18,7 +18,7 @@
}
}
steps {
- checkout([
+ checkout(
scm: [
$class: "GitSCM",
branches: [
@@ -28,12 +28,10 @@
[url: "git@github.com:Talligent/openbook-core.git"]
],
extensions: [
- $class: "DisableRemotePoll"
- ],
- poll: false,
- changelog: false
+ [$class: "DisableRemotePoll"]
+ ]
]
- ])
+ )
}
}
stage("database") {