Re: CVS Users <-> Jenkins Users (using Active Directory etc)

2012-09-26 Thread nicolas de loof
This is exactly the use-case I created https://wiki.jenkins-ci.org/display/JENKINS/Additional+Identities+Pluginfor. 2012/9/25 John McCabe > Hi all, > > I've seen something similar asked before, but the answers didn't seem to > fit my needs properly so hopefully this is a slightly different quest

Re: maven installation config gets lost

2012-09-26 Thread Lars Fischer
Hello, 2012/9/26 dimasla : > Exactly same problem, also in 1.483. > > On Tuesday, September 25, 2012 7:22:43 PM UTC+7, Lars Fischer wrote: >> >> I just recognized a problem with my Jenkins instance (version 1.483). >> >> After changing some other values on the system config page, the maven >> inst

RE: 'Even Load Strategy' Plugin

2012-09-26 Thread David Aldrich
Hi Stephen So, just to be clear, is the 'Even Load Strategy' Plugin only available under the paid license? BR David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Stephen Connolly Sent: 25 September 2012 21:25 To: jenkinsci-users@googlegroups.com

Re: 'Even Load Strategy' Plugin

2012-09-26 Thread nicolas de loof
yes it is 2012/9/26 David Aldrich > Hi Stephen > > ** ** > > So, just to be clear, is the 'Even Load Strategy' Plugin only available > under the paid license? > > ** ** > > BR > > ** ** > > David > > ** ** > > *From:* jenkinsci-users@googlegroups.com [mailto: > jenkinsci-users@g

Re: 'Even Load Strategy' Plugin

2012-09-26 Thread Stephen Connolly
I am developer not sales but yes, paid only (and you can try before you buy with the evaluation license) On 26 September 2012 08:33, David Aldrich wrote: > Hi Stephen > > ** ** > > So, just to be clear, is the 'Even Load Strategy' Plugin only available > under the paid license? > > *

RE: 'Even Load Strategy' Plugin

2012-09-26 Thread David Aldrich
Thanks for the clarification. It would be nice if there was some initiative to produce an open-source plugin with similar functionality. But I guess that will not come from CloudBees. Best regards David

Re: way to determine if plugin is being used

2012-09-26 Thread Stephen Connolly
I do hate to put this hat on excessively on this list [CloudBees hat] We have an Enterprise plugin that provides that feature: http://jenkins-enterprise.cloudbees.com/docs/user-guide-bundle/plugin-usage.html It is currently available as a beta release, but will be in the 12.11 release [/CloudBees

Re: 'Even Load Strategy' Plugin

2012-09-26 Thread Stephen Connolly
On 26 September 2012 09:12, David Aldrich wrote: > Thanks for the clarification. > > It would be nice if there was some initiative to produce an open-source > plugin with similar functionality. But I guess that will not come from > CloudBees. > > Well we do like to push our plugins "down the stac

RE: 'Even Load Strategy' Plugin

2012-09-26 Thread David Aldrich
Hi Stephen Thanks for the indication that there is some hope that 'Even Load Strategy' could one day become free. However, I can't imagine what a supporting business case might be. What business case did you make for 'Credentials'? David From: jenkinsci-users@googlegroups.com [mailto:jenkins

Re: 'Even Load Strategy' Plugin

2012-09-26 Thread Stephen Connolly
On 26 September 2012 09:42, David Aldrich wrote: > Hi Stephen > > ** ** > > Thanks for the indication that there is some hope that 'Even Load > Strategy' could one day become free. > > ** > Long long in the future ;-) > ** > > However, I can’t imagine what a supporting business case m

Build flow - allow additional build steps

2012-09-26 Thread Reuben Gow
Hi, I would like to be able to add additional build steps before and after the DSL in a 'Build Flow' job. I want to be able to execute system groovy scripts and shell scripts before to prepare certain things before kicking off other builds. Would it be possible for this functionality to be adde

Re: CVS Users <-> Jenkins Users (using Active Directory etc)

2012-09-26 Thread John McCabe
Thank you for that Nicolas. There are a couple of things I'm slightly confused by. First of all, that page says this plugin is not yet released (and it's not on the download page as far as I can see - which I need as I've got an offline install!). Is that correct? Secondly you mention that t

