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

Feature Request: One-Shot Execution Mode #27

Open
esproul opened this issue Jul 2, 2024 · 0 comments
Open

Feature Request: One-Shot Execution Mode #27

esproul opened this issue Jul 2, 2024 · 0 comments

Comments

@esproul
Copy link

esproul commented Jul 2, 2024

It would be great to have this option, utilizing Jenkins' OnceRetentionStrategy such that a given executor will only run one job.

The problem I'm having at the moment is migrating a job with blocking subproject builds from Google Cloud to Oracle. Without a one-shot mode, the subproject waits on a free executor from the instance that is running the main job, which is waiting on the completion of the subproject job. A classic deadlock ensues.

If I could configure my Jenkins OCI cloud to run everything in one-shot mode, the subproject would cause a new executor to be provisioned and the job would flow as intended.

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