summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-python.yaml
diff options
context:
space:
mode:
authorgwu <gary.i.wu@huawei.com>2018-07-17 14:12:09 -0700
committergwu <gary.i.wu@huawei.com>2018-07-17 14:15:20 -0700
commitadeda5ac33fdb2dfe4be6a0455e726d2e9b1b1c4 (patch)
tree278d74454a65c0e79dd61b4e7f6ccef6e47283f1 /jjb/global-templates-python.yaml
parent5bb3fee2d953634f9fff6c16ab9e3c52a957e770 (diff)
Add infra-wrappers-docker-build
Refactor infra-wrappers config for docker builds for use by other docker build job templates Change-Id: I6b72ecea28e24b809627b97fa998f930a63c65f4 Issue-ID: INT-588 Signed-off-by: gwu <gary.i.wu@huawei.com>
Diffstat (limited to 'jjb/global-templates-python.yaml')
-rw-r--r--jjb/global-templates-python.yaml13
1 files changed, 2 insertions, 11 deletions
diff --git a/jjb/global-templates-python.yaml b/jjb/global-templates-python.yaml
index 24dba8737..98312bb55 100644
--- a/jjb/global-templates-python.yaml
+++ b/jjb/global-templates-python.yaml
@@ -188,17 +188,8 @@
checkout-dir: '{checkout-dir3}'
wrappers:
- - timestamps
- - timeout:
- type: absolute
- timeout: '{build-timeout}'
- timeout-var: 'BUILD_TIMEOUT'
- fail: true
- - ssh-agent-credentials:
- users:
- - 'onap-jenkins-ssh'
- - openstack:
- single-use: false
+ - infra-wrappers-docker-build:
+ build-timeout: '{build-timeout}'
triggers:
- timed: '@daily'