diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-12-08 07:29:43 -0700 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-12-08 07:29:43 -0700 |
| commit | 85721c5bb09028974a724a43849f7291bc5f719d (patch) | |
| tree | dc1b8ee2bc7516846f0f5556b23cc423324c26af /jjb/yaml/verizoncloudplatform.com | |
| parent | 2bc881db007a02995d0a09ed5d1303d00d120418 (diff) | |
debug support integrated into jenkins
Issue: IS-44
Diffstat (limited to 'jjb/yaml/verizoncloudplatform.com')
| -rw-r--r-- | jjb/yaml/verizoncloudplatform.com/ob-ctl.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/jjb/yaml/verizoncloudplatform.com/ob-ctl.yaml b/jjb/yaml/verizoncloudplatform.com/ob-ctl.yaml index b12ec55..62e58b3 100644 --- a/jjb/yaml/verizoncloudplatform.com/ob-ctl.yaml +++ b/jjb/yaml/verizoncloudplatform.com/ob-ctl.yaml @@ -55,6 +55,10 @@ - "ob-deploy-branch.*" block_level: 'GLOBAL' queue-scanning: 'BUILDABLE' + parameters: + - string: + name: OPENBOOK_JAVA_OPTS + description: "Command-line options to the java container docker scripts" scm: - git: url: git@github.vcp.vzwnet.com:konstca/openbook-v4-installer.git @@ -62,4 +66,4 @@ - master builders: - shell: | - ./ob-ctl.sh {branch} {action} + ./ob-ctl.sh {branch} {action} ${{OPENBOOK_JAVA_OPTS}} |
