cloud-infra: Don't trigger deployment jobs for docs
[infra/cicd.git] / jjb / cloud-infra / cloud-infra-engine-verify-deploy.yaml
index 7a5dec94096712592300281aecce25b8226ef9af..1cff8df066434a0356d3fa74ebbe7a44d18a7e4e 100644 (file)
       - cloud:
           provisioner-type: 'heat'
           slave-type: 'jumphost'
-          successful: true
-          failed: true
-          unstable: true
-          notbuilt: true
+          successful: false
+          failed: false
+          unstable: false
+          notbuilt: false
 
     phase:
       - deploy:
               branches:
                 - branch-compare-type: 'ANT'
                   branch-pattern: '**/{branch}'
-              file-paths:
-                - compare-type: 'ANT'
-                  pattern: '**'
+              disable-strict-forbidden-file-verification: 'true'
+              forbidden-file-paths:
+                - compare-type: ANT
+                  pattern: 'docs/**'
           skip-vote:
             successful: '{obj:successful}'
             failed: '{obj:failed}'