You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2026. It is now read-only.
I'm presently using this plugin to manage an external process that isn't strictly tied to the build lifecycle, so it would be nice if the plugin had some additional logic to handle cases where it may already be running or may not be expected to be immediately cleaned up.
Presently I've started with using onlyIf{!pidFile} but it would be nice to have that be more expressive and set up to evolve.
I can see about putting a PR together at some point in the not too distant future or if I have something more substantial.
I'm presently using this plugin to manage an external process that isn't strictly tied to the build lifecycle, so it would be nice if the plugin had some additional logic to handle cases where it may already be running or may not be expected to be immediately cleaned up.
Presently I've started with using
onlyIf{!pidFile}but it would be nice to have that be more expressive and set up to evolve.I can see about putting a PR together at some point in the not too distant future or if I have something more substantial.