Selaa lähdekoodia

changed step in Jenkinsfile

Bulat Yusupov 5 vuotta sitten
vanhempi
commit
b8001b2ff6
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 3
      Jenkinsfile

+ 0 - 3
Jenkinsfile

@@ -92,9 +92,6 @@ spec:
             }
         }
         stage('Build docker image') {
-            when {
-                expression { return env.GIT_BRANCH == 'origin/master'; }
-            }
             steps {
                 container('docker-client') {
                     dir(path: './kafka-ui-api') {