diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-09 12:49:00 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-09 12:49:00 -0600 |
| commit | e3e0d72254114a1cb5aa3506dbef96c2b319ec67 (patch) | |
| tree | 2f631c750101d3e873453c8c23dfa4ea4feef2cf | |
| parent | 79c8bf455dec0d9324321d51df113483e50ab0ef (diff) | |
attempting to poll scm
| -rw-r--r-- | jjb/yaml/openbook-pipeline.yaml | 3 |
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") |