Re: Using variables within the Jenkins email subject lines ?

2012-09-26 Thread Youri
I'm using this subject: Projec ${ENV,var="releaseVersion"} has been released And releaseVersion is variable typed in by the user launching the job, now i'm not sure if you can actually create a variable during the job execution (from a shell script) and use it. Le mardi 25 septembre 2012 23:31:2

Does jenkins periodically re check out the workspace

2012-09-26 Thread John R. Cary
This is a behavior that we are seeing. Is this standard? Is there a regularity to it? Thx.John Cary

deploy to Spring Insight server?

2012-09-26 Thread Ed Young
I'm trying unsuccessfully to deploy from jenkins to the Spring Insight server (embedded tomcat 7) using the Jenkins Deploy to Container plugin https://wiki.jenkins-ci.org/display/JENKINS/Deploy+Plugin Is this the right plugin or is there another for Spring Insight? I've used it to deploy succes

Re: deploy to Spring Insight server?

2012-09-26 Thread Ed Young
I should probably mention that this is Spring Insight version VMware vFabric tc Runtime 2.7.1.RELEASE/6.0.35.B.RELEASE. On Wed, Sep 26, 2012 at 5:09 AM, Ed Young wrote: > > I'm trying unsuccessfully to deploy from jenkins to the Spring Insight > server (embedded tomcat 7) using the Jenkins Dep

multiple runs claiming to be #

2012-09-26 Thread Felix Köhler
Hi erveryone, Im new to this list. I tried serveral other communication way but found no good solution. After i restarted my Server with my tomcat/jenkins installation i got a strange problem. Every Job (if they are the same type - Free Job Configuration) they have the same Build History. Fo

Re: Automatic diagram

2012-09-26 Thread kikou
Hello sorry for this late answer I didnt pay attention but indeed it is working Nevertheless i found pity that we need another graphical lib, i am sure that a plugin could be done with java tools only or html object, i really prefer a plugin which not needs external binaries. K. Le mercredi 5

Re: multiple runs claiming to be #

2012-09-26 Thread cjo
I saw a similar issue once when I miss configured an instance, when the builds directory was set the same for all projects. >From the paths to the builds you give, it seems like you have the same problem. under the Manage Jenkins/configure page advanced section under home path. check that t

Feedback of your CI architecture

2012-09-26 Thread mpapo - Michaël Pailloncy
Hi all, Currently, we manage near 250 jobs related to several java projects and several teams in our company. Our CI architecture characteristics : - a Jenkins master on AIX 5.3 with 8 processors and 10 GB of RAM - 3 RHEL slaves with 2 processors and 4 GB of RAM - 2 Windows slaves with 1 proces

Re: CVS Users <-> Jenkins Users (using Active Directory etc)

2012-09-26 Thread nicolas de loof
Le 26 sept. 2012 12:36, "John McCabe" a écrit : > > Thank you for that Nicolas. There are a couple of things I'm slightly confused by. > > First of all, that page says this plugin is not yet released (and it's not on the download page as far as I can see - which I need as I've got an offline insta

Re: ln -s fails

2012-09-26 Thread Ilko Iliev
nobody? should I file a bug for this? On Wed, Sep 19, 2012 at 12:26 PM, Ilko Iliev wrote: > yes - that's correct, this is the root user. Additional info: jenkins is > running in WebSphere on the same machine: > > Product List > > --

Re: Feedback of your CI architecture

2012-09-26 Thread Michaël Pailloncy
Other question : What do you use to launch Jenkins ? Currently, we are using Winstone. Is this the best way? 2012/9/26 mpapo - Michaël Pailloncy > Hi all, > > Currently, we manage near 250 jobs related to several java projects and > several teams in our company. > > Our CI architecture charact

Re: multiple runs claiming to be #

2012-09-26 Thread Felix Köhler
Thanks you made my day! I changed the path to ${ITEM_ROOTDIR}/builds . Am Mittwoch, 26. September 2012 14:44:34 UTC+2 schrieb cjo: > > I saw a similar issue once when I miss configured an instance, when the > builds directory was set the same for all projects. > > > From the paths to the bui

