diff options
Diffstat (limited to 'jjb/global-templates-python.yaml')
-rw-r--r-- | jjb/global-templates-python.yaml | 13 |
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' |