Bug fixes for GCP modules (#63966)
This commit is contained in:
parent
ee290bf5b1
commit
d455183cac
2 changed files with 6 additions and 0 deletions
|
@ -129,12 +129,14 @@ options:
|
|||
description:
|
||||
- Name of the branch to build. Exactly one a of branch name, tag, or commit
|
||||
SHA must be provided.
|
||||
- This field is a regular expression.
|
||||
required: false
|
||||
type: str
|
||||
tag_name:
|
||||
description:
|
||||
- Name of the tag to build. Exactly one of a branch name, tag, or commit SHA
|
||||
must be provided.
|
||||
- This field is a regular expression.
|
||||
required: false
|
||||
type: str
|
||||
commit_sha:
|
||||
|
@ -447,12 +449,14 @@ triggerTemplate:
|
|||
description:
|
||||
- Name of the branch to build. Exactly one a of branch name, tag, or commit
|
||||
SHA must be provided.
|
||||
- This field is a regular expression.
|
||||
returned: success
|
||||
type: str
|
||||
tagName:
|
||||
description:
|
||||
- Name of the tag to build. Exactly one of a branch name, tag, or commit SHA
|
||||
must be provided.
|
||||
- This field is a regular expression.
|
||||
returned: success
|
||||
type: str
|
||||
commitSha:
|
||||
|
|
|
@ -191,12 +191,14 @@ resources:
|
|||
description:
|
||||
- Name of the branch to build. Exactly one a of branch name, tag, or commit
|
||||
SHA must be provided.
|
||||
- This field is a regular expression.
|
||||
returned: success
|
||||
type: str
|
||||
tagName:
|
||||
description:
|
||||
- Name of the tag to build. Exactly one of a branch name, tag, or commit
|
||||
SHA must be provided.
|
||||
- This field is a regular expression.
|
||||
returned: success
|
||||
type: str
|
||||
commitSha:
|
||||
|
|
Loading…
Add table
Reference in a new issue