Re: Error running groovysh via jenkins-cli due to anonymous missing the Administrator permission

2012-05-02 Thread Daniel PETISME
The groovysh command seems broken with the jenkins-cli.jar. if you use a "recent" version of Jenkins you should use the Jenkins SSH server to invoke the groovysh command. https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+SSH http://kohsuke.org/2011/12/27/jenkins-now-acts-as-an-ssh-daemon/ Che

Re: LDAP authentication fails

2012-05-02 Thread Roberto Nunnari
Hi Jan. Sorry for not replying earlier.. I was on holiday and got back to work only this morning. No.. no special characters that need to be escaped, nor wrong password.. I even tried copy/paste of the password, but it doesn't help.. Any more hints, please? 2012/4/30 Jan Seidel > > Hi Nunni,

Re: LDAP authentication fails

2012-05-02 Thread Jan Seidel
Hi Nunni, *uhm* only thing that crosses my mind is a buggy identity.key file or secret.key file. The secret.key is more likely to fail. You can rebuild it somewhat easy. simply delete the secret.key files. They are located in the jenkins root folder and in the job folders. They contain the encr

Re: Pre-Checkout actions?

2012-05-02 Thread Jan Seidel
pre-scm-buildstep plugin? YAY! Never heard of that nor seen it before but you have just made my life pretty much easier :) Thanks Chris! Take care Jan Am Montag, 30. April 2012 14:55:16 UTC+2 schrieb cjo: > > > If you just want to remove the junction points between triggering a build > and the

Maven installs and SNAPSHOT deploys

2012-05-02 Thread Tim Pizey
Hi, for my Maven projects I have been running a single job to install and deploy. I run this job both upon scm change and periodically (as the OS is updated in step with Ubuntu). This works very nicely, but fills a 15G partition pretty quickly. I would really prefer to run two jobs: - a maven i

Re: Gzipped build log

2012-05-02 Thread Jan Seidel
Hi David, opening an issue seems to be a good idea. I have this issue always when the log file is chunked. As soon as I say view all is everything fine. I wouldn't mind if it just are a few garbled signs as is often is but is pretty annoying when the log becomes 4-8 times as broad only with an w

CLI Authentication using Unix Users

2012-05-02 Thread Anshul
Hi, One of my Jenkins job actually creates a new job using the cli interface. The creator job (and all other jobs by default) require authentication to build. The creator job calls the jenkins cli to create the new job but it doesn't make use of the information that a logged in user is actually ru

CVS and extssh

2012-05-02 Thread Xavier NOPRE
Hi, I've just installed the last version of Jenkins. I have created a first job for a Maven project. But my problem is with CVS. In Eclipse, my CVS URL is with ":extssh:" prefix. But with Jenkins, I have this error : "cvs checkout: Unknown method (`extssh') in CVSROOT.". My server OS is Windows.

RE: CVS and extssh

2012-05-02 Thread HARDION Vincent
Hi Xavier, The "extssh" tag exists only for eclipse. The real type of connection for cvs is "ext". Best regards, Vincent From: jenkinsci-users@googlegroups.com [jenkinsci-users@googlegroups.com] on behalf of Xavier NOPRE [xno...@gmail.com] Sent: Wednesday, May 0

Re: CVS and extssh

2012-05-02 Thread Xavier NOPRE
Hi Vincent, Thank you for your quick answer. So, I have tried with "ext", just replacing "extssh" with "ext" in my CVS URL, and I have another error. Sorry, it's in french, but the error seems to be with a RSH command. In the console, I can see like the help of RSH command and the this error : cv

Re: CVS and extssh

2012-05-02 Thread Tim Pizey
There seem to be some relevant instructions here: http://www-d0.fnal.gov/software/cmgt/cvs_ssh.html you need to have an environment variable CVS_RSH set to your ssh executable. my guess. Tim On 2 May 2012 14:04, Xavier NOPRE wrote: > Hi Vincent, > > Thank you for your quick answer. > > So, I

Re: LDAP authentication fails

2012-05-02 Thread Roberto Nunnari
humm.. I deleted identity.key and secret.key, restarted jenkins, and tried again: the two files have been recreated, but got the same error! Any more hints, please? 2012/5/2 Jan Seidel > Hi Nunni, > > *uhm* only thing that crosses my mind is a buggy identity.key file or > secret.key file. The

Re: LDAP authentication fails

