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

About notification of build

Hi,
I use buildforge and rtc to do daily build.
I want to know if there has a way to contain the change history on e-amil notification, I don't know if buildforge or rtc can provide that function.

The history is important for us, and is convenient to check bugs if the build has issue.
Thank you!

0 votes



2 answers

Permanent link
I use an workround way to do that:
1)define an variable(changeSet) in a env group, then assign that to a project
2)in the project, add a step with the command .bset env "changeSet=`scm accept -o`", after running the step, there has a new value assign to "changeSet" variable.
4)config notification template and add ${changeSet} to the body

0 votes


Permanent link
I use an workround way to do that:
1)define an variable(changeSet) in a env group, then assign that to a project
2)in the project, add a step with the command .bset env "changeSet=`scm accept -o`", after running the step, there has a new value assign to "changeSet" variable.
4)config notification template and add ${changeSet} to the body


Hi,

I'm glad you've found a way to get the data. There is another feature in Build Forge called 'Notify Changers' which involves both the adaptor and log filter that is close to what you want, but I believe your current solution better fits your requirements and is easier to implement.

Brent Ulbricht
RTC Build Lead

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: Aug 05 '11, 6:02 a.m.

Question was seen: 4,055 times

Last updated: Aug 05 '11, 6:02 a.m.

Confirmation Cancel Confirm