more-fix
Change-Id: I6c365374a444e5dc44b84f3d862b9cc6eb24f397
diff --git a/TestON/JenkinsFile/JenkinsCommonFuncs.groovy b/TestON/JenkinsFile/JenkinsCommonFuncs.groovy
index 1eb1386..8d46ba7 100644
--- a/TestON/JenkinsFile/JenkinsCommonFuncs.groovy
+++ b/TestON/JenkinsFile/JenkinsCommonFuncs.groovy
@@ -36,7 +36,7 @@
generalFuncs.initBasicVars();
}
def additionalInitForSR( branch ){
- testMachine = ( ( new StringBuilder( testmachine ) ).insert( testMachine.length-1, fabricOn( branch ) ) ).toString()
+ testMachine = ( ( new StringBuilder( testMachine ) ).insert( testMachine.length-1, fabricOn( branch ) ) ).toString()
print testMachine
}
def fabricOn( branch ){