I have a TFS Build Definition which has a Queue Jenkins job step. If I cancel the TFS Build Definition the Jenkins job isn't cancelled. Is there a way to make it cancel?
I'm thinking maybe schedule a step to run if build definition was cancelled which cancels the job using Cancelling Jenkins Job from Command line (CLI)