Perforce Pluging: Clean & Sync Once, and once on every node

2014-04-02 Thread Mishael Kim
Hi, I've been building up a couple annoyances over the past few months and was wondering if anyone knew of any good workaround or plugins to help me out here. 1. Just like the sync one time option in the Perforce plugin, I'd like to do a clean and sync once at the same time. I've been having to

Problem with Build Flow plugin 0.10 on Jenkins 1.532.1

2014-04-02 Thread teilo
Sounds like the flow is validating the dsl via a http get request. If the flow is large the http request will be too large for some severs to handle. This intern causes some headers to be lost on the server, to which jenkins will the think you are not authenticated and will clear your cookie...

Re: Keeping build information (not artifacts)

2014-04-02 Thread CLOSE Dave
I wrote: > Something is deleting old build information from my Jenkins (version > 1.556 running on Fedora) "jobs" directory. This doesn't seem to be > based on any apparent criteria like the number of old builds, the age > of the builds, or anything else. Some jobs show all their history; > others

Workspace link

2014-04-02 Thread Richard J Otter
I'm a bit unclear about which workspace the Workspace link displays. In the case where there are multiple nodes running multiple builds of a job, it's not clear to me which workspace is displayed. This is even more of an issue when selecting the Wipe Out Current Workspace link and one is asked "

Re: "no route to host" using LDAP and Active Directory

2014-04-02 Thread Jeff
FWIW, I could never get the LDAP plugin to work against ActiveDirectory, but the ActiveDirectory plugin works like a charm. On Wed, Apr 2, 2014 at 10:16 AM, Terry Lacy wrote: > I'm not using the Active Directory plugin. I'm using LDAP. > > Terry > > On Tuesday, April 1, 2014 3:44:40 PM UTC-6,

Re: Jenkins scaling as a test-reporting framework?

2014-04-02 Thread Gareth Bowles
The big disadvantage of storing all your test results in Jenkins is that they are stored in XML files and the only way to analyze of visualize them is via the Jenkins test result reporting plugins such as the Junit plugin. Most of them graph passes and failures over time and let you drill down

Re: "no route to host" using LDAP and Active Directory

2014-04-02 Thread Terry Lacy
I'm not using the Active Directory plugin. I'm using LDAP. Terry On Tuesday, April 1, 2014 3:44:40 PM UTC-6, Richard Bywater wrote: > > Perhaps checkout the Override Domain Controllers section on this page > https://wiki.jenkins-ci.org/display/JENKINS/Active+Directory+plugin > > Richard. > > >

Re: Can't access config.xml file of ajob through powershell

2014-04-02 Thread Slide
Try something like this http://stackoverflow.com/questions/508565/how-to-make-an-authenticated-web-request-in-powershellit looks like you need to authenticate as a user in the Jenkins user database first. This should allow you to do that On Apr 2, 2014 7:48 AM, "Ren Jith" wrote: > @Eric : I want

Re: Can't access config.xml file of ajob through powershell

2014-04-02 Thread Ren Jith
@Eric : I want the config.xml file. Rest API xml file not contain what I want. @Mark : I already followed this link. But it didn't helped me. Have any other solutions. What I want is to get all the svn repos configured in a job. Rest API xml contains the configured repo as well as its externals.

Re: Can't access config.xml file of ajob through powershell

2014-04-02 Thread Mark Waite
I think you need to authenticate your API client. https://wiki.jenkins-ci.org/display/JENKINS/Authenticating+scripted+clientsprovides some hints (though not written in PowerShell). Mark Waite On Wed, Apr 2, 2014 at 7:28 AM, Eric Pyle wrote: > Try using > https://myjenkins:8443/hudson/job/my

Re: Can't access config.xml file of ajob through powershell

2014-04-02 Thread Eric Pyle
Try using https://myjenkins:8443/hudson/job/myProj/api/xml Eric On 4/2/2014 8:39 AM, Ren Jith wrote: Hi all, I am new to this forum, Please help me to find a solution to my problems. Ou

Can't access config.xml file of ajob through powershell

2014-04-02 Thread Ren Jith
Hi all, I am new to this forum, Please help me to find a solution to my problems. Our company has a Jenkins server. I am a user on this Jenkins server. I want to load the config.xml file of a specific job to PowerShell variable. I am using code like, $url ="https://myjenkins:8443/hudson/job/myP

Re: Parameterized build parameter help

2014-04-02 Thread silver
That is worth investigating, thanks! On Apr 2, 2014, at 4:28 AM, matthew.web...@diamond.ac.uk wrote: > You can use the EnvInject plugin to set a job-wide environment > > From: Kevin Fleming (BLOOMBERG/ 731 LEXIN) [mailto:kpflem...@bloomberg.net] > Sent: 01 April 2014 22:22 > To: jenkinsci-user

Cannot delete string parameter from job configuration

2014-04-02 Thread dev123
I have copied a Jenkins master to a new machine. Basically I just installed Jenkins (1.557) on the new machine and copied the plugins/jobs/config.xml etc. to the new machine after installing Jenkins. Everything seems to be up and running just fine. But when I try to delete a String parameter fr

Re: NoClassDefFoundError: WorkspaceReader in MavenDependencyUpdateTrigger

2014-04-02 Thread unguiculus
Same error here. Am Montag, 6. Januar 2014 21:09:43 UTC+1 schrieb Steve Suehs: > > I am seeing the following in the jenkins log. > Anyone else seeing problems triggering builds based on an up-stream > dependency? > > org.jvnet.hudson.plugins.mavendepsupdate.MavenDependencyUpdateTrigger.run() > f

Unable to update/install various plugins

2014-04-02 Thread rec
Hi all, I notice failures in plugin updates/installs recently along these lines: hudson.util.IOException2: Failed to download from http://updates.jenkins-ci.org/download/plugins/m2release/0.14.0/m2release.hpi at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.j

RE: Re:Parameterized build parameter help

2014-04-02 Thread Matthew.Webber
You can use the EnvInject plugin to set a job-wide environment From: Kevin Fleming (BLOOMBERG/ 731 LEXIN) [mailto:kpflem...@bloomberg.net] Sent: 01 April 2014 22:22 To: jenkinsci-users@googlegroups.com Subject: Re:Parameterized build parameter help What do you mean by 'you have a job trigger'? If

Problem with Build Flow plugin 0.10 on Jenkins 1.532.1

2014-04-02 Thread Sascha Herrmann
Hi! I have the following problem with the CloudBees plugin: I am logged in with a user with full permissions in Jenkins. I select a flow build job and go to "Configure". The configuration page opens, loads completely and everything looks fine. After some 10 seconds, without doing anything, I ge