Hi All,
i am using execute block to start process of bamboo agent in backgroud, but somehow due to some reason bamboo agent process stops after some times and my recipe ends.
execute ‘bamboo agent’ do
command "bamboo-agent.sh&"
end
i would like to know is there any better way to handle this? can i check the status of process inside recipe at least for some specific time (60 seconds) before completing the recipe.