From e3e0d72254114a1cb5aa3506dbef96c2b319ec67 Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Mon, 9 Oct 2017 12:49:00 -0600 Subject: attempting to poll scm --- jjb/yaml/openbook-pipeline.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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") -- cgit v1.3