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
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.
The text was updated successfully, but these errors were encountered:
jhoch
added a commit
to jhoch/gradle-spawn-plugin
that referenced
this issue
Feb 11, 2017
- Fixesmarc0der#27
- If the process was killed but the pidFile was not deleted, this
will proceed without executing command (silent failure).
- Defaults to previous behavior (fail if pidFile exists)
- Also changes "Server" to "$command" in exception message.
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.
The text was updated successfully, but these errors were encountered: