Hi everyone - I'm having issues calling cleartool from a "Execute Windows Batch Command" step. In Jenkins, I see this output:
C:\POC\Jenkins\workspace\Deploy-Flex>cleartool checkout -nc Y:\Flex_SOA_deploy\deploy\dev\flexC\flexC_OriginatorData.zip cleartool: Error: Unable to access "Y:\Flex_SOA_deploy\deploy\dev\flexC\flexC_OriginatorData.zip": No such file or directory. When I run the same command from the command line, it works fine: C:\POC\Jenkins\workspace\Deploy-Flex\clearcase>cleartool co -nc Y:\Flex_SOA_deploy\deploy\dev\flexC\flexC_OriginatorData.zip Checked out "Y:\Flex_SOA_deploy\deploy\dev\flexC\flexC_OriginatorData.zip" from version "\main\10". This is on a WinXP machine. Anyone come across this before? Thanks! Bill
