Ignoring spout jenkins being often down recently

This commit is contained in:
Robin Kupper
2011-11-24 19:51:33 +01:00
parent 6c6c262be2
commit 6d0ebc4851

View File

@@ -9,7 +9,7 @@
<get src="http://cloud.github.com/downloads/sk89q/worldedit/worldedit-4.6.zip" dest="WorldEdit.zip"/>
<unzip src="WorldEdit.zip" dest="lib/"><patternset><include name="WorldEdit.jar"/></patternset></unzip>
<delete file="WorldEdit.zip"/>
<get src="http://ci.getspout.org/job/Spout/Recommended/artifact/target/spout-dev-SNAPSHOT.jar" dest="lib/Spout.jar"/>
<get src="http://ci.getspout.org/job/Spout/Recommended/artifact/target/spout-dev-SNAPSHOT.jar" dest="lib/Spout.jar" ignoreerrors="true"/>
<get src="http://cloud.github.com/downloads/DiddiZ/LogBlockQuestioner/LogBlockQuestioner%20v0.02.zip" dest="LogBlockQuestioner.zip"/>
<unzip src="LogBlockQuestioner.zip" dest="lib/"><patternset><include name="LogBlockQuestioner.jar"/></patternset></unzip>
<delete file="LogBlockQuestioner.zip"/>