2012-05-02 Thread Maven User
What version of the AD plugin are you using? If you have 1.27 installed, try rolling back to 1.26 (which may be a manual thing at this point).

Static Analysis of Unix Shell Scripts

2012-05-02 Thread Nig
Hi, Does anyone know if there are any static analysis tools for Unix shell scripts (e.g. sh, ksh) ? Thanks !

Re: Error running groovysh via jenkins-cli due to anonymous missing the Administrator permission

2012-05-02 Thread Carlton Brown
Thanks for the explanation, I will try that. On Wed, May 2, 2012 at 3:44 AM, Daniel PETISME wrote: > The groovysh command seems broken with the jenkins-cli.jar. > if you use a "recent" version of Jenkins you should use the Jenkins SSH > server to invoke the groovysh command. > > https://wiki.jenk

Dependency Graph View plugin issues

2012-05-02 Thread Dan Stine
Thank you for this plugin. I installed it, and have installed graphviz. But I am only seeing some of the expected features. I am using Jenkins 1.448 and Dependency Graph View version 0.2. I have one set of related jobs in View A. These jobs each have a Dependency Graph link on the left-hand na

Re: LDAP authentication fails

2012-05-02 Thread Roberto Nunnari
2012/5/2 Maven User > What version of the AD plugin are you using? If you have 1.27 installed, > try rolling back to 1.26 (which may be a manual thing at this point). > I'm using the LDAP thing.. I have also tried the AD plugin (1.26), but it didn't work neither.. Is there a way to make it mor

Re: LDAP authentication fails

2012-05-02 Thread Roberto Nunnari
2012/5/2 Roberto Nunnari > 2012/5/2 Maven User > >> What version of the AD plugin are you using? If you have 1.27 installed, >> try rolling back to 1.26 (which may be a manual thing at this point). >> > > I'm using the LDAP thing.. I have also tried the AD plugin (1.26), but it > didn't work ne

Re: LDAP authentication fails

2012-05-02 Thread Roberto Nunnari
2012/5/2 Roberto Nunnari > 2012/5/2 Roberto Nunnari > >> 2012/5/2 Maven User >> >>> What version of the AD plugin are you using? If you have 1.27 >>> installed, try rolling back to 1.26 (which may be a manual thing at this >>> point). >>> >> >> I'm using the LDAP thing.. I have also tried the

Re: authenticating with certificates & username/password

2012-05-02 Thread Dustin Parker
This issue (JENKINS-3912) is currently stalling our development effort, too. I'm trying a variety of things to work around the issue. The frustrating thing is that jsvn from the command line *works*, so the SVN plugin is taking this functioning library and *breaking* it somehow. On Wednesday, J

controlling upstream/downstream relationships

2012-05-02 Thread Maven User
Hi all - I could have sworn somewhere that a jenkins job stores what it thinks is an upstream or downstream job. I have two jobs that at one point, were misconfigured. Now one always triggers the other. Is there a way to clip this configuration? I could have sworn that in one of the files

Re: authenticating with certificates & username/password

2012-05-02 Thread Dustin Parker
I did it! I looked at the files hudson.scm.SubversionSCM.xml and jobs//subversion.credentials. Both of them had, from a previous repository, an entry that looked like: ; username YmFzZTY0LWVuY29kZWQgcGFzc3dvcmQ= and an ent

Re: Static Analysis of Unix Shell Scripts

2012-05-02 Thread Sami Tikka
What kind of static analysis are you looking for? You can do a syntax check for a script by running "bash -n script.sh", but that's all the static analysis I have ever done for shell scripts. -- Sami 2012/5/2 Nig : > Hi, > Does anyone know if there are any static analysis tools for Unix shell >

Re: CLI Authentication using Unix Users

2012-05-02 Thread Sami Tikka
I have often found the ssh access to be useful when other kind of authentication has been problematic. Have you seen https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+SSH ? -- Sami 2012/5/2 Anshul : > Hi, > One of my Jenkins job actually creates a new job using the cli > interface. The creator

Re: controlling upstream/downstream relationships

2012-05-02 Thread Sami Tikka
AFAIK that information has never been written down anywhere. Instead it has always been inferred from the "Trigger other projects..." and "Build after other projects" settings of jobs. -- Sami 2012/5/2 Maven User : > Hi all - > > I could have sworn somewhere that a jenkins job stores what it thin

Re: controlling upstream/downstream relationships

2012-05-02 Thread Maven User
Anyone else? There should be someway to reset this