1
0
mirror of synced 2024-11-21 20:16:02 +03:00

Merge pull request #66 from gwinn/master

move Docker build to master branch
This commit is contained in:
Alex Lushpai 2019-01-11 11:43:08 +03:00 committed by GitHub
commit 863092fd11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

@ -35,7 +35,7 @@ pipeline {
stage('Docker Images') {
when {
branch 'release'
branch 'master'
}
steps {
withCredentials([usernamePassword(