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

prep for P2

parent 854550cf
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,9 @@
name="localArtifactsDirectory"
value="${env.PROJECT_ARTIFACTS}/${project.name}" />
</antpublisher>
<htmlemail>
<htmlemail
antWorkingDir="${env.BUILD_HOME}/tmp"
saveLogDir="${env.BUILD_HOME}/tmp">
<failure
address="${env.FAILED_ADDRESS}"
reportWhenFixed="true" />
......@@ -254,7 +256,9 @@
value="${env.PROJECT_ARTIFACTS}/${project.name}" />
</antpublisher>
<htmlemail
skipusers="true">
skipusers="true"
antWorkingDir="${env.BUILD_HOME}/tmp"
saveLogDir="${env.BUILD_HOME}/tmp">
<failure
address="${env.FAILED_ADDRESS}"
reportWhenFixed="true" />
......@@ -418,7 +422,9 @@
value="${env.PROJECT_ARTIFACTS}/${project.name}" />
</antpublisher>
<htmlemail
skipusers="true">
skipusers="true"
antWorkingDir="${env.BUILD_HOME}/tmp"
saveLogDir="${env.BUILD_HOME}/tmp">
<failure
address="${env.FAILED_ADDRESS}"
reportWhenFixed="true" />
......
......@@ -50,8 +50,8 @@
message="Nothing to copy. Build failed earlier.">
<condition>
<not>
<exists
dir="${env.PROJECT_PROJECTS}/${projectname}/workdir/${buildLabel}" />
<available
file="${env.PROJECT_PROJECTS}/${projectname}/workdir/${buildLabel}" />
</not>
</condition>
</fail>
......
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