Sending Email notification on build and MORE !
Hi,
I have implemented this -> https://jazz.net/wiki/bin/view/Main/SCM15MinutesDemo .And adding further functionalities, I want to:-
1- EMAIL Notification to team members when a build is run (by request or automatic scheduling).
2- EMAIL Notification to team members when a change occurs, or new code is checked in/delivered.
Is there any panel/wizard, where such a setting can be done, as scheduling feature? Or Ant Script needs to be added/modified? Please help with that, I don't know how/what to modify. :(
3- Is there any mail transport agent with JBE etc? If yes, where/how to use it? , So basically HOW TO SEND AN EMAIL ???
4- How to use SCM Command Line Interface ?
5- I tried copying Feed URL and adding the same in Outlook feeds, but it never worked?
PLEASE guide/help/suggest me with simple solution, such that automatic email notification (on every build and/or change occurs) is sent.
If possible, STEP BY STEP and with necessary CODE SNIPPETS (as of now my code is very similar to that provided at SCM15MinutesDemo). Will greatly appreciate any help. Thanks.
Regards,
Geny
I have implemented this -> https://jazz.net/wiki/bin/view/Main/SCM15MinutesDemo .And adding further functionalities, I want to:-
1- EMAIL Notification to team members when a build is run (by request or automatic scheduling).
2- EMAIL Notification to team members when a change occurs, or new code is checked in/delivered.
Is there any panel/wizard, where such a setting can be done, as scheduling feature? Or Ant Script needs to be added/modified? Please help with that, I don't know how/what to modify. :(
3- Is there any mail transport agent with JBE etc? If yes, where/how to use it? , So basically HOW TO SEND AN EMAIL ???
4- How to use SCM Command Line Interface ?
5- I tried copying Feed URL and adding the same in Outlook feeds, but it never worked?
PLEASE guide/help/suggest me with simple solution, such that automatic email notification (on every build and/or change occurs) is sent.
If possible, STEP BY STEP and with necessary CODE SNIPPETS (as of now my code is very similar to that provided at SCM15MinutesDemo). Will greatly appreciate any help. Thanks.
Regards,
Geny
One answer
This article http://jazz.net/library/article/195 has some information
about sending emails on builds. You can try modifying the scripts here to
produce what you want.
Andrew
On Mon, 11 Jan 2010 10:23:02 -0500, geny
<generoushous> wrote:
--
about sending emails on builds. You can try modifying the scripts here to
produce what you want.
Andrew
On Mon, 11 Jan 2010 10:23:02 -0500, geny
<generoushous> wrote:
Hi,
I have implemented this -
https://jazz.net/wiki/bin/view/Main/SCM15MinutesDemo .And adding
further functionalities, I want to:-
1- EMAIL Notification to team members when a build is run (by request
or automatic scheduling).
2- EMAIL Notification to team members when a change occurs, or new
code is checked in/delivered.
Is there any panel/wizard, where such a setting can be done, as
scheduling feature? Or Ant Script needs to be added/modified? Please
help with that, I don't know how/what to modify. :(
3- Is there any mail transport agent with JBE etc? If yes, where/how
to use it? , So basically HOW TO SEND AN EMAIL ???
4- How to use SCM Command Line Interface ?
5- I tried copying Feed URL and adding the same in Outlook feeds, but
it never worked?
PLEASE guide/help/suggest me with simple solution, such that automatic
email notification (on every build and/or change occurs) is sent.
If possible, STEP BY STEP and with necessary CODE SNIPPETS (as of now
my code is very similar to that provided at SCM15MinutesDemo). Will
greatly appreciate any help. Thanks.
Regards,
Geny
--