Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AnsibleTower provider: Origin is not set for job_templates #355

Open
ogajduse opened this issue Mar 3, 2025 · 0 comments
Open

AnsibleTower provider: Origin is not set for job_templates #355

ogajduse opened this issue Mar 3, 2025 · 0 comments

Comments

@ogajduse
Copy link
Member

ogajduse commented Mar 3, 2025

if name := kwargs.get("workflow"):
subject = "workflow"
get_path = self._v2.workflow_job_templates
origin = find_origin()
kwargs["_broker_origin"] = origin[0]
if origin[1]:
kwargs["_jenkins_url"] = origin[1]
elif name := kwargs.get("job_template"):
subject = "job_template"
get_path = self._v2.job_templates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant