Browse Source

test commit

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

+ 0 - 2
Jenkinsfile

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