Skip to content

feat: upgrade Android SDK to version 36 #2533

feat: upgrade Android SDK to version 36

feat: upgrade Android SDK to version 36 #2533

Triggered via pull request October 29, 2025 12:54
Status Success
Total duration 2m 34s
Artifacts

release-drafter.yml

on: pull_request
update_release_draft
2m 29s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
update_release_draft
HttpError: <html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html> at /home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:7146:21 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:61885:18) { name: 'AggregateError', event: { id: '18908543932', name: 'pull_request', payload: { action: 'synchronize', after: '8fe01e111c458407f83c56e5fb449f3a711dd165', before: '96142b8d06c3e311c9ceb1d8e5d5390d623e36cc', number: 1779, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/24830755?v=4', description: 'Collection of docs, tutorials and relevant repositories', events_url: 'https://api.github.com/orgs/jenkins-docs/events', hooks_url: 'https://api.github.com/orgs/jenkins-docs/hooks', id: 24830755, issues_url: 'https://api.github.com/orgs/jenkins-docs/issues', login: 'jenkins-docs', members_url: 'https://api.github.com/orgs/jenkins-docs/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjI0ODMwNzU1', public_members_url: 'https://api.github.com/orgs/jenkins-docs/public_members{/member}', repos_url: 'https://api.github.com/orgs/jenkins-docs/repos', url: 'https://api.github.com/orgs/jenkins-docs' }, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/jenkins-docs/quickstart-tutorials/issues/1779/comments' }, commits: { href: 'https://api.github.com/repos/jenkins-docs/quickstart-tutorials/pulls/1779/commits' }, html: { href: 'https://github.com/jenkins-docs/quickstart-tutorials/pull/1779' }, issue: { href: 'https://api.github.com/repos/jenkins-docs/quickstart-tutorials/issues/1779' }, review_comment: { href: 'https://api.github.com/repos/jenkins-docs/quickstart-tutorials/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/jenkins-docs/quickstart-tutorials/pulls/1779/comments' }, self: { href: 'https://api.github.com/repos/jenkins-docs/quickstart-tutorials/pulls/1779' }, statuses: { href: 'https://api.github.com/repos/jenkins-docs/quickstart-tutorials/statuses/8fe01e111c458407f83c56e5fb449f3a711dd165' } }, active_lock_reason: null, additions: 68, assignee: null, assignees: [], author_association: 'COLLABORATOR', auto_merge: null, base: { label: 'jenkins-docs:main', ref: 'main', repo: { allow_auto_merge: true, allow_forking: true, allow_merge_commit: true, allow_rebase_merge: true, allow_squash_merge: true, allow_update_branch: true, archive_url: 'https://api.github.com/repos/jenkins-docs/quickstart-tutorials/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/jenkins-docs/quickstart-tutorials/assignees{/user}', blobs_url: 'https://api.github.com/repos/jenkins-docs/quickstart-tutorials/git/blobs{/sha}', branches_url: 'https://api.github.com/repos/jenkins-docs/quickstart-tutorials/branches{/branch}', clone_url: 'https://github.com/jenkins-docs/quickstart-tutorials.git', collaborators_url: 'https://api.github.com/repos/jenkins-docs/quickstart-tutorials/collaborators{/collaborator}', comments_url: 'https://api.github.com/repos/jenkins-docs/quickstart-tutorials/comments{/number}', commits_url: 'https://api.github.com/repos/jenkins-docs/quickstart-tutorials/commits{/sha}',
update_release_draft
<html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html> { name: 'HttpError', id: '18908543932', status: 502, response: { url: 'https://api.github.com/graphql', status: 502, headers: { 'content-length': '150', 'content-type': 'text/html', date: 'Wed, 29 Oct 2025 12:56:37 GMT', server: 'github.com', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-github-request-id': '6C02:10DC7D:9ADD3E2:9E968A9:69020EFA' }, data: '<html>\r\n' + '<head><title>502 Bad Gateway</title></head>\r\n' + '<body>\r\n' + '<center><h1>502 Bad Gateway</h1></center>\r\n' + '<hr><center>nginx</center>\r\n' + '</body>\r\n' + '</html>\r\n' }, request: { method: 'POST', url: 'https://api.github.com/graphql', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.4.0 octokit-core.js/3.6.0 Node.js/20.19.4 (linux; x64)', 'x-github-delivery': '18908543932', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: '{"query":"\\n query findCommitsWithAssociatedPullRequests(\\n $name: String!\\n $owner: String!\\n $targetCommitish: String!\\n $withPullRequestBody: Boolean!\\n $withPullRequestURL: Boolean!\\n $since: GitTimestamp\\n $after: String\\n $withBaseRefName: Boolean!\\n $withHeadRefName: Boolean!\\n $pullRequestLimit: Int!\\n ) {\\n repository(name: $name, owner: $owner) {\\n object(expression: $targetCommitish) {\\n ... on Commit {\\n history(first: 100, since: $since, after: $after) {\\n totalCount\\n pageInfo {\\n hasNextPage\\n endCursor\\n }\\n nodes {\\n id\\n committedDate\\n message\\n author {\\n name\\n user {\\n login\\n }\\n }\\n associatedPullRequests(first: $pullRequestLimit) {\\n nodes {\\n title\\n number\\n url @include(if: $withPullRequestURL)\\n body @include(if: $withPullRequestBody)\\n author {\\n login\\n __typename\\n url\\n }\\n baseRepository {\\n nameWithOwner\\n }\\n mergedAt\\n isCrossRepository\\n labels(first: 100) {\\n nodes {\\n name\\n }\\n }\\n merged\\n baseRefName @include(if: $withBaseRefName)\\n headRefName @include(if: $withHeadRefName)\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n","variables":{"name":"quickstart-tutorials","owner":"jenkins-docs","targetCommitish":"refs/pull/1779/merge","withPullRequestBody":false,"withPullRequestURL":false,"withBaseRefName":false,"withHeadRefName":false,"pullRequestLimit":5,"after":"a33fbf1010b11d3759cd4dd662af2bf7d777bd93 199"}}', request: { retryCount: 3, retries: 3, retryAfter: 16 } }, event: { id: '18908543932', name: 'pull_request', payload: { action: 'synchronize', after: '8fe01e111c458407f83c56e5fb449f3a711dd165', before: '96142b8d06c3e311c9ceb1d8e5d5390d623e36cc', number: 1779, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/24830755?v=4', description: 'Collection of docs, tutorials and relevant repositories', events_url: 'https://api.github.com/orgs/jenkins-docs/events', hooks_url: 'https://api.github.com/orgs/jenkins-docs/hooks', id: 24830755, issues_url: 'https://api.github.com/orgs/jenkins-docs/issues', login: 'jenkins
update_release_draft
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
update_release_draft
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
update_release_draft
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
update_release_draft
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)