Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision ed50f0ba4a068987aa5850b97ab003d29404c6f7)
+++ Jenkinsfile	(revision 7223c67109a7a909af3e4fc0aeb6d197a0e482e2)
@@ -27,5 +27,5 @@
 			timeout(60) {
 
-				notify()
+				notify_server()
 
 				prepare_build()
@@ -45,5 +45,5 @@
 				publish()
 
-				notify()
+				notify_server()
 			}
 		}
@@ -157,5 +157,5 @@
 }
 
-def notify() {
+def notify_server() {
 	sh 'curl --data "" http://plg2:8082/jenkins/notify'
 	return
