RE: Jenkins on Redhat Linux: Install Jenkins on Redhat Linux

2014-02-07 Thread Lily Fu
Thanks for the info. In this case, I will seek to get a better computer, OS... Lily From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mark Waite Sent: Friday, February 07, 2014 6:21 PM To: jenkinsci-users@googlegroups.com Subject: RE: Jenkins on Redha

Re: Jenkins git branch to build variable can't have asterisk?

2014-02-07 Thread Mark Waite
I believe there is a jira report already that parameterized branch name will not use a wildcard. On Feb 7, 2014 4:09 PM, "Chris Robison" wrote: > I'm having an issue where I've setup a parameterized master build that I > have other jobs execute. One of the parameters is a branch I want checked >

RE: Jenkins on Redhat Linux: Install Jenkins on Redhat Linux

2014-02-07 Thread Mark Waite
My recollection is that older java versions like yours will not run Jenkins reliably. The latest java 6 version is 45 (from Oracle) On Feb 7, 2014 4:09 PM, "Lily Fu" wrote: > I did a java -version: > > > > $ java -version > > > > java version "1.6.0_07" > > Java(TM) SE Runtime Environment (buil

RE: Jenkins on Redhat Linux: Install Jenkins on Redhat Linux

2014-02-07 Thread Lily Fu
I did a java -version: $ java -version java version "1.6.0_07" Java(TM) SE Runtime Environment (build 1.6.0_07-b06) Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode) Seems not jdk? Need to install jdk first? Lily From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups

Jenkins git branch to build variable can't have asterisk?

2014-02-07 Thread Chris Robison
I'm having an issue where I've setup a parameterized master build that I have other jobs execute. One of the parameters is a branch I want checked out from git. I've noticed that if I have any asterisks (e.g. origin/hotfix**) in the variable value, the checkout falls back to whatever was previo

RE: Jenkins on Redhat Linux: Install Jenkins on Redhat Linux

2014-02-07 Thread Mark Waite
You will need a recent java 6 or java 7. Are those available for so old an operating system? On Feb 7, 2014 3:44 PM, "Lily Fu" wrote: > Hi, > > I want to install Jenkins on Redhat 4 linux, > Searched web, found the following instruction using yum to install > > > https://wiki.jenkins-ci.org/displ

Re: Using CLI with Nginx behind Jenkins

2014-02-07 Thread Craig Rodrigues
On Fri, Feb 7, 2014 at 4:48 AM, mpapo - Michaël Pailloncy < mpapo@gmail.com> wrote: > Hi all, > > We've an issue using CLI with Jenkins behind Nginx . > > Jenkins URL : http://host:8081/ic > Nginx reverse proxy URL : http://nicely-named-host/ic > > Nginx is configured like that : > https://wik

RE: Jenkins on Redhat Linux: Install Jenkins on Redhat Linux

2014-02-07 Thread Lily Fu
Hi, I want to install Jenkins on Redhat 4 linux, Searched web, found the following instruction using yum to install https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Red+Hat+distributions I just got this old computer, didn't find yum I don't want to make too much change if not ne

Re: Issues running ANT on jenkins slave

2014-02-07 Thread Les Mikesell
On Fri, Feb 7, 2014 at 8:54 AM, Eric Wood wrote: > I am having an issue running a build.xml on a jenkins slave. The build file > pulls properties from the env using: > > I use the "env" property to get a direct for importing additional .xml file. > When I run the build.xml through my Jenkins j

RE: Jenkins on Redhat Linux: any requirement for linux version?

2014-02-07 Thread Lily Fu
Thank you for your response. It's very helpful! Lily -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Les Mikesell Sent: Friday, February 07, 2014 4:08 PM To: jenkinsci-users Subject: Re: Jenkins on Redhat Linux: any requir

Re: Jenkins on Redhat Linux: any requirement for linux version?

2014-02-07 Thread Les Mikesell
On Fri, Feb 7, 2014 at 10:30 AM, Lily Fu wrote: > > I have a very old linux (redhat 6, 2.6.9-103.EL ) > > > > Can I install Jenkins latest version, or upgrade from old Hudson on it? > > Or, better to upgrade the linux machine to the latest redhat 6? I'd recommend staying up to date on general pri

Re: How do i configure ANT on my jenkins slave

2014-02-07 Thread Les Mikesell
On Fri, Feb 7, 2014 at 11:30 AM, Baptiste Mathus wrote: > But, I'll add, better don't do it. > > Let Jenkins install ant by himself on the slaves. It will really make your > life simpler. If the public ant versions don't suit your needs, you can even > just package the one you need, upload it some

Re: How do i configure ANT on my jenkins slave

2014-02-07 Thread Eric Wood
I did switch and let Jenkins configure it and it does work great.  The issue I have now is that when I run the build.xml through Jenkins on the slave,  it does not read the properties from the environment using: If I run it manually from a cmd windows on the server it does. Seems to be the

Re: How do i configure ANT on my jenkins slave

2014-02-07 Thread Baptiste Mathus
But, I'll add, better don't do it. Let Jenkins install ant by himself on the slaves. It will really make your life simpler. If the public ant versions don't suit your needs, you can even just package the one you need, upload it somewhere in your company and tell Jenkins to install this version ins

Role Strategy Plugin not taking effect for user

2014-02-07 Thread Otavio Salvador
Hello, (I am not subscribed, please keep me in Cc) I am trying to set a set of users to have access to specific projects. I did: Global role: -partners: Overall: Read View: Read Project role: -jobs: Job: Read User : -partners Project roles -partners: -jobs So far everything loo

