commit | 8d8c9a3b3444edf43231c6b59c47044907271f14 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Wed Feb 12 19:41:08 2020 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Wed Feb 12 19:41:08 2020 -0700 |
tree | 920c4ff2af69a81d2b3d3d3cfb446b04975fc6da | |
parent | 3c1ccca84b6fc1547d90592404274183adde7458 [diff] |
Need kind-voltha in workspace to run scripts Change-Id: Ia7c12650d7e4560e7e63a4cf46c853e2e9da9625
diff --git a/jjb/pipeline/voltha-physical-functional-tests.groovy b/jjb/pipeline/voltha-physical-functional-tests.groovy index 6607362..cfc402f 100644 --- a/jjb/pipeline/voltha-physical-functional-tests.groovy +++ b/jjb/pipeline/voltha-physical-functional-tests.groovy
@@ -59,6 +59,7 @@ git clone -b ${branch} ${cordRepoUrl}/cord-tester mkdir -p $WORKSPACE/bin bash <( curl -sfL https://raw.githubusercontent.com/boz/kail/master/godownloader.sh) -b "$WORKSPACE/bin" + git clone https://github.com/ciena/kind-voltha.git """ } }