parent
44584ff0d8
commit
7ea4c7d17e
2 changed files with 15 additions and 0 deletions
|
@ -400,6 +400,14 @@ class ActivateBuildTrigger(RepositoryParamResource):
|
|||
'commit_sha': {
|
||||
'type': 'string',
|
||||
'description': '(Custom Only) If specified, the ref/SHA1 used to checkout a git repository.'
|
||||
},
|
||||
'refs': {
|
||||
'type': 'array',
|
||||
'description': '(SCM Only) If specified, the refs to build.'
|
||||
},
|
||||
'branch_name': {
|
||||
'type': 'string',
|
||||
'description': '(SCM Only) If specified, the branch to build.'
|
||||
}
|
||||
},
|
||||
'additionalProperties': False
|
||||
|
|
Reference in a new issue