Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 805c167a6eda041c228a5aae285ad92dc7cf773b)
+++ Jenkinsfile	(revision 7c0ef42b5430ae5624a729b38094facc1cf10bcc)
@@ -97,7 +97,7 @@
 	//parse git logs to find what changed
 	gitRefName = env.BRANCH_NAME
-	dir("../${gitRefName}@script") {
-		sh "git reflog > ${out_dir}/GIT_COMMIT"
-	}
+	// dir("../${gitRefName}@script") {
+	sh "git reflog > ${out_dir}/GIT_COMMIT"
+	// }
 	git_reflog = readFile("${out_dir}/GIT_COMMIT")
 	gitRefOldValue = (git_reflog =~ /moving from (.+) to (.+)/)[0][1]
