Re: Subversion push seems to fail

2012-04-03 Thread Fredrik Claesson
I have setup my Jenkins with AD-auth and have now gotten the SVN hook script to work. But I have the same problem as in this thread that my "wget" does not logon to Jenkins and I have to grant the anonymous user read access to the project for it to be able to pick up changes. Is there a way to

Build fails with maven site

2012-04-03 Thread Richard Frovarp
All of a sudden my builds have started to fail. I've tracked it down to the site goal being in build. If I move the goal to Post Steps, it works just fine. I get an error, but it isn't at all useful. This happens with Maven 2.2.1, 3.0.3, and 3.0.4. It just started today, builds from yesterday are f

Re: git repository clone once

2012-04-03 Thread Albert Callarisa
Any update with this? I solved temporarilly this issue just creating one folder with the project code and all the configurations are a sym link to that folder, so all of them will find code in their workspace. I would prefer something in jenkins but I couldn't find how. The ref works but clones fo

Build Publisher publishing results to multiple instances

2012-04-03 Thread Chris Johnston
Greetings, Is it possible for the Build Publisher plugin to publish the records of a single job to multiple other Jenkins instances? If so, how might I do this? Thanks, Chris

Re: Maven Release plugin problem...

2012-04-03 Thread Gábor Garami
From: http://maven.apache.org/pom.html - *connection*, *developerConnection*: The two connection elements convey to how one is to connect to the version control system through Maven. Where connection requires read access for Maven to be able to find the source code (for example, an up

Re: API query to load from disk?

2012-04-03 Thread Gábor Garami
Do the reconfiguration via API and you will not need reload Jenkins. I think there is a JSON API for add/modify a job. Garami Gábor E-mail: gabor.gar...@hron.me Tel: +36 20 235 9621 MSN: h...@vipmail.hu Skype: hron84 On Tue, Apr 3, 2012 at 11:49 PM, Andrew Melo wrote: > Hey all, > > We keep

Maven Release plugin problem...

2012-04-03 Thread Jeff
We have a few jobs now building regularly and now I want to release them. I installed the release plugin which when enabled, gives me a "Perform Maven Release" link on the job summary page. I went into the job config and selected "Preselect 'specify SCM login/password" option. When I click the "P

API query to load from disk?

2012-04-03 Thread Andrew Melo
Hey all, We keep two copies of each job (one is for SCM-triggered builds and the other is for dev-triggered "try" builds), and to make sure things stay in sync, we have a cronjob that periodically copies config.xml from one build to another. Is there an API call to tell jenkins to reload the confi

Re: Plugins are not updating

2012-04-03 Thread Reynald Borer
Hi, Same issue here with the latest Jenkins version (1.458) running on a debian squeeze. Has anyone already reported this issue in a Jira ticket? Regards, Reynald On Tuesday, April 3, 2012 at 7:24 , Corey Quinn wrote: > I can also replicate this on a pair of Jenkins instances running on Ub

Re: EnvInject: injecting environment variables from URL

2012-04-03 Thread John Vacz
v0.22 works like a charm! Thanks for the great job! On 29.03.2012 23:56, Grégory Boissinot wrote: The SharedObjects 0.22 should solve this issue. On Thu, Mar 29, 2012 at 10:50 PM, John Vacz > wrote: 0.21 fixed the problem. Thanks! Ther

Re: Plugins are not updating

2012-04-03 Thread Corey Quinn
I can also replicate this on a pair of Jenkins instances running on Ubuntu 10.04. -- Corey On Apr 2, 2012, at 10:22 PM, Emil B wrote: > Hi, > > I have the exact same problem. I choose the said three plugins and > click on Download now and install after restart. I've restarted > Jenkins manuall

Re: password masking plugin too aggressive

2012-04-03 Thread Maven User
I'm 100% positive that there are NO passwords in our system like "1.0". Again - just ran the release plugin - seeing this: *09:58:48* Downloading: http:///-SNAPSHOT/maven-metadata.xml

Re: Build Periodically only if artifact to be copied has changed

2012-04-03 Thread Grégory Boissinot
In a more global approach, you could look at the XTrigger Plugin. On Fri, Mar 30, 2012 at 10:15 PM, Simon Wiest wrote: > Hi, > > you could try to use the https://wiki.jenkins-ci.org/** > display/JENKINS/URLTrigger+**Plugininstead >

