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

prep for P2

parent 99cec389
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,15 @@ ...@@ -46,6 +46,15 @@
unless="env.PROJECT_PROJECTS" /> unless="env.PROJECT_PROJECTS" />
<fail <fail
unless="projectname" /> unless="projectname" />
<fail
message="Nothing to copy. Build failed earlier.">
<condition>
<not>
<exists
dir="${env.PROJECT_PROJECTS}/${projectname}/workdir/${buildLabel}" />
</not>
</condition>
</fail>
<property <property
name="labelfile" name="labelfile"
value="${env.PROJECT_PROJECTS}/${projectname}/workdir/label.properties" /> value="${env.PROJECT_PROJECTS}/${projectname}/workdir/label.properties" />
......
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