Strategies to disk-risk a Jenkins upgrade

2014-03-04 Thread JOHNSTON, Rob
Hi list My group run a large Jenkins instance that many other teams in our organisation depend on. We want to automate the Jenkins upgrade process which will include a measure of verification that the upgrade hasn’t broken anything. I’m thinking of only using LTS releases, backing up the main c

href ftp link doesn't highlight on Jenkins UI page

2014-03-04 Thread mpc8250
Hi All > > We try to put some description on Jenkins page and place a href link using > ftp. > It appears that Jenkins top/system page refuses to set/accept a simple > link like this. > It returns as a text "test". > > ftp://hostname.test.com/some/path";>test > > Hudson UI has no issue with this

Cannot set href hyperlink with ftp on Jenkins UI page

2014-03-04 Thread mpc8250
Hi All We try to put some description on Jenkins page and place a href link using ftp. It appears that Jenkins top/system page refuses to set/accept a simple link like this. It returns as a text "test". ftp://hostname.test.com/some/path>test Hudson UI has no issue with this syntax. How can we

Chaining Security Realm for fallback

2014-03-04 Thread momin.noor
Hi Guys, Does jenkins have a fallback mechanism for its security realm? I am using the Active Directory plugin. Use Case: If one has AD based user auth configured (typical corporate environment), but also needs a few technical users (like a Jenkins instance) which are not in the corporate AD. A

Re: jenkins maven plugin: How to automatically archive maven artifacts?

2014-03-04 Thread Daniel Carter
Yes i have the same problem. There is an option in the settings to "Disable automatic artifact archiving", which implies archiving is automatic, but none of my jenkins jobs archive any artifacts. It used to work a long time ago, how can we restore this behaviour? On Saturday, 15 December 201

Presentation: Jenkins and FreeBSD, March 13, Mountain View, California

2014-03-04 Thread Craig Rodrigues
Hi, Recently, I set up Jenkins for the FreeBSD project at: https://jenkins.freebsd.org I will be giving a short talk on the lessons that I learned, and ask for ideas on how to best implement CI using Jenkins for the FreeBSD project. The presentation will be on March 13, 2014 in Mountain View, Cal

Rebooting Windows Slaves

2014-03-04 Thread Andrew Sumner
I'm searching for a more robust way of rebooting a Windows slave. I reboot our windows slaves every night as I find that they tend to play up if left too long without a restart. Currently I try to a block builds plugin to block jobs so that the slave can be rebooted, however from time to tim

Re: Cannot access the jenkins service running on redhat linux

2014-03-04 Thread JonathanRRogers
On Monday, March 3, 2014 1:08:55 PM UTC-5, eric...@rocketmail.com wrote: > > Yes. That was it. Thank you. Since this was a test server running in an > internal network, I just shut off the firewall by running > > service iptables stop > > Although it's slightly more complicated, I think it's

Multiple SCMs Plugin & git

2014-03-04 Thread thowland
I've configured it so that my Jenkins job should be cloning each of its two repositories in its own subdirectory. That is, repo A should clone in subdirectory A repo B should clone in subdirectory B And in fact, that is what happens. However, it also stupidly clones at the root of the workspace

Re: Deleting a view

2014-03-04 Thread Richard J
> > The "Delete View" command link is also hidden when viewing the Default > view. > -- 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+unsubsc

Re: Publish over SSH plugin not transferring any files

2014-03-04 Thread Richard Bywater
No problem. If I recall I think the code might deliberately ignore absolute file sets like that (as a security measure no doubt) Richard. On Wed, Mar 5, 2014 at 10:57 AM, Patrick White wrote: > That did it! After adjusting that and some permissions changes it worked > like a charm. Thanks so mu

Re: Publish over SSH plugin not transferring any files

2014-03-04 Thread Patrick White
That did it! After adjusting that and some permissions changes it worked like a charm. Thanks so much for the help!! Patrick On Tuesday, March 4, 2014 4:44:12 PM UTC-5, Richard Bywater wrote: > > Quick thought - trying changing transfer set to "**/*" (i.e. drop > directory off) as the transfer

Re: Publish over SSH plugin not transferring any files

2014-03-04 Thread Richard Bywater
Quick thought - trying changing transfer set to "**/*" (i.e. drop directory off) as the transfer should be relative to the workspace root anyway IIRC. Richard. On Wed, Mar 5, 2014 at 10:39 AM, Patrick White wrote: > I want to transfer files from my post build Jenkins workspace to a > location o

Publish over SSH plugin not transferring any files

2014-03-04 Thread Patrick White
I want to transfer files from my post build Jenkins workspace to a location on a remote server. Build goes smoothly for all steps in the job but always transfers 0 files. This is the console output: Started by user Patrick Building in workspace /var/lib/jenkins/jobs/20eyes Build/workspac