Re: CVS Users <-> Jenkins Users (using Active Directory etc)

2012-09-26 Thread John McCabe
On Wednesday, September 26, 2012 1:59:16 PM UTC+1, Nicolas De loof wrote: > > > Le 26 sept. 2012 12:36, "John McCabe" > > a écrit : > > > > Thank you for that Nicolas. There are a couple of things I'm slightly > confused by. > > > > First of all, that page says this plugin is not yet released

Re: Does jenkins periodically re check out the workspace

2012-09-26 Thread Mark Waite
I've never seen a "re-check out" of the workspace which was not the result of some condition which I could reasonably explain.  Some of the cases I've seen where a new build is started have included: - scheduled build with the "clean workspace" setting enabled in the SCM plugin - new change on t

Re: Automatic diagram

2012-09-26 Thread Mark Waite
I viewed it in exactly the opposite direction.  If using a freely available, easily installed external program allows the plugin to be implemented faster and cleaner and simpler, then I'd rather have it implemented sooner with the external program.  I suspect that specifying a graph in graphviz

Re: Feedback of your CI architecture

2012-09-26 Thread Les Mikesell
On Wed, Sep 26, 2012 at 7:58 AM, mpapo - Michaël Pailloncy wrote: > > - Do you think it would be interesting to have a master only used to monitor > the jobs (0 executor, all builds are delegate to slaves) ? > > This could be interesting to have a more stable and more reliable master. I don't thi

Re: Feedback of your CI architecture

2012-09-26 Thread Les Mikesell
On Wed, Sep 26, 2012 at 8:19 AM, Michaël Pailloncy wrote: > Other question : What do you use to launch Jenkins ? > Currently, we are using Winstone. Is this the best way? Since you mentioned moving to RHEL, you'll probably want to use the RPM that will include winstone and a working configuratio

What user does a build run under?

2012-09-26 Thread Ronan Mulvaney
Sorry if this has been asked before I can't seem to find anything that matches exactly my scenario. I am using Jenkins 1.483 and trying to a job to run a batch file on my local Windows 7 system to gain experience with using Jenkins and how we would automate our builds. I don't have anything ad

Re: What user does a build run under?

2012-09-26 Thread Scott Evans
Ronan, My guess is that you have the agent configured to run as a service, rather than a java process on the desktop. If so, you'll need to set that service to run as a specific user rather than local system account. That can be found under the LogOn tab of the jenkins service in question. Scot

RE: What user does a build run under?

2012-09-26 Thread Mandeville, Rob
A build is run under the user account that the slave is under. If you launch your slaves from the master, that’s the same as the user the Jenkins server is running under (unless the slave launcher is changing the user on the fly—I do that on my Linux setup using sudo). If you’re using JNLP or

RE: Feedback of your CI architecture

2012-09-26 Thread Mandeville, Rob
Having the Jenkins server on a host that doesn’t run builds isn’t just interesting, it’s a good idea. The only downside that I see is that the slave-master communication (probably dominated by your build logs and artifacts) is slowed down to network speeds rather than the speed of your loopbac

Re: way to determine if plugin is being used

2012-09-26 Thread domi
extending your [Not wearing CloudBees hat time]…. any hint on how this was implemented? :) /Domi On 26.09.2012, at 10:18, Stephen Connolly wrote: > I do hate to put this hat on excessively on this list > > [CloudBees hat] > We have an Enterprise plugin that provides that feature: > http://je

Re: 'Even Load Strategy' Plugin

2012-09-26 Thread Bap
Quoting Stephen Connolly : The Credentials plugin started off life as being Paid functionality that was to be an enhancement to the Folders plugin. In the end, however, I was able to make a good business case that that specific plugin should be Free (open source). Stephen, any chance that you

Re: Using variables within the Jenkins email subject lines ?

2012-09-26 Thread giuliano
You can use vars generated with a shell script. What we do is write them to a file, then use the "Inject environment variables" plugin.

Re: Problem using deploy mojo

