feat(standard-make): add staging and master to default release branches
This commit is contained in:
@ -27,7 +27,7 @@ void call(Map options = [:]) {
|
||||
String dockerfileExtension = options.get('dockerfileExtension', '')
|
||||
List credentials = options.get('credentials', [])
|
||||
|
||||
List<String> releaseBranches = options.get('releaseBranches', ['develop', 'testing', 'stable'])
|
||||
List<String> releaseBranches = options.get('releaseBranches', ['develop', 'testing', 'stable', 'staging', 'master'])
|
||||
|
||||
node {
|
||||
properties([
|
||||
|
Reference in New Issue
Block a user