commit | cd6aa770805fccebb72b798d109360297b883866 | [log] [tgz] |
---|---|---|
author | Joey Armstrong <joey@opennetworking.org> | Tue Mar 07 09:05:37 2023 -0500 |
committer | Joey Armstrong <joey@opennetworking.org> | Tue Mar 07 09:06:02 2023 -0500 |
tree | e34df32a5005612559b759f868bba2c062dc542e | |
parent | 14c062112bd898dbcffe5ec67f4198f3d3a1598a [diff] |
Move iam() into a steps{} block Change-Id: I9ba71bf2412c566d57837190de86bb46a11ea616
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',