Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 57aa6f5643402208339eede1bb76155d4aa079df)
+++ 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]
 
