commit | 07df32166ae70fb3bf45364fc7f080a3578a17a5 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Wed Feb 12 20:42:44 2020 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Wed Feb 12 20:42:44 2020 -0700 |
tree | 8c059d8b379a298d7f03dcff43aca65d61cc5ecd | |
parent | 8d8c9a3b3444edf43231c6b59c47044907271f14 [diff] |
Bug fix Change-Id: I0739fab91696207a5514b80dbaebe7f03b81c14e
diff --git a/jjb/pipeline/voltha-physical-functional-tests.groovy b/jjb/pipeline/voltha-physical-functional-tests.groovy index cfc402f..32dce4c 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" + cd $WORKSPACE git clone https://github.com/ciena/kind-voltha.git """ }