summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-10-09 12:49:00 -0600
committerCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-10-09 12:49:00 -0600
commite3e0d72254114a1cb5aa3506dbef96c2b319ec67 (patch)
tree2f631c750101d3e873453c8c23dfa4ea4feef2cf
parent79c8bf455dec0d9324321d51df113483e50ab0ef (diff)
attempting to poll scm
-rw-r--r--jjb/yaml/openbook-pipeline.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/yaml/openbook-pipeline.yaml b/jjb/yaml/openbook-pipeline.yaml
index 40cfea0..c5bce1c 100644
--- a/jjb/yaml/openbook-pipeline.yaml
+++ b/jjb/yaml/openbook-pipeline.yaml
@@ -32,7 +32,8 @@
],
userRemoteConfigs: [
[url: "git@github.com:Talligent/{artifact}.git"]
- ]
+ ],
+ poll: true
]
])
sh(script: "gradle -PbuildNumber=4.1.${{BUILD_NUMBER}} -PbuildMode=buildProd -Dorg.gradle.daemon=false clean shadowJar")