Hi,
I am trying to run a simple pipeline script with uftScenarioLoad running a test.mtbx
The MTBX looks like this:
<Mtbx>
<Test name="Test1" path="${WORKSPACE}\Project01\Test1">
<Parameter name="sTestEnvironment" value="${SomeEnvParam}" type="String"/>
</Test>
</Mtbx>
I have found out the WORKSPACE variable is not replaced in the mtbx file.
After doing some tests I found out the plugin starts the "HpToolsLauncher.exe" with props file:
[Test-Pipeline] $ c:\Jenkins\workspace\Test-Pipeline\HpToolsLauncher.exe -paramfile props25012017134421220.txt
The generated props file does not contain the WORKSPACE value nor any other SCM-related values even though the valriable itself is accessible in the environment like env.WORKSPACE.
Is there any way I can push the WORKSPACE value into the generated props file?
Thanks,
Marek