diff options
Diffstat (limited to 'jjb/3rd_party_ci/odl-netvirt.yml')
-rw-r--r-- | jjb/3rd_party_ci/odl-netvirt.yml | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/jjb/3rd_party_ci/odl-netvirt.yml b/jjb/3rd_party_ci/odl-netvirt.yml index 3fd007764..d44fc36f4 100644 --- a/jjb/3rd_party_ci/odl-netvirt.yml +++ b/jjb/3rd_party_ci/odl-netvirt.yml @@ -55,15 +55,19 @@ - 'odl-netvirt-virtual-defaults' scm: - - git: - url: 'https://git.opendaylight.org/gerrit/p/$PROJECT.git' + #- git: + # url: 'https://git.opendaylight.org/gerrit/p/$PROJECT.git' + # refspec: '$GERRIT_REFSPEC' + # branches: + # - 'origin/$GERRIT_BRANCH' + # skip-tag: true + # choosing-strategy: 'gerrit' + # timeout: 10 + # wipe-workspace: true + - gerrit-trigger-scm: + credentials-id: '{ssh-credentials}' refspec: '$GERRIT_REFSPEC' - branches: - - 'origin/$GERRIT_BRANCH' - skip-tag: true choosing-strategy: 'gerrit' - timeout: 10 - wipe-workspace: true triggers: - gerrit: @@ -84,6 +88,9 @@ builders: - description-setter: description: "Built on $NODE_NAME" + - shell: | + #!/bin/bash + ls -al $WORKSPACE - multijob: name: install condition: SUCCESSFUL |