commit | 4fb51cc949c4675718d2718cf85825d0c8fe41ac | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Jun 04 09:46:30 2020 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Jun 04 09:47:08 2020 -0700 |
tree | 6b4e7a2b4819e0484f714e25daf23319158114d9 | |
parent | 37fab41260f00904769b1042091dbab82f354634 [diff] |
Don't kill port-forwarding on the scale pod after build is done Change-Id: Id80746cbf0178220acb3360158797fd26ff74d8b
diff --git a/jjb/pipeline/voltha-scale-test.groovy b/jjb/pipeline/voltha-scale-test.groovy index 52e6246..4e33642 100644 --- a/jjb/pipeline/voltha-scale-test.groovy +++ b/jjb/pipeline/voltha-scale-test.groovy
@@ -24,6 +24,7 @@ timeout(time: 30, unit: 'MINUTES') } environment { + JENKINS_NODE_COOKIE=dontKillMe // do not kill processes after the build is done KUBECONFIG="$HOME/.kube/config" VOLTCONFIG="$HOME/.volt/config" SSHPASS="karaf"