Cutting and pasting what apache jenkins runs.
---------------------------
${ANT_HOME}/bin/ant \
-Dpatch.file=foobar \
-Dscratch.dir=${WORKSPACE}/patchprocess \
-Dps.cmd=/bin/ps \
-Dwget.cmd=/usr/bin/wget \
-Djiracli.cmd=/home/jenkins/tools/jiracli/latest/jira \
-Dsvn.cmd=/usr/bin/svn \
-Dgrep.cmd=/bin/grep \
-Dpatch.cmd=/usr/bin/patch \
-Dfindbugs.home=/home/jenkins/tools/findbugs/latest \
-Dforrest.home=/home/jenkins/tools/forrest/latest \
-Djira.passwd=4hadoopqa \
-Djava5.home=/home/jenkins/tools/java5/latest \
-Dcurl.cmd=/usr/bin/curl \
-Ddefect=ZOOKEEPER-${ISSUE_NUM} \
hudson-test-patch
------------------
Hope that helps.
mahadev
On Thu, Sep 22, 2011 at 9:08 AM, Thomas Koch <[email protected]> wrote:
> Hi,
>
> for several times now, I've successfully tested patches on my own Jenkins
> server that afterwards failed miserably on builds.a.o. Is there any special
> configuration of the builds? Some special values for timeouts, for the JVM?
> On my server I just run "ant test-core-java".
>
> Regards,
>
> Thomas Koch, http://www.koch.ro
>