Hello Guys,

I noticed that the following jenkins job always fails on PRs on branch-3.6
or master:
https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/

The reason is that this job uses ant during the build.

We actually have separate maven-based jenkins PR job that gets triggered
for PRs on the master branch:
https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/
<https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/2024/>

And also the Travis-CI seems to execute builds (without tests) using maven
for each PR.

Don't you think we should disable the
https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/ job?

Kind regards,
Mate

Reply via email to