Skip to content

Instantly share code, notes, and snippets.

@zroger
Created September 27, 2012 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zroger/3793861 to your computer and use it in GitHub Desktop.
Save zroger/3793861 to your computer and use it in GitHub Desktop.
Simple test build file for testing https://issues.jenkins-ci.org/browse/JENKINS-15326.
<project name="JENKINS-15326" default="test" basedir=".">
<description>
Simple test build file for testing https://issues.jenkins-ci.org/browse/JENKINS-15326.
</description>
<target name="test" description="Do nothing.">
<echo>Hello world</echo>
</target>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment