Re: Compiling Jenkins from source

2016-09-22 Thread Daniel Beck
> On 22.09.2016, at 14:49, Radcliff, Allen wrote: > > Not seeing any warnings to the effect of "not for public consumption", I > downloaded the latest 1.xxx version on the list. Do you recommend I drop > back to 1.651? It's not broken or anything like that, was just

Re: Compiling Jenkins from source

2016-09-22 Thread Radcliff, Allen
Basically, I downloaded a plugin that required an upgrade to our 1.xxx version of Jenkins, and my Google search for downloading Jenkins took me here: http://pkg.jenkins-ci.org/redhat/ Not seeing any warnings to the effect of "not for public consumption", I downloaded the latest 1.xxx version

Re: Compiling Jenkins from source

2016-09-21 Thread Daniel Beck
> On 21.09.2016, at 21:38, Radcliff, Allen wrote: > > I run a "git branch -r", but do not see a branch for version 1.658. Please > advise. 1.568 has never been publicly announced and only exists due to some process testing. What do you need that for? -- You received

Re: Compiling Jenkins from source

2016-09-21 Thread Radcliff, Allen
Fantasticthank you every much!! Allen On Wed, Sep 21, 2016 at 3:44 PM, Baptiste Mathus wrote: > Hello, > > This is because this is a tag. "jenkins-1.658". > > Cheers > > 2016-09-21 21:38 GMT+02:00 Radcliff, Allen : > >> Greetings! >> >> I have

Re: Compiling Jenkins from source

2016-09-21 Thread Baptiste Mathus
Hello, This is because this is a tag. "jenkins-1.658". Cheers 2016-09-21 21:38 GMT+02:00 Radcliff, Allen : > Greetings! > > I have Jenkins 1.658 installed on a CentOS 6.6 server. We are undergoing > an accreditation process which requires me to compile external software

Compiling Jenkins from source

2016-09-21 Thread Radcliff, Allen
Greetings! I have Jenkins 1.658 installed on a CentOS 6.6 server. We are undergoing an accreditation process which requires me to compile external software from source. After cloning the source repo: *git clone https://github.com/jenkinsci/jenkins.git