Raising the condition: "The target machine is unavailable and the project allows skipping unavailable machines"

Hey Guys,

We use a project to chain our deployment together and have an edge case where a server goes offline mid deployment and our top project thinks it’s a successful deployment but our lower level project has recognised the server has gone offline.

Is there anyway I can raise the condition that the server has gone offline or unavailable so it can be skipped on a code level? C# ideally.

Ta

-Chris

Hi Chris,

Thanks for getting in touch! It looks like subscriptions is something that might solve your problem. You can subscribe to quite a few machine related events so hopefully one of them represents what you are looking for.

Please let me know how you go.

Regards,

Pawel