Ver.g

Change-Id: I2dc81e3bead141562655a403e63c56c79ad9bf9d
diff --git a/TestON/JenkinsFile/TriggerFuncs.groovy b/TestON/JenkinsFile/TriggerFuncs.groovy
index 04a79fd..e877ff5 100644
--- a/TestON/JenkinsFile/TriggerFuncs.groovy
+++ b/TestON/JenkinsFile/TriggerFuncs.groovy
@@ -52,6 +52,8 @@
 def trigger( branch, tests, nodeName, jobOn, manuallyRun, onosTag ){
     println jobOn + "-pipeline-" + manuallyRun ? "manually" : branch
     wiki = branch
+    print "HERE2.5:" + branch
+    print "HERE4:" + wiki
     branch = funcs.branchWithPrefix( branch )
     test_branch = "master"
     print "HERE2:" + branch
@@ -61,6 +63,7 @@
         exportEnvProperty( branch, test_branch, wiki, tests, post_result, manuallyRun, onosTag, isOldFlow )
     }
 
+    print "HERE5:" + wiki
     jobToRun = jobOn + "-pipeline-" + ( manuallyRun ? "manually" : wiki )
     build job: jobToRun, propagate: false
 }
@@ -74,6 +77,7 @@
 }
 // export Environment properties.
 def exportEnvProperty( onos_branch, test_branch, wiki, tests, postResult, manually_run, onosTag, isOldFlow ){
+    print "HERE6:" + wiki
     stage( "export Property" ){
         sh '''
             echo "ONOSBranch=''' + onos_branch +'''" > /var/jenkins/TestONOS.property
@@ -187,4 +191,4 @@
     }
 }
 
-return this;
\ No newline at end of file
+return this;