test jenkins

This commit is contained in:
Fedor Katurov 2020-03-20 20:05:26 +07:00
parent ae3f6d13da
commit 8dfd28b346

2
Jenkinsfile vendored
View file

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