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