trigger: add commit_sha to json schema
This commit is contained in:
parent
58b21fbd4f
commit
f782764ba5
1 changed files with 4 additions and 0 deletions
|
@ -392,6 +392,10 @@ class ActivateBuildTrigger(RepositoryParamResource):
|
||||||
'branch_name': {
|
'branch_name': {
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
'description': '(GitHub Only) If specified, the name of the GitHub branch to build.'
|
'description': '(GitHub Only) If specified, the name of the GitHub branch to build.'
|
||||||
|
},
|
||||||
|
'commit_sha': {
|
||||||
|
'type': 'string',
|
||||||
|
'description': '(Custom Only) If specified, the ref/SHA1 used to checkout a git repository.'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue