Rakesh, we have two types of builds, qa bot and "regular". qa bot:
https://builds.apache.org/view/S-Z/view/ZooKeeper/job/ZooKeeper-trunk/configure search for "ant_home" on this page (it's in a bash script down on the page) - we'll need to get the path to the old version from INFRA. Although it looks like we can inject some environment variables now? Perhaps that's the right way to do it instead. regular: https://builds.apache.org/view/S-Z/view/ZooKeeper/job/ZooKeeper-trunk-openjdk7/configure look in the "build" section for the dropdown Do you want to give this a try? Now's the best time to learn. ;-) Patrick On Wed, Feb 15, 2017 at 7:49 PM, Rakesh Radhakrishnan <rake...@apache.org> wrote: > Yes, logged in. But didn't see the drop down options. > > Rakesh > > On Thu, Feb 16, 2017 at 9:06 AM, Patrick Hunt <ph...@apache.org> wrote: > > > Rakesh can you login to jenkins? > > > > Patrick > > > > On Wed, Feb 15, 2017 at 7:29 PM, Rakesh Radhakrishnan < > rake...@apache.org> > > wrote: > > > > > Hi All, > > > > > > I've created an https://issues.apache.org/jira/browse/INFRA-13526 jira > > to > > > understand more about the failure. From the discussion it looks like, > Ant > > > (latest) link was changed a few days ago to point to new Ant release > > 1.10.1 > > > and this version of ant requires Java8. > > > > > > So the possible fix is, either change the build to use Ant release > 1.10.1 > > > or change to use Ant 1.9.9 or less. Since ZK supports Java release 1.7 > or > > > greater, I think changing to use Ant 1.9.9 or less which supports Java7 > > is > > > preferable. > > > > > > Could someone familiar with the Jenkins build explains me the way to do > > > this Ant version changes. Thanks! > > > > > > Thanks, > > > Rakesh > > > > > >