checking jenkins

This commit is contained in:
Fedor Katurov 2020-03-20 20:03:26 +07:00
parent caa11c1eca
commit d1d324a792

2
Jenkinsfile vendored
View file

@ -2,7 +2,7 @@ pipeline {
agent any
parameters {
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH'
gitParameter branchFilter: '(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH'
}
stages {