summaryrefslogtreecommitdiffstats
path: root/jjb/3rd_party_ci
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/3rd_party_ci')
-rwxr-xr-xjjb/3rd_party_ci/functest-netvirt.sh1
-rw-r--r--jjb/3rd_party_ci/odl-netvirt.yml21
-rwxr-xr-xjjb/3rd_party_ci/postprocess-netvirt.sh1
3 files changed, 16 insertions, 7 deletions
diff --git a/jjb/3rd_party_ci/functest-netvirt.sh b/jjb/3rd_party_ci/functest-netvirt.sh
index 23bf47c06..abc7975ce 100755
--- a/jjb/3rd_party_ci/functest-netvirt.sh
+++ b/jjb/3rd_party_ci/functest-netvirt.sh
@@ -1,3 +1,4 @@
#!/bin/bash
echo "Hello World"
+ls -al $WORKSPACE
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
diff --git a/jjb/3rd_party_ci/postprocess-netvirt.sh b/jjb/3rd_party_ci/postprocess-netvirt.sh
index 23bf47c06..abc7975ce 100755
--- a/jjb/3rd_party_ci/postprocess-netvirt.sh
+++ b/jjb/3rd_party_ci/postprocess-netvirt.sh
@@ -1,3 +1,4 @@
#!/bin/bash
echo "Hello World"
+ls -al $WORKSPACE