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