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

Don't require node block in Pipeline #234

Open
orgi opened this issue Jul 18, 2019 · 1 comment
Open

Don't require node block in Pipeline #234

orgi opened this issue Jul 18, 2019 · 1 comment

Comments

@orgi
Copy link

orgi commented Jul 18, 2019

As far as I can tell the plugin does not need to interact with a build agent. Therefore it shall be possible to use the plugin from outside a node block.
While I can understand that you need to clone a repository to have a valid commit hash available - you may also get a valid commit hash by just loading a shared library which will not need any node block.
Furthermore for pipelines allocating multiple nodes you'll want to notify the result of the job at the very end - outside of any node block.

Hope this can be achieved easily as allocating a node may be very costly esp. on bigger Jenkins instances.

@scaytrase
Copy link
Member

Sounds valid, but I really have no idea how to achieve this at the moment

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

No branches or pull requests

2 participants