Merge "Fix VNFRQTS project path"
authorAnil Belur <abelur@linuxfoundation.org>
Wed, 18 Jul 2018 00:05:58 +0000 (00:05 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 18 Jul 2018 00:05:58 +0000 (00:05 +0000)
jjb/global-macros.yaml
jjb/global-templates-python.yaml

index abf7a83..1f751da 100644 (file)
             - 'onap-jenkins-ssh'
       - openstack:
           single-use: true
+
+- wrapper:
+    # This wrapper is used for docker build jobs to use the dedicated docker
+    # build VM and turn off OpenStack single-use
+    name: infra-wrappers-docker-build
+    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
index 24dba87..98312bb 100644 (file)
           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'