Re: Re: Re: Parametrized build with dynamically populating values

2014-03-04 Thread alok kumar
Looks like the screenshot is not visible. Hence, attaching it as a .png image On Wed, Mar 5, 2014 at 12:43 AM, alok kumar wrote: > > > On Wed, Mar 5, 2014 at 12:42 AM, alok kumar wrote: > >> Hey, Loannis, my bad. Please see the below error screen shot. >> >> >> >> >> On Tue, Mar 4, 2014 at 4:37

Re: Re: Re: Parametrized build with dynamically populating values

2014-03-04 Thread alok kumar
On Wed, Mar 5, 2014 at 12:42 AM, alok kumar wrote: > Hey, Loannis, my bad. Please see the below error screen shot. > > > > > On Tue, Mar 4, 2014 at 4:37 PM, Ioannis Moutsatsos > wrote: > >> Hi Alok; I do not see the error message in the forum post. >> >> >> On Monday, March 3, 2014 6:10:56 AM U

Re: Re: Re: Parametrized build with dynamically populating values

2014-03-04 Thread alok kumar
Hey, Loannis, my bad. Please see the below error screen shot. On Tue, Mar 4, 2014 at 4:37 PM, Ioannis Moutsatsos wrote: > Hi Alok; I do not see the error message in the forum post. > > > On Monday, March 3, 2014 6:10:56 AM UTC-5, alok kumar wrote: > >> -- Forwarded message --

Re: Workspace Browsing Slow

2014-03-04 Thread Daniel Beck
Could be https://issues.jenkins-ci.org/browse/JENKINS-21780 Are there a lot of files/folders in those directories? On 04.03.2014, at 16:31, tmac22 wrote: > We recently upgraded to v 1.522 and the navigating the workspaces takes ~1.5 > minutes to open a directory. > > Any ideas? > > -- > Y

Location of jenkins.err.log

2014-03-04 Thread Walter Kacynski
Is there a way to move the jenkins.err.log to a location other than the default of JENKINS_HOME? -- 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-user

jacoco exec is not getting generated for ui test cases

2014-03-04 Thread Abc
For our ui test cases in pom we have an configuration for argline where we are setting some vm argument s.along with vm argument we have some other configurations also. We have argline parameter for surefire plugin also.but this has only vm argument. The difference between argline of surefire

Workspace Browsing Slow

2014-03-04 Thread tmac22
We recently upgraded to v 1.522 and the navigating the workspaces takes ~1.5 minutes to open a directory. Any ideas? -- 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 e

Re: Cannot write file to disk using the build Flow plugin

2014-03-04 Thread Marc MacIntyre
I don't think build flows have a workspace, they run in the JVM. It is probably trying to write to JENKINS_HOME Sent from my iPhone > On Mar 4, 2014, at 3:59 AM, dev123 wrote: > > I have a build flow job where the first step I need to execute is writing a > file to disk: > > > Properties pr

Re: Suggestions for using Jenkins for environment deployment?

2014-03-04 Thread Eric Wood
I use the build pipeline plugin for this purpose.  The first "link" in the chain is a CI build that polls the SCM repo and then subsequent downstream jobs are used to promote the build DEV-.>TEST->UAT->PROD On Monday, March 3, 2014 2:53 PM, Stephen Connolly wrote: The promoted builds plugi

Re: What is those "WARNING: Failed to inspect" in the Jenkins logs?

2014-03-04 Thread Michael Niestegge
Here is the screenshot of my memory usage...each climb is a fingerprint cleanup process I started manually... -- You received this message because you are subscri

Re: What is those "WARNING: Failed to inspect" in the Jenkins logs?

2014-03-04 Thread Michael Niestegge
I was able to reproduce the error: Everytime the fingerprint cleanup thread start running, it consumes a lot of memory. The problem is, when the fingerprint cleanup process is finished, the memoryusage does not come down but keeps on moving the high level. As soon as other processes start worki

Cannot write file to disk using the build Flow plugin

2014-03-04 Thread dev123
I have a build flow job where the first step I need to execute is writing a file to disk: Properties props = new Properties(); props.setProperty("Var1", "asdasd"); File f = new File("Configs.properties"); OutputStream out = new FileOutputStream( f ); props.store(out,null); When I run the job I

Re: Maven Release Plugin throws Authentication Required error

2014-03-04 Thread D Vijay
Hi, The issue is with configuring the M2Release plugin in Jenkins. I wanted some help in configuring this plugin in Jenkins like the steps that we need to follow. Vijay On Mon, Mar 3, 2014 at 9:28 PM, Baptiste Mathus wrote: > Hi, > Imo wrong mailing list. This is a pure maven question. Better