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

prep for P2

parent f2cf08b2
No related branches found
No related tags found
No related merge requests found
...@@ -89,8 +89,7 @@ ...@@ -89,8 +89,7 @@
value="${env.PROJECT_ARTIFACTS}/${project.name}" /> value="${env.PROJECT_ARTIFACTS}/${project.name}" />
</antpublisher> </antpublisher>
<htmlemail <htmlemail
antWorkingDir="${env.BUILD_HOME}/tmp" logdir="${env.BUILD_HOME}/tmp">
saveLogDir="${env.BUILD_HOME}/tmp">
<failure <failure
address="${env.FAILED_ADDRESS}" address="${env.FAILED_ADDRESS}"
reportWhenFixed="true" /> reportWhenFixed="true" />
...@@ -257,8 +256,7 @@ ...@@ -257,8 +256,7 @@
</antpublisher> </antpublisher>
<htmlemail <htmlemail
skipusers="true" skipusers="true"
antWorkingDir="${env.BUILD_HOME}/tmp" logdir="${env.BUILD_HOME}/tmp">
saveLogDir="${env.BUILD_HOME}/tmp">
<failure <failure
address="${env.FAILED_ADDRESS}" address="${env.FAILED_ADDRESS}"
reportWhenFixed="true" /> reportWhenFixed="true" />
...@@ -423,8 +421,7 @@ ...@@ -423,8 +421,7 @@
</antpublisher> </antpublisher>
<htmlemail <htmlemail
skipusers="true" skipusers="true"
antWorkingDir="${env.BUILD_HOME}/tmp" logdir="${env.BUILD_HOME}/tmp">
saveLogDir="${env.BUILD_HOME}/tmp">
<failure <failure
address="${env.FAILED_ADDRESS}" address="${env.FAILED_ADDRESS}"
reportWhenFixed="true" /> reportWhenFixed="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