X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Finfra%2Fjjb-verify.yaml;h=119b3b4f0ced90253016e34e8207b28ef13f44b8;hb=352a9b1f6d7cc0617e9ce7db9bbc91b287d2c053;hp=349fc1675136b9b7399f98f8e567db21eba65b7a;hpb=5addd511d92e0545481dc090bf6577d92c465812;p=infra%2Fcicd.git diff --git a/jjb/infra/jjb-verify.yaml b/jjb/infra/jjb-verify.yaml index 349fc167..119b3b4f 100644 --- a/jjb/infra/jjb-verify.yaml +++ b/jjb/infra/jjb-verify.yaml @@ -20,6 +20,8 @@ disabled: false + concurrent: true + parameters: - infra-parameters - project-parameters: @@ -27,8 +29,20 @@ branch: '{branch}' - nordix-gerrit-parameters - builders: - - shell: | - #!/bin/bash + scm: + - git-scm-gerrit: + branch: '{branch}' + refspec: $GERRIT_REFSPEC + + triggers: + - nordix-gerrit-trigger-patchset-created: + project: '{project}' + branch: '{branch}' + files: 'jjb/**' - echo "Hello World!" + wrappers: + - nordixinfra-jjb-creds-wrapper + + builders: + - shell: + !include-raw-escape: ./jjb-verify.sh