Skip to content
Snippets Groups Projects
Commit 21902525 authored by david_williams's avatar david_williams
Browse files

attempt to fix mail notification

parent 672bbc5f
No related branches found
No related tags found
No related merge requests found
...@@ -90,63 +90,7 @@ ...@@ -90,63 +90,7 @@
<failure <failure
address="${env.FAILED_ADDRESS}" address="${env.FAILED_ADDRESS}"
reportWhenFixed="true" /> reportWhenFixed="true" />
<map <propertiesmapper file="${env.EMAIL_PROPERTIES}" />
alias="david_williams"
address="david_williams@mindspring.com" />
<map
alias="amywu"
address="wuamy@ca.ibm.com" />
<map
alias="cbridgha"
address="cbridgha@us.ibm.com" />
<map
alias="deboer"
address="deboer@ca.ibm.com" />
<map
alias="kchan"
address="kathy@ca.ibm.com" />
<map
alias="kchong"
address="kchong@ca.ibm.com" />
<map
alias="nitind"
address="nitind@us.ibm.com" />
<map
alias="rfrost"
address="rfrost@bea.com" />
<map
alias="rsrinivasan"
address="raghunathan.srinivasan@oracle.com" />
<map
alias="cbateman"
address="cameron.bateman@oracle.com" />
<map
alias="kkomissarchik"
address="kosta@bea.com" />
<map
alias="ndai"
address="ndai@eteration.com" />
<map
alias="tle"
address="tran.le@oracle.com" />
<map
alias="nhauge"
address="neil.hauge@oracle.com" />
<map
alias="kraev"
address="kaloyan.raev@sap.com" />
<map
alias="pberkland"
address="berkland@us.ibm.com" />
<map
alias="bchilds"
address="childsb@us.ibm.com" />
<map
alias="canderson"
address="ccc@us.ibm.com" />
<map
alias="lisaacs"
address="Larry.Isaacs@sas.com" />
</email> </email>
</publishers> </publishers>
</plugin> </plugin>
...@@ -179,6 +123,15 @@ ...@@ -179,6 +123,15 @@
value="patches" /> value="patches" />
</ant> </ant>
</schedule> </schedule>
<!-- no user notification for patch builds. -->
<publishers>
<email>
<failure
address="${env.FAILED_ADDRESS}"
reportWhenFixed="true" />
<propertiesmapper file="" />
</email>
</publishers>
</project> </project>
<!-- skipCleanBuild causes the most recent build <!-- skipCleanBuild causes the most recent build
...@@ -440,7 +393,7 @@ ...@@ -440,7 +393,7 @@
</schedule> </schedule>
<!-- need to prevent, or override, default publishers, <!-- need to prevent, or override, default publishers,
especially since the ant default antpublisher will especially since the ant default antpublisher will
result in error, if an ant build hasn't ran --> result in error, if an ant build hasn't ran! -->
<publishers> <publishers>
</publishers> </publishers>
</project> </project>
......
...@@ -55,6 +55,11 @@ export BUILD_ALWAYS_TO_ADDRESS=david_williams@us.ibm.com ...@@ -55,6 +55,11 @@ export BUILD_ALWAYS_TO_ADDRESS=david_williams@us.ibm.com
export FAILED_ADDRESS=wtp-releng@eclipse.org export FAILED_ADDRESS=wtp-releng@eclipse.org
export BUILD_SUBJECT_PREFIX=WTPBUILD: export BUILD_SUBJECT_PREFIX=WTPBUILD:
# note: this file, notifyMapper.properties is not normally in cvs,
# to avoid "publishing" email addresses; but is maintained directly on
# the build server.
export EMAIL_PROPERTIES=${BUILD_HOME}/notification/notifyMapper.properties
# controls quietness of logging to console # controls quietness of logging to console
# false means more output to console, true uses ant's logger # false means more output to console, true uses ant's logger
export USE_LOGGER=true export USE_LOGGER=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment