René's URL Explorer Experiment


Title: No way to retry a trigger job · Issue #3346 · python-gitlab/python-gitlab · GitHub

Open Graph Title: No way to retry a trigger job · Issue #3346 · python-gitlab/python-gitlab

X Title: No way to retry a trigger job · Issue #3346 · python-gitlab/python-gitlab

Description: Description of the problem, including code/CLI snippet ProjectPipelineBridge objects (trigger/bridge jobs) cannot be retried through the high-level API. The class lacks retry(), cancel(), and similar methods that ProjectJob has. Fetching...

Open Graph Description: Description of the problem, including code/CLI snippet ProjectPipelineBridge objects (trigger/bridge jobs) cannot be retried through the high-level API. The class lacks retry(), cancel(), and simil...

X Description: Description of the problem, including code/CLI snippet ProjectPipelineBridge objects (trigger/bridge jobs) cannot be retried through the high-level API. The class lacks retry(), cancel(), and simil...

Opengraph URL: https://github.com/python-gitlab/python-gitlab/issues/3346

X: @github

direct link

Domain: redirect.github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"No way to retry a trigger job","articleBody":"## Description of the problem, including code/CLI snippet\n\n`ProjectPipelineBridge` objects (trigger/bridge jobs) cannot be retried through the high-level API. The class lacks `retry()`, `cancel()`, and similar methods that `ProjectJob` has.\n\nFetching the bridge as a `ProjectJob` via `project.jobs.get(bridge.id)` also fails with a 404, since the `/projects/:id/jobs/:id` endpoint does not return bridge jobs.\n\nThe only way I found to retry a bridge is via a raw HTTP call:\n\n```python\npipeline = project.pipelines.get(pipeline_id)\nbridges = pipeline.bridges.list(all=True)\nbridge = bridges[0]\n\n# This fails - ProjectPipelineBridge has no retry()\nbridge.retry()  # AttributeError\n\n# This also fails - bridges aren't accessible via the jobs endpoint\nproject.jobs.get(bridge.id).retry()  # GitlabGetError: 404\n\n# Only this works\nproject.manager.gitlab.http_post(f\"/projects/{project.id}/jobs/{bridge.id}/retry\")\n```\n\n## Expected Behavior\n\n`ProjectPipelineBridge` should support `retry()` (and maybe other job actions like `cancel()`) either by:\n- Adding the appropriate mixins/custom actions to `ProjectPipelineBridge`, or\n- Making bridge jobs accessible via `project.jobs.get()`.\n\nThe GitLab REST API itself supports `POST /projects/:id/jobs/:job_id/retry` for bridge jobs ([since GitLab 17](https://docs.gitlab.com/api/jobs/#list-all-jobs-for-a-project:~:text=Prior%20to%20GitLab%2017.0%2C%20this%20endpoint%20does%20not%20support%20trigger%20jobs.)), it's only the python-gitlab object model that prevents it.\n\n## Actual Behavior\n\n- `bridge.retry()` raises `AttributeError: 'ProjectPipelineBridge' object has no attribute 'retry'`\n- `project.jobs.get(bridge.id)` raises `GitlabGetError: 404: 404 Not found`\n\n## Specifications\n\n  - python-gitlab version: 8.0.0\n  - Gitlab server version: self-hosted 18.5.5\n","author":{"url":"https://github.com/eacherkan-via","@type":"Person","name":"eacherkan-via"},"datePublished":"2026-02-12T07:35:42.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/3346/python-gitlab/issues/3346"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:9d418a2d-b011-67c9-34a4-dedf7a04fd13
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id81F0:164B81:1BC331B:23DACA4:699278B1
html-safe-nonce18a29a69ba280905b4f187156057cb91f3e6ee5cda361c2a514cf9df2ebc8f4f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MUYwOjE2NEI4MToxQkMzMzFCOjIzREFDQTQ6Njk5Mjc4QjEiLCJ2aXNpdG9yX2lkIjoiODI4NjUyNzg2OTA3NDcwMDQ2NSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac66baf9de74745244acf1f42fc767ab43ee39f49948df95a72c1f8c1b88a9c4ba
hovercard-subject-tagissue:3930300065
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python-gitlab/python-gitlab/3346/issue_layout
twitter:imagehttps://opengraph.githubassets.com/15583776b42d78e2ecdf7f7ca895a95e6ef270d77bea64d24d63ceeaec201be2/python-gitlab/python-gitlab/issues/3346
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/15583776b42d78e2ecdf7f7ca895a95e6ef270d77bea64d24d63ceeaec201be2/python-gitlab/python-gitlab/issues/3346
og:image:altDescription of the problem, including code/CLI snippet ProjectPipelineBridge objects (trigger/bridge jobs) cannot be retried through the high-level API. The class lacks retry(), cancel(), and simil...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameeacherkan-via
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
go-importgithub.com/python-gitlab/python-gitlab git https://github.com/python-gitlab/python-gitlab.git
octolytics-dimension-user_id28886265
octolytics-dimension-user_loginpython-gitlab
octolytics-dimension-repository_id8077625
octolytics-dimension-repository_nwopython-gitlab/python-gitlab
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id8077625
octolytics-dimension-repository_network_root_nwopython-gitlab/python-gitlab
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release848bc6032dcc93a9a7301dcc3f379a72ba13b96e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://redirect.github.com/python-gitlab/python-gitlab/issues/3346#start-of-content
https://redirect.github.com/
Sign in https://redirect.github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-gitlab%2Fpython-gitlab%2Fissues%2F3346
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://redirect.github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-gitlab%2Fpython-gitlab%2Fissues%2F3346
Sign up https://redirect.github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=python-gitlab%2Fpython-gitlab
Reloadhttps://redirect.github.com/python-gitlab/python-gitlab/issues/3346
Reloadhttps://redirect.github.com/python-gitlab/python-gitlab/issues/3346
Reloadhttps://redirect.github.com/python-gitlab/python-gitlab/issues/3346
python-gitlab https://redirect.github.com/python-gitlab
python-gitlabhttps://redirect.github.com/python-gitlab/python-gitlab
Notifications https://redirect.github.com/login?return_to=%2Fpython-gitlab%2Fpython-gitlab
Fork 674 https://redirect.github.com/login?return_to=%2Fpython-gitlab%2Fpython-gitlab
Star 2.4k https://redirect.github.com/login?return_to=%2Fpython-gitlab%2Fpython-gitlab
Code https://redirect.github.com/python-gitlab/python-gitlab
Issues 25 https://redirect.github.com/python-gitlab/python-gitlab/issues
Pull requests 15 https://redirect.github.com/python-gitlab/python-gitlab/pulls
Discussions https://redirect.github.com/python-gitlab/python-gitlab/discussions
Actions https://redirect.github.com/python-gitlab/python-gitlab/actions
Projects 0 https://redirect.github.com/python-gitlab/python-gitlab/projects
Security 0 https://redirect.github.com/python-gitlab/python-gitlab/security
Insights https://redirect.github.com/python-gitlab/python-gitlab/pulse
Code https://redirect.github.com/python-gitlab/python-gitlab
Issues https://redirect.github.com/python-gitlab/python-gitlab/issues
Pull requests https://redirect.github.com/python-gitlab/python-gitlab/pulls
Discussions https://redirect.github.com/python-gitlab/python-gitlab/discussions
Actions https://redirect.github.com/python-gitlab/python-gitlab/actions
Projects https://redirect.github.com/python-gitlab/python-gitlab/projects
Security https://redirect.github.com/python-gitlab/python-gitlab/security
Insights https://redirect.github.com/python-gitlab/python-gitlab/pulse
New issuehttps://redirect.github.com/login?return_to=https://github.com/python-gitlab/python-gitlab/issues/3346
New issuehttps://redirect.github.com/login?return_to=https://github.com/python-gitlab/python-gitlab/issues/3346
No way to retry a trigger jobhttps://redirect.github.com/python-gitlab/python-gitlab/issues/3346#top
https://github.com/eacherkan-via
https://github.com/eacherkan-via
eacherkan-viahttps://github.com/eacherkan-via
on Feb 12, 2026https://github.com/python-gitlab/python-gitlab/issues/3346#issue-3930300065
since GitLab 17https://docs.gitlab.com/api/jobs/#list-all-jobs-for-a-project:~:text=Prior%20to%20GitLab%2017.0%2C%20this%20endpoint%20does%20not%20support%20trigger%20jobs.
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.