Browse Source

test commit

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

+ 1 - 1
Jenkinsfile

@@ -98,7 +98,7 @@ spec:
                         script {
                             sh "ls -la"
                             sh "ls -la target/"
-                            dockerImage = docker.build( registry + ":$VERSION", "--build-arg JAR_FILE=kafka-ui-api-$VERSION.jar -f Dockerfile ." )
+                            dockerImage = docker.build( registry + ":$VERSION", "--build-arg JAR_FILE=kafka-ui-api-0.0.4.jar -f Dockerfile ." )
                         }
                     }
                 }