change main to master
This commit is contained in:
parent
414f4e614a
commit
810132916e
@ -3,7 +3,7 @@ pipeline {
|
||||
dockerfile true
|
||||
}
|
||||
parameters{
|
||||
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'main', name: 'BRANCH', type: 'PT_BRANCH'
|
||||
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH'
|
||||
buildSelector(
|
||||
defaultSelector: lastSuccessful(),
|
||||
description: 'Which build to use for copying artifacts',
|
||||
|
Loading…
Reference in New Issue
Block a user