Hi I need to spawn a process that lives longer than a task in a Bamboo stage. But since in bamboo the task does not completes the build hangs. I remember in Jenkins there is a way of handling this. The Build comes up with a status but a warning too "Process leaked file descriptors". Is this achievable in bamboo.
This is dangerous because you can't properly report back to Bamboo which then cannot provide status and would enable the possibility of running it multiple times concurrently; unless whatever you're calling has that protection in which case you are either disregarding some calls our Bamboo logs won't have to proper start time... or just properly handle concurrent calls.
If you have weighed the risks and still want to continue, I'd suggest calling your command from the script command. Depending on what OS you are using and what commands/tasks/programs you are calling it will be a bit different, you can make scripting calls to execute without returns or some programs allow what you want as a flag/option.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.