RE: Can Groovy Postbuild Plugin Access DB Servers?

2013-02-27 Thread Merrow, Frank
I changed the test from trying to connect to my DB to listing the files in CWD (more within my Groovy skillset). WORKED . . . Post Build Plugin does not seem to be in a clean room. Thank you. Frank From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of

Re: Using subversion on a Mac OS X slave

2013-02-27 Thread Stuart Whelan
>From my various readings of information gleened from the net I am pretty sure this is an authentication issue. I have tried selecting all the different versions of svn on the jenkins config page. I have checked that entering the incorrect creds on the subversion enterCredential page results in

Re: Antwort: Jenkins + Subversion + SSL client certificates

2013-02-27 Thread Graham Leggett
On 04 Feb 2013, at 5:38 PM, Graham Leggett wrote: > I finally stumbled on a way to put the certificate in on a per project basis > (highly non ideal, but I'll take anything that works at this point). Still no > joy. > > The error I get is this: > Caused by: javax.net.ssl.SSLHandshakeException:

Re: How to allow users to view but not save Jenkins job configuration?

2013-02-27 Thread Eric L
Fantastic. It works. Thanks! On Wednesday, February 27, 2013 3:15:07 PM UTC-6, slide wrote: > > This [1] is what I use. > > slide > > 1 - > https://wiki.jenkins-ci.org/display/JENKINS/Read-only+configurations+plugin > > > On Wed, Feb 27, 2013 at 2:11 PM, Eric L > > wrote: > >> During the Jenki

Re: How to allow users to view but not save Jenkins job configuration?

2013-02-27 Thread Slide
This [1] is what I use. slide 1 - https://wiki.jenkins-ci.org/display/JENKINS/Read-only+configurations+plugin On Wed, Feb 27, 2013 at 2:11 PM, Eric L wrote: > During the Jenkins User Conference I saw the Cloudbees Jenkins dashboard. > Their Jenkins had the ability to see job configuration bu

How to allow users to view but not save Jenkins job configuration?

2013-02-27 Thread Eric L
During the Jenkins User Conference I saw the Cloudbees Jenkins dashboard. Their Jenkins had the ability to see job configuration but not save it. I have been unable to replicate this capability. Does anyone know how to make this magic happen? I would like development to have visibility into

Using subversion on a Mac OS X slave

2013-02-27 Thread Stuart Whelan
Hi Folks, I have a jenkins slave running OS X running subversion. When I try and checkout or update using the the jenkins subversion plugin. I can do a checkout manually, and am running the slave as the same user as I did the test manual checkout. Can any suggest a next course of action? Build

Re: Multi-configuration job

2013-02-27 Thread Sami Tikka
The subdirectory "default" is not created if you do not use a multiconfiguration project. This reply is probably not useful for you. Could you explain why you need to get rid of the default directory? I myself have never needed to customize the directory layout of JENKINS_HOME -- Sami Aswini

Re: Can Groovy Postbuild Plugin Access DB Servers?

2013-02-27 Thread Octavian Covalschi
You should be able to. Something like link below, but adapted to work with SQLServer http://mrhaki.blogspot.com/2010/04/groovy-goodness-configuring-grape-to.html PS: I've never done this personally... On Wed, Feb 27, 2013 at 1:09 PM, Merrow, Frank wrote: > What would I would like to do is t

Re: Run Jenkins under different Linux user

2013-02-27 Thread Sami Tikka
It depends on how you installed Jenkins. If you used the Jenkins Debian package, you probably want to check /etc/default/jenkins. -- Sami mwpowellhtx kirjoitti 27.2.2013 kello 13.33: > Hello, > > I've installed under Ubuntu Linux and have the service running as > "anonymous". I want it to ru

Re: Run Jenkins under different Linux user

2013-02-27 Thread Octavian Covalschi
Yes, defining those inside the script should be enough. On Wed, Feb 27, 2013 at 5:33 AM, mwpowellhtx wrote: > Hello, > > I've installed under Ubuntu Linux and have the service running as > "anonymous". I want it to run under a jenkins user, and set the home > to something other than /var/lib/pa

Can Groovy Postbuild Plugin Access DB Servers?

2013-02-27 Thread Merrow, Frank
What would I would like to do is to scan the Jenkins log and then update my own SQLServer database(s). I know nothing about Groovy/Java and my first attempts at connecting to a database are not going well. My question is: If I figure out "how" to connect, will I still be able to connect/update

Re: copying build artifacts from triggering parent of a triggering job

2013-02-27 Thread Sami Tikka
You could pass a parameter to Middle, telling it where to copy artifacts. Child can then copy from Middle -- Sami Chris Withers kirjoitti 27.2.2013 kello 16.11: > Hi All, > > I have a job hierarchy like this: > > > > Middle copies an artifact from either parent1 or parent2, depending on wh

Re: jenkins wins first place in purim custom content...

2013-02-27 Thread Octavian Covalschi
Shoes color doesn't match... On Wed, Feb 27, 2013 at 7:21 AM, Eyal Edri wrote: > Since i manage jenkins for over 2 years now it was natural to dress up as > him! > > I won 1st place in a custom contest of the company with it.. > > http://postimage.org/image/e7k9j8mbb/ > (i even had 3 color ball

Re: maven-release-plugin : How to better manage cascading releases

2013-02-27 Thread jeremy . jongsma
https://github.com/barchart/barchart-jenkins-m2release-plugin/wiki/Algorithm-Flow---Brain-Dump This brain dump now has me thinking that cascade releasing from the highest level project instead of lowest would be a cleaner and less "magical" solution; when triggering a release of a leaf project,

Re: maven-release-plugin : How to better manage cascading releases

2013-02-27 Thread jeremy . jongsma
Adding those two goals is a good idea, Keith - I should add them to our builds as well. Although, I would still have to kick off 15-20 sequential releases after a core project is updated with a new API I need access to. The two use cases we have right now involve single, large parent projects t

BUILD_LOG_EXCERPT

2013-02-27 Thread Welsh, Neil
Hello, I am trying to use then BUILD_LOG_EXCERPT in the editable email extension, however im not getting any joy out of it. It seems like an easy thing to use but im having no joy... in the extension i am trying a VERY simple find a line example but not even this is returning anything. I am

Jenkins and XStream parsing of result xml

2013-02-27 Thread Peter Miklosko
I'm trying to parse lint-result.xml produced by Jenkins. I created stand-alone project that takes lint result file and parse it with XStream 1.4.1 (version that is currently used by Jenkins from what I seen in documentation) this works absolutely fine. However when I move code to Jenkins plugin

copying build artifacts from triggering parent of a triggering job

2013-02-27 Thread Chris Withers
Hi All, I have a job hierarchy like this: Middle copies an artifact from either parent1 or parent2, depending on which job triggered it. When middle succeeds, it triggers child. I would like child to copy artifacts from the upstream parent1 or parent2 job that triggered middle. I've done

jenkins wins first place in purim custom content...

2013-02-27 Thread Eyal Edri
Since i manage jenkins for over 2 years now it was natural to dress up as him! I won 1st place in a custom contest of the company with it.. http://postimage.org/image/e7k9j8mbb/ (i even had 3 color balls blue/yellow/red for the builds :) what do you think? looks the same or not? Eyal Edri RHEV

Run Jenkins under different Linux user

2013-02-27 Thread mwpowellhtx
Hello, I've installed under Ubuntu Linux and have the service running as "anonymous". I want it to run under a jenkins user, and set the home to something other than /var/lib/path/to/workspace, more like /home/ jenkins/path/to/workspace. I've identified the /etc/init.d/jenkins script. Is it here

Re: "Discard old builds" broken in Jenkins 1.503

2013-02-27 Thread Michaël Pailloncy
+1. Exactly the same problem. 2013/2/27 > I just upgraded from Jenkins 1.502 to 1.503. "Discard old builds" has been > broken. > > When I go to the "Manage Jenkins" page, I see "You have data stored in an > older format and/or unreadable data.", and clicking on "Manage" shows > "InstantiationEr

Re: jenkins/winstone running under https

2013-02-27 Thread jcsirot
Hello David; As far as I known the JKS keystore format maintain a link between private keys and certificate chains. Maybe, when you imported your certificate, the link between the key and the previously created self-signed certificate was not updated. What does the command "keytool -list -v -ke

"Discard old builds" broken in Jenkins 1.503

2013-02-27 Thread Matthew.Webber
I just upgraded from Jenkins 1.502 to 1.503. "Discard old builds" has been broken. When I go to the "Manage Jenkins" page, I see "You have data stored in an older format and/or unreadable data.", and clicking on "Manage" shows "InstantiationError: jenkins.model.BuildDiscarder" for most of my jo

Re: Check GIT commit messages.

2013-02-27 Thread Patrick Finkbeiner
First, thanks for your reply! Great idea!! Not exactly what i searched for but a good solution for selective builds! Thank you! On Feb 27, 2013, at 9:04 AM, Jonas Geiregat wrote: > On Tue, Feb 26, 2013 at 05:40:58AM -0800, Patrick wrote: >> Hey Guys i am very new to this whole jenkins thing.

build test failed while using selenium in jenkins

2013-02-27 Thread Aqy
hi, im using selenium in jenkins..i have done configure build.xml file but when i run the build now..build became failed on console output..can anyone help?im already redirect the ant folder to here C:\Program Files\apache-ant-1.8.4-bin\apache-ant-1.8.4\lib\seleniun_ant_script\seleniumTask\s

Re: Check GIT commit messages.

2013-02-27 Thread Jonas Geiregat
On Tue, Feb 26, 2013 at 05:40:58AM -0800, Patrick wrote: > Hey Guys i am very new to this whole jenkins thing. > Currently i've added a jshint check to every new commit and it works pretty > well so i want to let check jenkins much more… > > Im trying so check for the commit messages itself. Is