Re: Jenkins Ant Matrix - and consolidating of versions.

2016-08-01 Thread Stefan Bodewig
On 2016-08-02, Gav wrote: > You will see we have one drop down item labelled 'Ant (latest)' - > currently symlinked to the very latest 1.9.7 release. We also have > versions 1.9.4 and 1.8.4 installed and managed via puppet. Please take a look at https://builds.apache.org/view/A/view/Ant/job/AntLi

Jenkins Ant Matrix - and consolidating of versions.

2016-08-01 Thread Gav
Hi All, Following on from my recent JDK and Maven emails, here is the remaining one we need to go through, that of Ant. Please find the Matrix of currently installed versions at :- https://cwiki.apache.org/confluence/display/INFRA/Ant+Installation+Matrix You will see we have one drop down item

Jenkins Maven Matrix - and consolidating of versions.

2016-08-01 Thread Gav
Hi All, Following on from my mail a few days ago regarding JDKs, here is one regarding the Maven drop down versions, what we have; and what we intend to drop. I went through all the Maven drop down options available in the Jenkins UI when creating a build.The Confluence wiki page at :- https://c

Re: Any reason for making Jenkins workspace files private?

2016-08-01 Thread Andrew Bayer
We deliberately block access to viewing the workspace directly - that causes unneeded load on the master and agents and isn't hugely reliable in the first place. As Alex said, if you want to view/use the output of your build later, you should archive that output. A. On Mon, Aug 1, 2016 at 7:43 AM

Re: Any reason for making Jenkins workspace files private?

2016-08-01 Thread Alex Harui
Isn't one of the post-build options to publish last successful artifacts? That's how we things like this. -Alex On 8/1/16, 1:20 AM, "Francesco Chicchiriccò" wrote: >Hi there, >I have set up a Jenkins job for building Syncope SHAPSHOT docs at > >https://builds.apache.org/job/Syncope-master-docs/

Re: Jenkins JDK Matrix - and consolidating of versions.

2016-08-01 Thread Ismael Juma
Hi, On Mon, Aug 1, 2016 at 4:14 AM, Gav wrote: > JDK 1.4 (latest), JDK 1.5 (latest), JDK 1.6 (latest), JDK 1.7 (latest), JDK > 1.8 (latest) > > All point to the very latest (and in some cases last) publically available > release as of today. Thanks for doing this, I have updated Kafka Jenkins

Any reason for making Jenkins workspace files private?

2016-08-01 Thread Francesco Chicchiriccò
Hi there, I have set up a Jenkins job for building Syncope SHAPSHOT docs at https://builds.apache.org/job/Syncope-master-docs/ It works, but it seems that the workspace files (hence documentation artifacts, in this case) are not available as anonymous: https://builds.apache.org/job/Syncope-ma