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',