Skip to content

Bump ssh-agent version to 7.0.0-jdk21 (#1528) #2187

Bump ssh-agent version to 7.0.0-jdk21 (#1528)

Bump ssh-agent version to 7.0.0-jdk21 (#1528) #2187

Triggered via push September 2, 2025 13:40
Status Success
Total duration 1m 49s
Artifacts
update_release_draft
1m 44s
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: '17405390025', name: 'push', payload: { after: '4a508a13e43cd1a4afc451bef197ae81e615ccda', base_ref: null, before: '426235777a134cf492f06e8b29a4d9cd91b62ff8', commits: [ { author: { email: '41898282+github-actions[bot]@users.noreply.github.com', name: 'github-actions[bot]', username: 'github-actions[bot]' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '4a508a13e43cd1a4afc451bef197ae81e615ccda', message: 'Bump ssh-agent version to 7.0.0-jdk21 (#1528)\n' + '\n' + '* chore: [jenkins/ssh-agent] Bump Docker image tag in "dockerfiles/mult...\n' + '\n' + '... i/Dockerfile"\n' + '\n' + 'Made with ❤️️ by updatecli\n' + '\n' + '* chore: [jenkins/ssh-agent] Bump Docker image tag in "dockerfiles/cpp/...\n' + '\n' + '... Dockerfile"\n' + '\n' + 'Made with ❤️️ by updatecli\n' + '\n' + '* chore: [jenkins/ssh-agent] Bump Docker image tag in "dockerfiles/gola...\n' + '\n' + '... ng/Dockerfile"\n' + '\n' + 'Made with ❤️️ by updatecli\n' + '\n' + '* chore: [jenkins/ssh-agent] Bump Docker image tag in "dockerfiles/mave...\n' + '\n' + '... n/Dockerfile"\n' + '\n' + 'Made with ❤️️ by updatecli\n' + '\n' + '* chore: [jenkins/ssh-agent] Bump Docker image tag in "build-docker-com...\n' + '\n' + '... pose.yaml"\n' + '\n' + 'Made with ❤️️ by updatecli\n' + '\n' + '* chore: [jenkins/ssh-agent] Bump Docker image tag in "dockerfiles/andr...\n' + '\n' + '... oid/Dockerfile"\n' + '\n' + 'Made with ❤️️ by updatecli\n' + '\n' + '* chore: [jenkins/ssh-agent] Bump Docker image tag in "dockerfiles/pyth...\n' + '\n' + '... on/Dockerfile"\n' + '\n' + 'Made with ❤️️ by updatecli\n' + '\n' + '* chore: [jenkins/ssh-agent] Bump Docker image tag in "docker-compose.y...\n' + '\n' + '... aml"\n' + '\n' + 'Made with ❤️️ by updatecli\n' + '\n' + '* chore: [jenkins/ssh-agent] Bump Docker image tag in "dockerfiles/node...\n' + '\n' + '... /Dockerfile"\n' + '\n' + 'Made with ❤️️ by updatecli\n' + '\n' + '---------\n' + '\n' + 'Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>', timestamp: '2025-09-02T15:40:12+02:00', tree_id: '19268cfd0425073d7553be3cceffaaf33769fb04', url: 'https://github.com/jenkins-docs/quickstart-tutorials/commit/4a508a13e43cd1a4afc451bef197ae81e615ccda' } ], compare: 'https://github.com/jenkins-docs/quickstart-tutorials/compare/426235777a13...4a508a13e43c', created: false, deleted: false, forced: false, head_commit: { author: { email: '41898282+github-actions[bot]@users.noreply.github.com', name: 'github-actions[bot]', username: 'github-actions[bot]' },
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: '17405390025', status: 502, response: { url: 'https://api.github.com/graphql', status: 502, headers: { 'content-length': '150', 'content-type': 'text/html', date: 'Tue, 02 Sep 2025 13:42:00 GMT', server: 'github.com', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-github-request-id': '7042:236D7:4F51EC:120AB26:68B6F41E' }, 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': '17405390025', 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/heads/main","withPullRequestBody":false,"withPullRequestURL":false,"withBaseRefName":false,"withHeadRefName":false,"pullRequestLimit":5,"after":"4a508a13e43cd1a4afc451bef197ae81e615ccda 99"}}', request: { retryCount: 3, retries: 3, retryAfter: 16 } }, event: { id: '17405390025', name: 'push', payload: { after: '4a508a13e43cd1a4afc451bef197ae81e615ccda', base_ref: null, before: '426235777a134cf492f06e8b29a4d9cd91b62ff8', commits: [ { author: { email: '41898282+github-actions[bot]@users.noreply.github.com', name: 'github-actions[bot]', username: 'github-actions[bot]' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '4a508a13e43cd1a4afc451bef197ae81e615ccda', message: 'Bump ssh-agent
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/)