engine: Create openstack release jobs
[infra/cicd.git] / jjb / cloud-infra / cloud-infra-docs.yaml
index 66bedcd8fa7e5a6c7ef07c56dfc716ae2564f45b..fee963e6740a897ea50ed36408a7e1294c004b10 100644 (file)
@@ -25,7 +25,7 @@
     stream:
       - 'master':
           branch: '{stream}'
-          disabled: false
+          disabled: true
 
     jobs:
       - 'cloud-infra-verify-docs-{stream}'
       - fix-workspace-permissions
 
     scm:
-      - git-scm-gerrit:
-          ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
-          branch: '{branch}'
+      - git:
+          url: '$GIT_BASE_SSH/$PROJECT'
+          credentials-id: nordixinfra-nordix-gerrit-ssh
+          branches:
+            - 'refs/heads/{branch}'
           refspec: $GERRIT_REFSPEC
-          wipe_workspace: true
-          clean_before: false
+          timeout: 15
+          per-build-tag: false
+          skip-tag: true
+          shallow-clone: false
+          use-author: false
+          ignore-notify: false
+          wipe-workspace: true
+          prune: false
+          clean:
+            after: false
+            before: false
+          choosing-strategy: 'gerrit'
           submodule:
             recursive: true
             tracking: true
       - fix-workspace-permissions
 
     scm:
-      - git-scm:
-          ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
-          branch: '{branch}'
+      - git:
+          url: '$GIT_BASE_SSH/$PROJECT'
+          credentials-id: nordixinfra-nordix-gerrit-ssh
+          branches:
+            - 'refs/heads/{branch}'
           refspec: ''
-          wipe_workspace: true
-          clean_before: false
+          timeout: 15
+          per-build-tag: false
+          skip-tag: true
+          shallow-clone: false
+          use-author: false
+          ignore-notify: false
+          wipe-workspace: 'true'
+          prune: false
+          clean:
+            after: false
+            before: false
+          choosing-strategy: 'default'
           submodule:
             recursive: true
             tracking: true