Minor fix to Jenkins Automation

Change-Id: I8c6043eac3e5c1265e9eaa46ddf90347fe7cda6a
diff --git a/TestON/JenkinsFile/dependencies/JenkinsCommonFuncs.groovy b/TestON/JenkinsFile/dependencies/JenkinsCommonFuncs.groovy
index 79272e7..823a07e 100644
--- a/TestON/JenkinsFile/dependencies/JenkinsCommonFuncs.groovy
+++ b/TestON/JenkinsFile/dependencies/JenkinsCommonFuncs.groovy
@@ -263,7 +263,7 @@
     // graphOnly : if it is graph generating job
 
     if ( graphOnly || isPostingResult( prop[ "manualRun" ], prop[ "postResult" ] ) ){
-        def post = build job: "postjob-" + ( graphOnly ? machine : machineType[ testType ] ), propagate: false
+        def post = build job: "postjob-" + machineType[ testType ], propagate: false
     }
 }