Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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? 

 echo "Copy the changed file from ClearCase view to Informatica Server."
.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

0 votes



One answer

Permanent link
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?

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Oct 16 '15, 9:05 p.m.

Question was seen: 2,701 times

Last updated: Oct 20 '15, 3:29 a.m.

Confirmation Cancel Confirm