|
423 | 423 | ],
|
424 | 424 | "parameters": {
|
425 | 425 | "gheConfigId": {
|
426 |
| - "description": "Optional. The ID to use for the GithubEnterpriseConfig, which will become the final component of the GithubEnterpriseConfig\u2019s resource name. ghe_config_id must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character", |
| 426 | + "description": "Optional. The ID to use for the GithubEnterpriseConfig, which will become the final component of the GithubEnterpriseConfig's resource name. ghe_config_id must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character", |
427 | 427 | "location": "query",
|
428 | 428 | "type": "string"
|
429 | 429 | },
|
|
1062 | 1062 | ],
|
1063 | 1063 | "parameters": {
|
1064 | 1064 | "gheConfigId": {
|
1065 |
| - "description": "Optional. The ID to use for the GithubEnterpriseConfig, which will become the final component of the GithubEnterpriseConfig\u2019s resource name. ghe_config_id must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character", |
| 1065 | + "description": "Optional. The ID to use for the GithubEnterpriseConfig, which will become the final component of the GithubEnterpriseConfig's resource name. ghe_config_id must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character", |
1066 | 1066 | "location": "query",
|
1067 | 1067 | "type": "string"
|
1068 | 1068 | },
|
|
2011 | 2011 | }
|
2012 | 2012 | }
|
2013 | 2013 | },
|
2014 |
| - "revision": "20220428", |
| 2014 | + "revision": "20220505", |
2015 | 2015 | "rootUrl": "https://cloudbuild.googleapis.com/",
|
2016 | 2016 | "schemas": {
|
2017 | 2017 | "ApprovalConfig": {
|
|
2338 | 2338 | "type": "string"
|
2339 | 2339 | },
|
2340 | 2340 | "projectKey": {
|
2341 |
| - "description": "Required. Key of the project that the repo is in. For example: The key for http://mybitbucket.server/projects/TEST/repos/test-repo is \"TEST\".", |
| 2341 | + "description": "Required. Key of the project that the repo is in. For example: The key for https://mybitbucket.server/projects/TEST/repos/test-repo is \"TEST\".", |
2342 | 2342 | "type": "string"
|
2343 | 2343 | },
|
2344 | 2344 | "pullRequest": {
|
|
2350 | 2350 | "description": "Filter to match changes in refs like branches, tags."
|
2351 | 2351 | },
|
2352 | 2352 | "repoSlug": {
|
2353 |
| - "description": "Required. Slug of the repository. A repository slug is a URL-friendly version of a repository name, automatically generated by Bitbucket for use in the URL. For example, if the repository name is 'test repo', in the URL it would become 'test-repo' as in http://mybitbucket.server/projects/TEST/repos/test-repo.", |
| 2353 | + "description": "Required. Slug of the repository. A repository slug is a URL-friendly version of a repository name, automatically generated by Bitbucket for use in the URL. For example, if the repository name is 'test repo', in the URL it would become 'test-repo' as in https://mybitbucket.server/projects/TEST/repos/test-repo.", |
2354 | 2354 | "type": "string"
|
2355 | 2355 | }
|
2356 | 2356 | },
|
|
2916 | 2916 | },
|
2917 | 2917 | "type": "array"
|
2918 | 2918 | },
|
| 2919 | + "includeBuildLogs": { |
| 2920 | + "description": "If set to INCLUDE_BUILD_LOGS_WITH_STATUS, log url will be shown on GitHub page when build status is final. Setting this field to INCLUDE_BUILD_LOGS_WITH_STATUS for non GitHub triggers results in INVALID_ARGUMENT error.", |
| 2921 | + "enum": [ |
| 2922 | + "INCLUDE_BUILD_LOGS_UNSPECIFIED", |
| 2923 | + "INCLUDE_BUILD_LOGS_WITH_STATUS" |
| 2924 | + ], |
| 2925 | + "enumDescriptions": [ |
| 2926 | + "Build logs will not be shown on GitHub.", |
| 2927 | + "Build logs will be shown on GitHub." |
| 2928 | + ], |
| 2929 | + "type": "string" |
| 2930 | + }, |
2919 | 2931 | "includedFiles": {
|
2920 | 2932 | "description": "If any of the files altered in the commit pass the ignored_files filter and included_files is empty, then as far as this filter is concerned, we should trigger the build. If any of the files altered in the commit pass the ignored_files filter and included_files is not empty, then we make sure that at least one of those files matches a included_files glob. If not, then we do not trigger a build.",
|
2921 | 2933 | "items": {
|
|
0 commit comments