Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 8a63547c8b9b3e31b4bd7d0ed2806b1e05a1fb74)
+++ Jenkinsfile	(revision 86242b01c3a348d611ce55a283629139f4c4f92a)
@@ -85,5 +85,5 @@
 		git_reflog = readFile('GIT_COMMIT')
 		gitRefName = env.BRANCH_NAME
-		gitRefNewValue = (git_reflog =~ /moving from (.+) to (.+)/)[0][1]
+		gitRefOldValue = (git_reflog =~ /moving from (.+) to (.+)/)[0][1]
 		gitRefNewValue = (git_reflog =~ /moving from (.+) to (.+)/)[0][2]
 
