Browse Source

test commit

Bulat Yusupov 5 years ago
parent
commit
a61cb7d69f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -96,8 +96,8 @@ spec:
                 container('docker-client') {
                     dir(path: './kafka-ui-api') {
                         script {
-                            sh "rm -f *docker-info.jar"
-                            dockerImage = docker.build( registry + ":$VERSION", "--build-arg JAR_FILE=*.jar -f Dockerfile ." )
+//                             sh "rm -f *docker-info.jar"
+                            dockerImage = docker.build( registry + ":$VERSION", "-f Dockerfile ." )
                         }
                     }
                 }