From 42063818f17fcce66701f372b4d487099530d603 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Fri, 11 Jan 2019 11:40:14 +0300 Subject: [PATCH] move Docker build to master branch --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 89489b7..7a6b1c3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,7 @@ pipeline { stage('Docker Images') { when { - branch 'release' + branch 'master' } steps { withCredentials([usernamePassword(