remove useless line for website
diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy
index 78bee94..eba94dc 100644
--- a/Jenkinsfile.groovy
+++ b/Jenkinsfile.groovy
@@ -73,8 +73,7 @@
         mavenLocalRepo: localRepo) {
         // Some common Maven command line + provided command line
         sh "mvn -V -B -U -e -DskipBrowserTests -Dmaven.test.failure.ignore=true $cmdline "
-	sh "mv target/*-site.jar WEBSITE.zip"
-    }
+   }
 }
 
 def notifyBuild(String buildStatus) {
@@ -96,4 +95,4 @@
      
 
      
-}
\ No newline at end of file
+}