Hi all, I am trying to set up new test station for our product on Jenkins. My first step was enabling automatic binary loading from artefacts so step for this look like this Java Source Code (15 lines) so basically I make new file program.jlink with sequence: r loadfile "our_tag.hex" r go q then I am trying to call JLink.exe with params listed. Problem is that JLink.exe never stops: Shell-Script (55 lines)Unknown command then cycle till I kill it. If I put it right to powershell window it just e…