Help: SVN ldap setup mapping to Jenkins LDAP

2012-04-03 Thread bedub
My SVN ldap setup in my http.conf file is AuthLDAPUrl "ldap://xxx.bob.com/OU=bob Users,DC=bob,DC=com?samAccountName?sub?(objectClass=user)" "NONE" AuthLDAPBindDN "CN=Apache Server,OU=System Accounts,DC=bob,DC=com" AuthLDAPBindPassword "z" So how do I map to the Jenkins LDAP configurat

Settings envrionment variables for Slave

2012-04-03 Thread Anton Zavrin
Hello, I’ve been struggling making my ssh slave to read custom variables. Here is connection log for the slave: https://gist.github.com/2228374 variables are set in /etc/profile in .bash_profile; .profile .bashrc Pretty much everywhere for jenkins user. As well as in node properties

Re: Can't get email-ext plugin to work

2012-04-03 Thread Slide
Please give us a bit more information. What are you expecting? What are you getting instead? Screenshots of your setup will help as well. Thanks, slide On Tue, Apr 3, 2012 at 8:55 AM, Neil Bird wrote: > >  I have Jenkins 1.457 (Linux) and Email Extension Plugin 2.19 . > >  I've ticked (and set)

Can't get email-ext plugin to work

2012-04-03 Thread Neil Bird
I have Jenkins 1.457 (Linux) and Email Extension Plugin 2.19 . I've ticked (and set) “Use List-ID Email Header” and “Add 'Precedence: bulk' Email Header” in the main Jenkins config. (but not “Override Global Settings”. In a number of projects I've then ticked “Editable Email Notificati

Re: Plugins are not updating

2012-04-03 Thread طلال Anthony رابعة
Good morning! Doesn't seem to be fixed. I tried updating the CVS Plugin from 1.6 to 2.2 and the Translation Assistance Plugin from 1.8 to 1.9. Both registered as upgraded but it wasn't reflected on restart. Cheers! Anthony On 2012-04-03, at 3:07 AM, miktap wrote: > I think the issue is

Re: Jenkins Git/GitHub plugin builds random branches

2012-04-03 Thread Wannes Sels
Your theory is correct. The git-plugin will list every branch revision, filter out non-top revision (branches that are fully merged in another branch) and then build them one by one, oldest commit first. Once you've built all there is to build, only changes will build. Maybe you could consider e

Re: View list of builds organised by branch?

2012-04-03 Thread seanh
Thanks for the suggestions. If I can get the build-description to put the git branch name in the build description, that would be good enough. It's not particularly pretty, but it would at least make it quick to find the recent builds of the branch you're interested in.

Jenkins Git/GitHub plugin builds random branches

2012-04-03 Thread seanh
Hey, this has happened to me twice on two different Ubuntu 10.04 servers running a fresh install of Jenkins 1.457. I install the Git and GitHub plugins and configure my new Jenkins job to build when it receives a push notification from GitHub. In the job config I leave "Branches to build - Branch

Re: Master/Slave security

2012-04-03 Thread Jan Seidel
Word! Sami I use Jenkins also for administrative jobs like rebooting the machine, restarting the services, opening the task manager or checking with WMI the disk space but you could of course also do more exciting things here ;) Some jobs like opening the task manager or rebooting the machine hav

Re: Order of Jenkins actions

2012-04-03 Thread Jan Seidel
Hi Rodney, well the name is programmtic XD You can simply trigger a downstream build that makes the final action you'd like to see after the artifact deployer. Take care Jan On 1 Apr., 23:26, Grégory Boissinot wrote: > PostBuildScript is designed to run in the last step, whatever the order of >

Re: Triggering remote builds without read access?

2012-04-03 Thread Jan Seidel
Hi, have you tried to use the jenkins-cli ? That would be the easiest approach if you don't use authentication methods of the main stream. I have a while ago been crunching on that issue as well and you mail fail - as I did - if you don't use straight forward authentication but something more exo

Re: Plugins are not updating

2012-04-03 Thread miktap
I think the issue is described here https://issues.jenkins-ci.org/browse/JENKINS-13129. At least I managed to update a bundled plugin by first creating the .pinned file manually. So it should be fixed in 1.458 but I haven't tried it out. -- View this message in context: http://jenkins.361315.n4.n