commit | 025b5d6dbfec5402ccb2705145129b54d87eefed | [log] [tgz] |
---|---|---|
author | Joey Armstrong <joey@opennetworking.org> | Tue Mar 07 14:32:12 2023 +0000 |
committer | Gerrit Code Review <gerrit@opencord.org> | Tue Mar 07 14:32:12 2023 +0000 |
tree | e34df32a5005612559b759f868bba2c062dc542e | |
parent | 5df749b413a0de1d6274564c5d5b6df798a8335c [diff] | |
parent | cd6aa770805fccebb72b798d109360297b883866 [diff] |
Merge "Move iam() into a steps{} block"
diff --git a/jjb/pipeline/voltha/playground/physical-build.groovy b/jjb/pipeline/voltha/playground/physical-build.groovy index 856006e..e337f43 100644 --- a/jjb/pipeline/voltha/playground/physical-build.groovy +++ b/jjb/pipeline/voltha/playground/physical-build.groovy
@@ -40,6 +40,7 @@ serializable. Lets see if groovy Throwable wrapper can produce a better answer. ----------------------------------------------------------------------- + */ try {
diff --git a/jjb/pipeline/voltha/playground/voltha-tt-physical-functional-tests.groovy b/jjb/pipeline/voltha/playground/voltha-tt-physical-functional-tests.groovy index 39e543f..4410f50 100644 --- a/jjb/pipeline/voltha/playground/voltha-tt-physical-functional-tests.groovy +++ b/jjb/pipeline/voltha/playground/voltha-tt-physical-functional-tests.groovy
@@ -73,14 +73,14 @@ // ----------------------------------------------------------------------- stage('Clone voltha-system-tests') { - iam(this) - { - enter = true - label = getIam() - } - steps { + iam(this) + { + enter = true + label = getIam() + } + step([$class: 'WsCleanup']) checkout([ $class: 'GitSCM',