commit | 2e009302d7d0ddade110b0fa88e9b2d1cebc1fec | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Thu Mar 19 08:46:13 2020 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Thu Mar 19 16:07:11 2020 +0000 |
tree | 3b6c8d01bd6be595afada5993ec788e5efc5ed85 | |
parent | 41c8991d5f083a2049a128b99b5959ba00bf3413 [diff] |
VOL-2783 Improve job cleanup step Change-Id: I27155add50a1e2606ceea32190697d3e8901581f
diff --git a/jjb/pipeline/voltha-go-multi-tests.groovy b/jjb/pipeline/voltha-go-multi-tests.groovy index d95f23b..4d0fde1 100644 --- a/jjb/pipeline/voltha-go-multi-tests.groovy +++ b/jjb/pipeline/voltha-go-multi-tests.groovy
@@ -66,6 +66,7 @@ sh """ cd $HOME [ -d kind-voltha ] || git clone https://github.com/ciena/kind-voltha.git + rm -rf $HOME/kind-voltha/scripts/logger cd $HOME/kind-voltha git pull """
diff --git a/jjb/pipeline/voltha-go-tests.groovy b/jjb/pipeline/voltha-go-tests.groovy index c70f0ab..38efb38 100644 --- a/jjb/pipeline/voltha-go-tests.groovy +++ b/jjb/pipeline/voltha-go-tests.groovy
@@ -66,6 +66,7 @@ sh """ cd $HOME [ -d kind-voltha ] || git clone https://github.com/ciena/kind-voltha.git + rm -rf $HOME/kind-voltha/scripts/logger cd $HOME/kind-voltha git pull """