Re: Jenkins Editable Email

2014-02-07 Thread Baptiste Mathus
The 'error code 49' rings a bell for me, and the message confirms the authentication issue. My first guess would be the plugin is somehow trying to query the LDAP server to get the email from a committer username (compulsory for svn, unnecessary for Git but the plugin may not currently be able to

Jenkins on Redhat Linux: any requirement for linux version?

2014-02-07 Thread Lily Fu
Hi , I have a very old linux (redhat 6, 2.6.9-103.EL ) Can I install Jenkins latest version, or upgrade from old Hudson on it? Or, better to upgrade the linux machine to the latest redhat 6? Thanks, Lily -- You received this message because you are subscribed to the Google Groups "Jenkins Us

Re: Issues running ANT on jenkins slave

2014-02-07 Thread Eric Wood
Thanks. That i'm fine with as i would have to do that regardless of Jenkins ,managed or managed by me, but what about the issue where ... I am having an issue running a build.xml on a jenkins slave.  The build file pulls properties from the env using:   I use the "env" property to get a direct

Re: Issues running ANT on jenkins slave

2014-02-07 Thread Mark Waite
I think you've understood correctly that Jenkins automatic installation of ant does not also automatically install libraries which are not part of the base ant distribution. Mark Waite On Fri, Feb 7, 2014 at 7:58 AM, Eric Wood wrote: > Also, I forgot to mention taht I use some of the ant contr

Re: Issues running ANT on jenkins slave

2014-02-07 Thread Eric Wood
Also, I forgot to mention taht I use some of the ant contrib functionality and I load the jar file into the ant lib folder.  If I using the jenkins version, do I just have to let jenkins load it and then drop my jar file in there.  I guess I have to keep doing this for each version I upgrade, bu

Issues running ANT on jenkins slave

2014-02-07 Thread Eric Wood
I am having an issue running a build.xml on a jenkins slave.  The build file pulls properties from the env using:   I use the "env" property to get a direct for importing additional .xml file.   When I run the build.xml through my Jenkins job on the slave, it does not seem to read the env prope

Re: ldaps and refusing login attempts after multiple failures

2014-02-07 Thread zee
thanks, i was able to compile and install the plugin and it works great for our needs. Daniel Beck wrote: >Since Jenkins 1.548 there's a new extension point SecurityListener. It >can be implemented in a way that throws a SecurityException in >authenticated(UserDetails) when the same user who jus

Linking up slaves

2014-02-07 Thread Tom Catyb
I am attempting to link a jMeter machine as a slave node to run tests. Have done the following: Copied .ssh key Verified that if su jenkins from root when I ssh in, no password is asked for Run the jMeter test itself, signed in from the jenkins id on the jenkins machine using sshpass and not su

Re: How to attach pdf as an attachemnt in email-ext plugin

2014-02-07 Thread Slide
All the connect call does is this: int rc = Sqlite3.sqlite3_open(database, out this.db); if(rc != Sqlite3.SQLITE_OK) throw GetSqliteError(this.db, null); Which makes me thing that sqlite3_open is returning an error code. What happens if you do the same in CPython? On Wed, Feb 5, 2014 at 9:

Using CLI with Nginx behind Jenkins

2014-02-07 Thread mpapo - Michaël Pailloncy
Hi all, We've an issue using CLI with Jenkins behind Nginx . Jenkins URL : http://host:8081/ic Nginx reverse proxy URL : http://nicely-named-host/ic Nginx is configured like that : https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+behind+an+NGinX+reverse+proxy With a browser, Jenkins respo

Re: [ANN] Subversion Plugin 2.0 being released

2014-02-07 Thread Stephen Connolly
Do you have multiple locations in your checkout? On 7 February 2014 11:17, Stephen Connolly wrote: > also can you take a peek at the job's config.xml and verify that the > credential's ID is being persisted... > > > On 7 February 2014 11:16, Stephen Connolly < > stephen.alan.conno...@gmail.com>

Re: [ANN] Subversion Plugin 2.0 being released

2014-02-07 Thread Stephen Connolly
also can you take a peek at the job's config.xml and verify that the credential's ID is being persisted... On 7 February 2014 11:16, Stephen Connolly wrote: > do you have the full stack trace? (might be hidden in the show details > link) > > > On 7 February 2014 11:15, David Aldrich wrote: > >>

Re: [ANN] Subversion Plugin 2.0 being released

2014-02-07 Thread Stephen Connolly
do you have the full stack trace? (might be hidden in the show details link) On 7 February 2014 11:15, David Aldrich wrote: > Hi Stephen > > > > I still have a problem with credentials. In the project configuration I > see: > > > > > > *Unable to access /trunk : svn: E200015: OPTIONS /trunk >

RE: [ANN] Subversion Plugin 2.0 being released

2014-02-07 Thread David Aldrich
Hi Stephen I still have a problem with credentials. In the project configuration I see: Unable to access /trunk : svn: E200015: OPTIONS /trunk failed (show details) org.tmatesoft.svn.core.SVNCancelException: svn: E

Re: SVN Polling not working when Windows Slave is online

2014-02-07 Thread Philip Rosenberg
Addition: The error now occurs on Linux and Solaris Slaves too. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com.

SVN Polling not working when Windows Slave is online

2014-02-07 Thread Philip Rosenberg
Hello. We are using Jenkins 1.537 with Subversion Plugin 2.0 and about 10 Windows Slaves. SVN Polling sometimes doesn't work. The error is attached below. The error never occurs when the slave is offline. But when the slave is online it occurs from time to time. And the slaves do not behave th