Bulat Yusupov 5 anni fa
parent
commit
b9afb66e33
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      Jenkinsfile

+ 0 - 2
Jenkinsfile

@@ -96,8 +96,6 @@ spec:
                 container('docker-client') {
                     dir(path: './kafka-ui-api') {
                         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 ." )
                         }
                     }