BF v8 only runs the first command in the step
The following step has two commands, it runs ok in v7, but the 2nd command is not run in v8, unless I seperate it to a new step, why?
.get jxn-ms-cccqd01_bldforge:${FILE} ${LAND_DIR}/${FNAME}
echo "Copy to Informatica ${TARGET_ENV} environment"
/usr/bin/perl /bldforge/BEV/bldInfa.pl ${APP_NAME} ${TARGET_ENV} ${COMMAND} ${FILE}
I did a simple test, these two commands in one step works fine:
echo 1st command
ratlperl.exe D:\Build\test.pl
echo 2nd command
ratlperl.exe D:\Build\test2.pl
|
One answer
Unfortunately, there is not enough details regarding the issue to provide an answer.
Is this behavior only seen when a .get or any dot command is in use? Do both echo command run when the .get is used and the issue is seen? Is the second command (the perl file execution ) listed in the build log in any way regardless if it was executed? |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.