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

step result

Hi,

I have a project with 5 steps.
In the third step i want to know if the result of the second step is pass or fail. do i have a way to know this?

Thanks,
shiran

0 votes



2 answers

Permanent link
Hi,

I have a project with 5 steps.
In the third step i want to know if the result of the second step is pass or fail. do i have a way to know this?

Thanks,
shiran


Hi shiran,

There are a couple of options that I think you could pursue. The harder one is to use the API to query back into the system to determine the result of a particular step.

The other solution that I think you might like better is to add pass and fail chains to the second step. In those pass/fail projects, you could have them write a file or into a file whether the step was successful. Then in the third step, you could check for the existence of the file or contents of the file to determine whether step 2 was successful.

bju

0 votes


Permanent link
Hi,

I have a project with 5 steps.
In the third step i want to know if the result of the second step is pass or fail. do i have a way to know this?

Thanks,
shiran


Hi shiran,

There are a couple of options that I think you could pursue. The harder one is to use the API to query back into the system to determine the result of a particular step.

The other solution that I think you might like better is to add pass and fail chains to the second step. In those pass/fail projects, you could have them write a file or into a file whether the step was successful. Then in the third step, you could check for the existence of the file or contents of the file to determine whether step 2 was successful.

bju

Thanks!
I used the Fail chain option and it helped me.

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 12 '10, 9:43 a.m.

Question was seen: 5,408 times

Last updated: Oct 12 '10, 9:43 a.m.

Confirmation Cancel Confirm