Jenkinsfile changed
diff --git a/Jenkinsfile b/Jenkinsfile
index 447d8a4..627ccc4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -11,7 +11,7 @@
         /* This builds the actual image; synonymous to
          * docker build on the command line */
 
-        app = docker.build("myserver_central:jenkinsversion", "--no-cache")
+        app = docker.build("myserver_central:jenkinsversion --no-cache")
     }
 	
 	stage('Refresh containers') {