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!
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!
2 answers
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
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
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