2012-09-26 Thread giuliano
Looks like one of your tomcat6-maven plugin is out of date. Of course, since you can't start jenkins you need to fix that outside of jenkins. - Shut down jenkins - cd $JENKINS_FOLDER/plugins - mkdir ../plugins-save - mv $PLUGIN ../plugins-save/ - mv $PLUGIN.hpi ../plugins-save - Start jenkins

Re: Using variables within the Jenkins email subject lines ?

2012-09-26 Thread Slide
email-ext or the normal emailer? On Tue, Sep 25, 2012 at 2:31 PM, Tom80112 wrote: > I would like to use variables within Jenkins email subject lines. > > I am using the "editable email notification" plugin. > > Instead of having a set-in-stone email subject line, I would like define > the subject

Re: 'Even Load Strategy' Plugin

2012-09-26 Thread Stephen Connolly
Yes I hit the same issue myself. I have been meaning the get back to that. If you want to have a go, please send a pull request On Wednesday, 26 September 2012, Bap wrote: > Quoting Stephen Connolly : > > The Credentials plugin started off life as being Paid functionality that >> was to be an en

Re: way to determine if plugin is being used

2012-09-26 Thread Stephen Connolly
Ask mr glick... He wrote it... Though he may not be allowed to spill the beans ;-) On Wednesday, 26 September 2012, domi wrote: > extending your [Not wearing CloudBees hat time]…. any hint on how this was > implemented? :) > /Domi > > On 26.09.2012, at 10:18, Stephen Connolly > 'stephen.alan.co

Re: Problem with post commit hook trigger and looping project build

2012-09-26 Thread giuliano
So, perhaps you can do it within jenkins. - Method 1: Use two jobs. The first one is triggered by a git post commit hook. It looks at the git log and exits if the author or message matches a pattern. Otherwise it triggers the second real build job. - Method 2: Not sure if this will work. a) use

Re: 'Even Load Strategy' Plugin

2012-09-26 Thread Bap
Quoting Stephen Connolly : Yes I hit the same issue myself. I have been meaning the get back to that. If you want to have a go, please send a pull request I'll have a look at it if I survive my attempt to drink Munich dry :-)

Re: Unable to connect to the remote TFS server

2012-09-26 Thread Erik Ramfelt
Hi I just tried with VS 2010 and CodePlex (since I dont have a TFS available) and it all seems to work as it should. Latest version of Jenkins and the plugin. The error says that the tf tool cant connect to the server, can you ping it? Could you try any other TFS server such as a project on codep

Resolved: deploy to Spring Insight server?

2012-09-26 Thread Ed Young
I don't know what made me think that the embedded Tomcat server was Tomcat 7.0, but when I configured Jenkins to deploy to a Tomcat 6.0 server, that deployment worked just like every other Tomcat 6.0 instance I've ever set up. I burned more than a few hours barking up the wrong tree, but in the me

Cascading Maven releases...

2012-09-26 Thread Jeff
In our current set of projects we have multiple (30+) JAR files that are used by our 6 or 7 top-level web applications. At the end of each sprint, we perform a Maven release for all modules worked on or affected by an upstream dependency in that sprint. It is quite time consuming to release all t

Re: Using variables within the Jenkins email subject lines ?

2012-09-26 Thread Tom80112
I loaded the EnvInject plugin and tried that before posting here. Inside the shell script section, I set a variable called "subject" to to a different text string depending on outcomes within the shell script section. I then did a printf "subject=$subject\n" >tmp.env I then specified tmp.env on

Re: Using variables within the Jenkins email subject lines ?

2012-09-26 Thread Slide
Try ${ENV, var="subject"} On Wed, Sep 26, 2012 at 7:24 PM, Tom80112 wrote: > I loaded the EnvInject plugin and tried that before posting here. > > Inside the shell script section, I set a variable called "subject" to to a > different > text string depending on outcomes within the shell script sec

Perforce Plugin and PATH

2012-09-26 Thread Erling Andersen
Hi We have had problem with the Perforce plugin on Windows. The issue is related to which PATH is used when the the p4 command is run. We thought that PATH would have the value defined on the node in Jenkins and NOT the PATH value defined on the machine and know by Java. We define PATH on each n