diff options
author | Tim Rozet <trozet@redhat.com> | 2018-07-12 14:43:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-07-12 14:43:35 +0000 |
commit | 740212c59d43970182745e0a39efe1b6dd97b81b (patch) | |
tree | a416186526a2d938722e3225dfb7fde29be87f85 /jjb/3rd_party_ci | |
parent | 9057e154d4858727d13b364a196ee073bdf05377 (diff) | |
parent | a97b6df03becc572ae29403b6069cc1496517088 (diff) |
Merge "Apex: Allow for multi-version snapshots"
Diffstat (limited to 'jjb/3rd_party_ci')
-rw-r--r-- | jjb/3rd_party_ci/odl-netvirt.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/3rd_party_ci/odl-netvirt.yaml b/jjb/3rd_party_ci/odl-netvirt.yaml index a326af42e..c78de9bdf 100644 --- a/jjb/3rd_party_ci/odl-netvirt.yaml +++ b/jjb/3rd_party_ci/odl-netvirt.yaml @@ -92,7 +92,7 @@ # comment-contains-value: 'https://jenkins.opendaylight.org/releng/job/netvirt-patch-test-current-carbon/.*?/ : UNSTABLE' # yamllint enable rule:line-length - comment-added-contains-event: - comment-contains-value: 'opnfv-test' + comment-contains-value: 'check-opnfv' projects: - project-compare-type: 'ANT' project-pattern: '{project}' @@ -119,6 +119,7 @@ GERRIT_PATCHSET_REVISION=$GERRIT_PATCHSET_REVISION NETVIRT_ARTIFACT=$NETVIRT_ARTIFACT APEX_ENV_NUMBER=$APEX_ENV_NUMBER + GERRIT_EVENT_COMMENT_TEXT=$GERRIT_EVENT_COMMENT_TEXT node-parameters: true kill-phase-on: FAILURE abort-all-job: true |