Browse Source

changed step in Jenkinsfile

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

+ 0 - 3
Jenkinsfile

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