Merge "dovetail: fix wrapper disable problem"
authorJun Li <matthew.lijun@huawei.com>
Thu, 30 Mar 2017 12:35:48 +0000 (12:35 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 30 Mar 2017 12:35:48 +0000 (12:35 +0000)
jjb/dovetail/dovetail-ci-jobs.yml
jjb/dovetail/dovetail-weekly-jobs.yml

index b65e6d5..5651fc3 100644 (file)
         - timeout:
             timeout: 180
             abort: true
+        - fix-workspace-permissions
 
     triggers:
         - '{auto-trigger-name}'
         - 'dovetail-cleanup'
         - 'dovetail-run'
 
-    wrappers:
-        - fix-workspace-permissions
-
     publishers:
         - archive:
             artifacts: 'results/**/*'
index 7b3ede9..eaa11b5 100644 (file)
@@ -78,6 +78,7 @@
         - timeout:
             timeout: '{job-timeout}'
             abort: true
+        - fix-workspace-permissions
 
     parameters:
         - project-parameter:
         - 'dovetail-cleanup'
         - 'dovetail-run'
 
-    wrappers:
-        - fix-workspace-permissions
-
     publishers:
         - archive:
             artifacts: 'results/**/*'