Re: jvm arguments not making it to application and unit tests

2012-04-26 Thread Stephen Connolly
Surefire does it's best to provide the forked test cases with a clean environment. Thus it will not pass through system properties unless explicitly told to. Your solution is to configure the Pom to tell Surefire to pass those properties through. Most likely this will be one of the very few cases

Re: Jenkins plugin for SSH pull

2012-04-26 Thread Stephen Connolly
Archive artifacts? That is standard functionality in Jenkins and will pull them from the slave to the master when the build is finished On 26 April 2012 09:22, Alexis Morelle alexis.more...@gmail.com wrote: Hi, I have been using the SSH Jenkins plugin, which works brilliantly from the

Re: Approach towards Maven profiles and Jenkins

2012-04-26 Thread Stephen Connolly
On 26 April 2012 09:33, sebastian.st...@softwareag.com sebastian.st...@softwareag.com wrote: Hi, I wonder how to best use Maven profiles on Jenkins. Our profile is stored in a settings.xml file, which is contained in our source tree. Smells like an anti-pattern... how goes the fight with

Re: Delay between job finished and node finished on unix

2012-05-09 Thread Stephen Connolly
On 9 May 2012 15:59, Wright, Clark cwri...@litle.com wrote: I have a set of 12 hour builds that run across 45 nodes on 3 machines (4 if you count the master). All the machines are Red Hat Enterprise. All the communication is via ssh (both job launch and node startup). Here is the

Re: Delay between job finished and node finished on unix

2012-05-09 Thread Stephen Connolly
On 9 May 2012 16:31, Wright, Clark cwri...@litle.com wrote: Thank you. So how does remoting work with respect to end of job notification? My initial assumption was that it was simply waiting for the forked process to finish, grab the resultant return code, and update the master. well you

Re: Delay between job finished and node finished on unix

2012-05-09 Thread Stephen Connolly
Another thing you could look into is forked child processes having captured stdout / stderr. The process will not be seen as finished until all stdout/stderr has been captured, so if your build leaves a non-daemon process hanging around, that could be the RCA On 9 May 2012 16:53, Stephen

Re: Delay between job finished and node finished on unix

2012-05-10 Thread Stephen Connolly
on the slave VM to see how much time is spent doing GC, and if that is higher than 5-10% I would give the slave JVM more memory Thanks, -clark. -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Stephen Connolly Sent

Re: Is it called Project or is it called Job?

2012-05-16 Thread Stephen Connolly
It really starts to break down when you have * Freestyle project * Maven 2 project * Folder * Update center * Backup job * Some random name corresponding to a template you have created * Some random name corresponding to a template you have created * Some random name corresponding to a

Re: How to reboot a slave during a build?

2012-05-17 Thread Stephen Connolly
3 dependent jobs On 17 May 2012 08:36, Romu huru...@gmail.com wrote: Thanks for reply. What do you mean by a bunch of dependant builds?  Do you mean 3 build steps in a job or 3 dependant jobs? Thanks Romu On May 17, 1:43 pm, terry.rank...@csiro.au wrote: CI an OS kernel build? This

Re: Is the Jenkins update center working?

2012-05-22 Thread Stephen Connolly
Are you behind a http proxy? The uc metadata is downloaded via your browser, while the plugins are downloaded directly, so you can forget to configure the proxy settings on the advanced tab. On Tuesday, 22 May 2012, Vaughn Spurlin wrote: When I'm in Jenkins and try to install a plugin, I get

Re: Collabnet plugin: how to use role permissions fine grained

2012-05-24 Thread Stephen Connolly
shameless-plug It is most likely that the Jenkins Enterprise by CloudBees RBAC plugin would give you what you want... Of course you'd have to pay for that, hence why this is a plug /shameless-plug On Thursday, 24 May 2012, Jan Seidel wrote: Hi Darryl, yes I have checked these links before.

Re: Collabnet plugin: how to use role permissions fine grained

2012-05-24 Thread Stephen Connolly
do Alex or Kohsuke see this as a good opportunity to attract more customers ;) Cheers Jan Am Freitag, 25. Mai 2012 00:13:17 UTC+2 schrieb Stephen Connolly: shameless-plug It is most likely that the Jenkins Enterprise by CloudBees RBAC plugin would give you what you want... Of course you'd

Re: Maven build results don't match Jenkins Build Artifacts

2012-06-07 Thread Stephen Connolly
Those are what maven considers the artifacts, ie those are the names that will end up in the maven repository. You can manually archive the files if the name is that important to you. Of course I never use the maven job type as it does things (which make the users life initially easier) that are

Re: Maven build results don't match Jenkins Build Artifacts

2012-06-07 Thread Stephen Connolly
write an issue in the Jenkins JIRA? Best regards, Eric Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] Im Auftrag von Stephen Connolly Gesendet: Donnerstag, 7. Juni 2012 10:54 An: jenkinsci-users@googlegroups.com Betreff: Re: Maven build results don't match

Re: Maven build results don't match Jenkins Build Artifacts

2012-06-07 Thread Stephen Connolly
-schemas.xml being the last to execute in pom order. Best regards, Eric -Ursprüngliche Nachricht- Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] Im Auftrag von Stephen Connolly Gesendet: Donnerstag, 7. Juni 2012 17:22 An: jenkinsci-users@googlegroups.com

Re: How do I generating unique snapshots with gradle and Jenkins?

2012-06-10 Thread Stephen Connolly
That misses out the deployment number which is required in the metadata. I suspect gradle only thinks it understands maven repos On Sunday, 10 June 2012, Grégory Boissinot wrote: You can use the following snippet: import java.text.SimpleDateFormat; import java.text.DateFormat; version=1.0

Re: How do I generating unique snapshots with gradle and Jenkins?

2012-06-10 Thread Stephen Connolly
Héritier wrote: You can probably reuse maven ant tasks for such deployment from gradle if you want something safe/clean. Arnaud PS : I didn't say that you may also use directly Maven if you want a serious build system even if it was tempting ;) Le 10 juin 2012 à 16:07, Stephen Connolly

Re: Dynamic slaves?

2012-06-26 Thread Stephen Connolly
Andrew, I don't know of any such plugin. There are some subtle bugs that can be introduced if you do the slave provisioning in a Cloud implementation wrong, they usually won't show up unless provisioning goes wrong or where a retention strategy tries to remove a partially provisioned slave or

Re: Jenkis with high availability

2012-06-28 Thread Stephen Connolly
On 28 June 2012 13:29, Marcus Vinicius marcus...@gmail.com wrote: Hi community, We are discussing the architecture for Jenkins in our company. Our forecast is to have something around 500 jobs, each with average running time of 3 minutes. Not to large an instance, but not small either We

Re: DOUBT regarding people link on jenkins

2012-07-04 Thread Stephen Connolly
On 4 July 2012 13:01, Tim Pizey tim.pi...@gmail.com wrote: I would really like to see Committers and Users separated out. They are not necessarily both People. Last time I checked all our committers were people and all our users were people too... mind you our CEO has asked if we can make is

Re: CloudBees Free Enterprise Plugins 1.8 and earlier broken on Jenkins 1.474+

2012-07-16 Thread Stephen Connolly
the update centers for the updated metadata, so my advice is *if* you are running Jenkins 1.474 or newer wait until 18th July 2012 before you try installing. If you are on Jenkins 1.473 or earlier no need to wait, everything will work fine. -Stephen [/cloudbees hat] On 13 July 2012 16:20, Stephen

Re: All Matrix Jobs missing after upgrade to 1.473 !!

2012-07-18 Thread Stephen Connolly
https://wiki.jenkins-ci.org/display/JENKINS/Release+Process KK was offline/off-grid on friday so that may have prevented the release being pushed on friday. I think he is currently limited to cell phone access to the interweb so until that resolves we will just have to wait. On 18 July 2012

Re: CloudBees Free Enterprise Plugins 1.8 and earlier broken on Jenkins 1.474+

2012-07-20 Thread Stephen Connolly
Not clear which of our free plugins you are having an issue with On 20 July 2012 13:45, Varghese Renny varghesekre...@gmail.com wrote: That i got..But it's not showing any fingerprint, whether i needed to copy artifacts from previous project and finger print that archived artifact? Thanks

Re: CloudBees Free Enterprise Plugins 1.8 and earlier broken on Jenkins 1.474+

2012-07-23 Thread Stephen Connolly
which is used (even after a restart). Any idea about this upgrade issue ? I'll try to mak more tests later, for now jenkins-updates.cloudbees.comis down (due to the DNS outage I suppose) On Fri, Jul 20, 2012 at 3:35 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: Not clear

Re: Verify downloaded jpi-files

2012-07-27 Thread Stephen Connolly
update center incudes the sha1 of the file On 27 July 2012 11:41, Richard Lavoie lavoie.rich...@gmail.com wrote: This should be relatively easy with CRC or MD5 content check once downloaded but I don't know if the plugin repository gives that information to jenkins already. Richard On

Re: Jenkins ACL on individual build jobs

2012-08-01 Thread Stephen Connolly
Here comes the shameless plug... you might be interested in the RBAC plugin by CloudBees, in conjunction with the Folders plugin you'll be going Oh yeah... of course you need to pay to get the RBAC plugin... if you don't want to pay there are other plugins that can do some of the things, but last

Re: Jenkins ACL on individual build jobs

2012-08-01 Thread Stephen Connolly
It is somewhat hidden on our wiki, but you are allowed to run the plugins on versions of jenkins that are not Jenkins Enterprise, e.g. see this page: http://wiki.cloudbees.com/bin/view/Jenkins+Enterprise/Ride+Jenkins+Support+Terms If you want to try it out, install

Re: new plugin version not showing up in update center

2012-08-13 Thread Stephen Connolly
Check what version of core you are running. If you are running an older version of core than required by the plugin (1.424) then you will not see the update until you update core. The second issue is when did you last let jenkins update the plugin metadata. Jenkins only checks for metadata every

Re: Help Files - Custom Action

2012-08-17 Thread Stephen Connolly
On 16 August 2012 21:54, jwa jamie.as...@gmail.com wrote: Hi Folks, I'm writing a custom action, and I can't get help files to work! I've tried using the help attribute on the f:entry. It shows the help icon, but when clicked it doesn't show the details: f:entry

Re: Alternate Update Center?

2012-08-17 Thread Stephen Connolly
[shameless plug] http://docs.apps.cloudbees.com/docs/user-guide-bundle/ch14.html note that link will be changing to http://docs.apps.cloudbees.com/docs/user-guide-bundle/uc.html CloudBees have an UpdateCenter plugin that allows Jenkins to serve it's own UpdateCenter and allows easy configuring

Re: Alternate Update Center?

2012-08-20 Thread Stephen Connolly
Stephen Connolly stephen.alan.conno...@gmail.com [shameless plug] http://docs.apps.cloudbees.com/docs/user-guide-bundle/ch14.html note that link will be changing to http://docs.apps.cloudbees.com/docs/user-guide-bundle/uc.html CloudBees have an UpdateCenter plugin that allows Jenkins to serve

Re: Creating a new Job Programatically.

2012-08-21 Thread Stephen Connolly
The schema is dynamic based on the plugins installed and their serialisation via xstream. Backwards compatibility constrains should ensure that it is reasonably stable, but you need to look at the backing classes to infer the purpose of each field and what values it can take On Tuesday, 21

Re: how can I introspect what versions of what plugins are installed?

2012-08-21 Thread Stephen Connolly
The PluginManager will tell you what plugin versions are installed and enabled, you will have to iterate it yourself. If not running within Jenkins, i.e. doing this as an external process, you need to scan $JENKINS_HOME/plugins for the exploded directories and parse the version out of the

Re: Count lines of code in commits

2012-08-29 Thread Stephen Connolly
ASIDE: Your manager is an idiot. The most productive programmer may well be the one removing the most code each day/week/month The number of bugs is a function of the number of lines of code, therefore the more lines of code you write the more bugs you write and the harder it is. This is a

Re: [VOTE] Bump Jenkins to Java 6

2012-09-06 Thread Stephen Connolly
On 5 September 2012 23:16, Kohsuke Kawaguchi kkawagu...@cloudbees.comwrote: On 09/05/2012 01:18 PM, Brian Smith wrote: Hi I don't think EOL alone is a good reason to upgrade the runtime dependency, anybody concerned about it can run on a newer JVM anyway. It might help if someone were to

Re: 'Even Load Strategy' Plugin

2012-09-25 Thread Stephen Connolly
[CloudBees hat] The evaluation license is a time limited full license allowing the use of all CloudBees plugins. We have three license types: * Free license - covers the free (but closed source) plugins, e.g. folders, cloud-backup, etc * Evalutation license - a time limited license for all

Re: 'Even Load Strategy' Plugin

2012-09-26 Thread Stephen Connolly
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 *Subject:* Re: 'Even Load Strategy' Plugin

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

Re: 'Even Load Strategy' Plugin

2012-09-26 Thread Stephen Connolly
On 26 September 2012 09:12, David Aldrich david.aldr...@emea.nec.comwrote: 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

Re: 'Even Load Strategy' Plugin

2012-09-26 Thread Stephen Connolly
some of the use cases that we have driving that have to wait for more open source plugins to support Credentials. Credentials was easy! ** ** David ** ** *From:* jenkinsci-users@googlegroups.com [mailto: jenkinsci-users@googlegroups.com] *On Behalf Of *Stephen Connolly *Sent

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 stephen.alan.conno...@gmail.com: The Credentials plugin started off life as being Paid

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.conno

Re: Script behaves differently when run through Jenkins

2012-10-31 Thread Stephen Connolly
You might want to try out the ssh agent plugin... Though it is a tad rough and ready. It will work if you install tomcat-native on all the build nodes that need the agent On Wednesday, 31 October 2012, Burkhard Reffeling wrote: So I added the following line to the top of my script: cd

Re: Script behaves differently when run through Jenkins

2012-11-01 Thread Stephen Connolly
I actually have the ssh-agent plugin version 0.2 now no-longer requiring tomcat-native (except perhaps on windows) On 31 October 2012 20:44, Stephen Connolly stephen.alan.conno...@gmail.comwrote: You might want to try out the ssh agent plugin... Though it is a tad rough and ready. It will work

Re: Script behaves differently when run through Jenkins

2012-11-01 Thread Stephen Connolly
decided to call it 1.0 ;-) On 1 November 2012 12:44, Stephen Connolly stephen.alan.conno...@gmail.comwrote: I actually have the ssh-agent plugin version 0.2 now no-longer requiring tomcat-native (except perhaps on windows) On 31 October 2012 20:44, Stephen Connolly stephen.alan.conno

Re: Script behaves differently when run through Jenkins

2012-11-01 Thread Stephen Connolly
at hudson.model.Executor.run(Executor.java:239) http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.runentity=method Looks like I might still need tomcat-native? * * *Burkhard Reffeling* Software Engineer On 1 November 2012 13:32, Stephen Connolly

Re: Wasted Minutes plugin -- stats available per build?

2012-11-14 Thread Stephen Connolly
We can see about adding that functionality into our plugin. It is a little tricky as Jenkins core does not provide the information and instead we have to track it ourselves. I've put an entry into our backlog... we'll see when it gets picked up (remember this is a free plugin) On 14 November

Re: Release of new long term support version?

2012-11-14 Thread Stephen Connolly
Given that the change would need soak time, and also given that trunk is only at 1.39 I don't think the LTS will have a newer version than was in 1.480 On 14 November 2012 15:13, David Aldrich david.aldr...@emea.nec.com wrote: Will the next LTS release include the latest version of the SVN

Re: Release of new long term support version?

2012-11-14 Thread Stephen Connolly
worth recognising that svn 1.7 has been out for a year now. ** ** Best regards ** ** David ** ** *From:* jenkinsci-users@googlegroups.com [mailto: jenkinsci-users@googlegroups.com] *On Behalf Of *Stephen Connolly *Sent:* 14 November 2012 15:26 *To:* jenkinsci-users

Re: Release of new long term support version?

2012-11-14 Thread Stephen Connolly
On Wednesday, 14 November 2012, Les Mikesell wrote: On Wed, Nov 14, 2012 at 10:35 AM, Stephen Connolly stephen.alan.conno...@gmail.com javascript:; wrote: Well there is also the issue of the licensing change in svnkit. I am not sure that somebody has validated that all 3rd party dependencies

Re: CloudBees Wasted Minutes Plugin source code

2012-11-30 Thread Stephen Connolly
That's because it's free as in beer, not free as in open source. One of our proprietary closed source plugins that we give away for free (well for the cost of registering with CloudBees...) -Stephen On 30 November 2012 12:01, Bharathi Ramalingam ramalingam.bhara...@gmail.com wrote: Can

Re: Maven 3.0.4 installation and setup with Jenkins - quick question

2012-12-14 Thread Stephen Connolly
[aside]There we have a perfect example of somebody presuming there is a lot of work to do and going and doing half of it up front[/aside] Jenkins has this lovely tool auto installation feature. You just tell Jenkins the Maven versions you need and ask it to do the downloading from the Apache web

Re: Maven 3.0.4 installation and setup with Jenkins - quick question

2012-12-14 Thread Stephen Connolly
have on the slaves and the Jenkins box itself ? On Friday, December 14, 2012 9:03:03 AM UTC-8, Stephen Connolly wrote: [aside]There we have a perfect example of somebody presuming there is a lot of work to do and going and doing half of it up front[/aside] Jenkins has this lovely tool auto

Re: Is it possible to let the jobs roam in a node cluster?

2013-01-22 Thread Stephen Connolly
My employers have an enterprise plugin that implements an even load strategy, whereby unused slaves are preferred to slaves where the project previously built. On Monday, 21 January 2013, Jan Seidel wrote: Sorry for the late reply. I did lose this thread out of sight due to serious workload

Re: Is it possible to let the jobs roam in a node cluster?

2013-01-23 Thread Stephen Connolly
Not my call. On 23 January 2013 12:13, liam.j.bennett liam.j.benn...@gmail.com wrote: Any chance of open sourcing it? On Tuesday, January 22, 2013 10:57:52 PM UTC, Stephen Connolly wrote: My employers have an enterprise plugin that implements an even load strategy, whereby unused slaves

Re: Unix or Windows

2013-01-27 Thread Stephen Connolly
Windows file locking mode is a pain. With a windows solace you can restart the slave process with low or no impact... Restarting the master take a lot more coordination (waiting for all builds to stop) and has a much higher impact (all builds stopped until master restarted) That, and the 254

Re: jenkins and ssh-agent forwarding

2013-02-16 Thread Stephen Connolly
Have you had a look at the SSH Agent plugin? Not quite the way you are approaching this, and we still need to work it into git and svn plugins, but still feedback would be good On Saturday, 16 February 2013, Nathaniel Irons wrote: I've been looking for a way to scrub our CI system of

Re: Issues after moving to 1.501 With Slave Nodes

2013-02-20 Thread Stephen Connolly
On 20 February 2013 16:52, Stephen Connolly stephen.alan.conno...@gmail.com wrote: On 20 February 2013 16:43, Les Mikesell lesmikes...@gmail.com wrote: On Wed, Feb 20, 2013 at 10:26 AM, Fisher, Allen afis...@makemusic.com wrote: OK. I need some more help and to let a small rant loose

Re: Issues after moving to 1.501 With Slave Nodes

2013-02-20 Thread Stephen Connolly
On 20 February 2013 17:27, Les Mikesell lesmikes...@gmail.com wrote: On Wed, Feb 20, 2013 at 11:18 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: Usually the point of LTS-type releases is that the changes get some testing before being backported or the release is advanced

Re: Maven site hosted on Jenkins

2013-02-23 Thread Stephen Connolly
On Saturday, 23 February 2013, David V wrote: Is there a way to have Jenkins host a Maven site, much like the way that the Javadoc plugin works? With the Javadoc plugin, I can view the latest Javadoc of a job directly from its main page. I am interested in a similar feature for Maven sites.

Re: Jenkins slaves function

2013-03-27 Thread Stephen Connolly
1. Take a look at the Mono project, that might give you a .net toolchain on *nix 2. Nothing wrong with having some windows slaves for building things that require a windows only toolchain On 27 March 2013 12:06, BzlOM plescanstanis...@gmail.com wrote: Hello Jenkins community, ** ** I

Re: Is there a plugin allowing negative ACLs?

2013-03-28 Thread Stephen Connolly
[semi-sales-pitch-alert] To my knowledge, the only one that supports this the the non-free RBAC plugin in Jenkins Enterprise by CloudBees. I wrote most of the plugin, so I know it can handle whatever auth and permission scheme you care to throw at it. The docs are here:

Re: Question about Manage Credentials

2013-04-11 Thread Stephen Connolly
On 11 April 2013 09:19, David Aldrich david.aldr...@emea.nec.com wrote: Hi ** ** In our Jenkins system, both Windows and Linux slaves use the same username. However, the Windows password is different to the Linux password. This means that the credentials plugin shows two credentials

Re: Question about Manage Credentials

2013-04-11 Thread Stephen Connolly
** ** *From:* jenkinsci-users@googlegroups.com [mailto: jenkinsci-users@googlegroups.com] *On Behalf Of *Stephen Connolly *Sent:* 11 April 2013 10:09 *To:* jenkinsci-users@googlegroups.com *Subject:* Re: Question about Manage Credentials ** ** On 11 April 2013 09:19, David Aldrich

Re: Slowness in Jenkins

2013-04-16 Thread Stephen Connolly
Is the JVM low on permgen? On 16 April 2013 10:13, aswini.r aswini.rajaseka...@gmail.com wrote: I was monitoring the CPU and memory usage of Jenkins when it runs very slow. I used the top command to do that and found out Jenkins process uses nearly 400% of CPU when it is loaded fully.

Re: Jenkins Enterprise - clone and/or relocate

2013-04-16 Thread Stephen Connolly
we should continue discussing this on the support ticket in our system On 16 April 2013 11:07, david.doug...@barclays.com wrote: ** ** I want to create a copy from production into UAT/TEST for deploying new plugins etc., setting up integrations etc. ** ** However, having copied the

Re: Running slave in a chroot

2013-04-19 Thread Stephen Connolly
Can you run a ssh-server in the chroot environment? or better yet, can you create a user on the build slave that is always logged in within the chroot environment? With the former you just connect to the chroot's ssh-server port. With the latter you just connect as the chroot'ed user On 18

Re: Will next LTS use svn v1.7?

2013-04-23 Thread Stephen Connolly
https://github.com/jenkinsci/jenkins/blob/stable/war/pom.xml#L291 indicates that subversion plugin 1.39 is bundled in 1.509.1, which IIRC was the last release before SVNKit changed to a more viral license. I don't know what the story is with whether OSS is going to bundle the newer subversion

Re: Will next LTS use svn v1.7?

2013-04-23 Thread Stephen Connolly
for Jenkins working copies? Should I upgrade each working copy manually from the command line or else the Jenkins jobs will fail?*** * ** ** BR ** ** David ** ** *From:* jenkinsci-users@googlegroups.com [mailto: jenkinsci-users@googlegroups.com] *On Behalf Of *Stephen Connolly

Re: MultiOS configuration

2013-04-24 Thread Stephen Connolly
Did you wait for the master to finish checking out the source code and then start replicating the workspace to all slave nodes? On 24 April 2013 13:57, Ceco cvetomir.todo...@gmail.com wrote: Thank you for your answer. I guess you misjudged my knowledge about Jenkins though and therefore

Re: MultiOS configuration

2013-04-24 Thread Stephen Connolly
the documentation (in case it exists). And for starters I don't know what the *name* and the *values* of the user axes should be and more important - * why* should they be the ones that Bertrand specified. On Wednesday, April 24, 2013 4:06:13 PM UTC+3, Stephen Connolly wrote: Did you wait

Re: can't start slaves anymore, ssh auth failing

2013-05-02 Thread Stephen Connolly
Ensure you are on ssh-slaves 0.25 or newer as 0.23 and 0.24 can forget the credentials any time you reboot due to a race condition On 2 May 2013 16:43, CHAVANNE Robert robert.chava...@gmail.com wrote: Hello Eric, We had the same kind of problem. I think you should take a look at manage

Re: can't start slaves anymore, ssh auth failing

2013-05-02 Thread Stephen Connolly
On Thursday, 2 May 2013, Haszlakiewicz, Eric wrote: eh? I now need to manage my credentials within Jenkins, instead of just the contents of my .ssh directory? If you have all they keys Jenkins needs in your .ssh directory then this makes your life easier... You just tell it to use those

Re: can't start slaves anymore, ssh auth failing

2013-05-02 Thread Stephen Connolly
On Thursday, 2 May 2013, JonathanRRogers wrote: On Thursday, May 2, 2013 2:50:44 PM UTC-4, LesMikesell wrote: On Thu, May 2, 2013 at 1:26 PM, Kevin Fleming (BLOOMBERG/ 731 LEXIN) kpfl...@bloomberg.net wrote: This change would not have been in the Jenkins changelog, because it wasn't

Re: can't start slaves anymore, ssh auth failing

2013-05-03 Thread Stephen Connolly
On Friday, 3 May 2013, Jonathan Rogers wrote: Stephen Connolly wrote: On Thursday, 2 May 2013, JonathanRRogers wrote: On Thursday, May 2, 2013 2:50:44 PM UTC-4, LesMikesell wrote: On Thu, May 2, 2013 at 1:26 PM, Kevin Fleming (BLOOMBERG/ 731 LEXIN

Re: can't start slaves anymore, ssh auth failing

2013-05-03 Thread Stephen Connolly
Hmmm, not sure as once it has tried to transition to the new config it saves the new config so that it can be applied. I'll have a look through the code again. Most likely it will be Tuesday before I can take a look though On 3 May 2013 22:34, Les Mikesell lesmikes...@gmail.com wrote: On Fri,

Re: can't start slaves anymore, ssh auth failing - FIXED

2013-05-03 Thread Stephen Connolly
-javascript:; us...@googlegroups.com javascript:;] On Behalf Of Haszlakiewicz, Eric -Original Message- From: jenkinsci-users@googlegroups.com javascript:; [mailto: jenkinsci- javascript:; On Friday, 3 May 2013, Jonathan Rogers wrote: Stephen Connolly wrote: On Thursday

Re: Jenkins and Maven releases...

2013-05-08 Thread Stephen Connolly
Could you filter SCM changes to exclude those from the maven release plugin? (Might require some work though) On Tuesday, 7 May 2013, Jeff wrote: In my dev group we use Jenkins to do the CI portion of our Maven builds for our team but the company uses Thoughtworks GO for continuous delivery.

Re: Does XCode plugin read environment vars?

2013-05-08 Thread Stephen Connolly
If the Xcode plugin does not depend on token-macro then it is 99% certan to not support expansion... Now I am 99.5% certain that supporting expansion is a good and desirable thing for this plugin Hope that let's you find your answer On Wednesday, 8 May 2013, David Clark wrote: Hello, Should

Re: Problems when updating plugins manually and via Plugin Manager

2013-05-09 Thread Stephen Connolly
If your $JENKINS_HOME/plugins has files called .jpi then RENAME the .hpi files to .jpi *before* copying them into $JENKINS_HOME/plugins IOW use the naming convention that your Jenkins is using. On 7 May 2013 20:03, Tony P tony...@cantabrian.co.nz wrote: Hi, I have been having quite a bit of

Re: Problems when updating plugins manually and via Plugin Manager

2013-05-09 Thread Stephen Connolly
a .hpi file in there it runs again) Uploading via the browser side-steps the whole shebang! On 9 May 2013 16:59, Stephen Connolly stephen.alan.conno...@gmail.comwrote: If your $JENKINS_HOME/plugins has files called .jpi then RENAME the .hpi files to .jpi *before* copying them into $JENKINS_HOME

Re: Remove Jenkins Menu

2013-05-13 Thread Stephen Connolly
Aside: You do know that the people menu provides the route for people to configure their own preferences within Jenkins (for example store their own credentials for use with credentials plugin aware actions, custom views, etc)? On 13 May 2013 14:32, Nikkey nikk...@gmail.com wrote: Is there any

Re: [1.509.1 LTS] Massive performance issues

2013-05-16 Thread Stephen Connolly
From what I know, this is a side-effect of the new lazy loading of build data. Bad plugins force Jenkins to load all the build data. Because of lazy loading, Jenkins is able to throw away the lazy loaded data (not sure if it is or isn't because I have been too busy with other things to look at

Re: Find out which project uses a specific SCM repository

2013-05-31 Thread Stephen Connolly
Pattern repo = ...; ListAbstractProject?,? result = new ArrayListAbstractProject?,?(); for (Item item: Jenkins.getInstance().getAllItems()) { if (item instanceof AbstractProject) { AbstractProject?,? project = (AbstractProject)item; if (item.getSCM() instanceof MercurialSCM) {

Re: Find out which project uses a specific SCM repository

2013-05-31 Thread Stephen Connolly
); } } On 31 May 2013 12:41, Stephen Connolly stephen.alan.conno...@gmail.comwrote: Pattern repo = ...; ListAbstractProject?,? result = new ArrayListAbstractProject?,?(); for (Item item: Jenkins.getInstance().getAllItems()) { if (item instanceof AbstractProject) { AbstractProject

Re: Jenkins-LDAP authentication - slow while loging in

2013-06-16 Thread Stephen Connolly
Have you tried upgrading to the latest version of the plugin? I just recently updated the plugin 1.5 to make it easier to configure the filters for group searching. If you truely have no groups, maybe point the group search base to an empty DN node with no children... Also tuning the cache may

I just wrote a blog post on how to make your plugin have a richer modelling of domain data

2013-06-18 Thread Stephen Connolly
I've seen a number of people asking this type of thing, so it seemed to be time for a blog post http://developer-blog.cloudbees.com/2013/06/introducing-variability-into-jenkins.html -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe

Re: Only CloudBees plugins are available in the Plugin Manager's Available tab

2013-06-18 Thread Stephen Connolly
What does your $JENKINS_HOME/hudson.model.UpdateCenter.xml File look like? On 18 June 2013 17:13, Jerry gpjerrymalo...@gmail.com wrote: Jenkins 1.514 on Centos. Deployed as a WAR file. At some point in the recent past, I'm not sure when, all non-CloudBees plugins disappeared from the

Re: Only CloudBees plugins are available in the Plugin Manager's Available tab

2013-06-18 Thread Stephen Connolly
If its working now, you're sorted... Otherwise deleting *should* have regenerated the correct one for you. On Tuesday, 18 June 2013, Jerry wrote: I copied that file from another instance of Jenkins I happened to have to the instance in question, restarted Jenkins, and now I can see all the

Re: Cannot see Folders

2013-06-18 Thread Stephen Connolly
The free license is renewed every year (so we can see how many people are active using the plugin), so if your license is a bit old you may just need to refresh it. Jenkins manage Jenkins manage licenses Should tell you when the license is due to expire... If expired, easiest is to ensure on

Re: Exception in Guice injection of XStream plugin: cannot resolve class hudson.license.LicenseManager

2013-07-03 Thread Stephen Connolly
Likely you have disabled or are missing some of the required plugins for the folders plugin's license enforcement (the joys of this plugin being free (as in tell me your name and I'll give you this beer)... we do ask our management if we can make it free (as in OSS) but I have yet to see a answer

Re: How to announce a plug in update for a private plug in?

2013-07-04 Thread Stephen Connolly
Happy to see a customer recommending us... We must be doing something right ;-) On Thursday, 4 July 2013, Daniel Beck wrote: You can do this using Jenkins Enterprise. It includes a 'Custom Update Center' plugin that can be used to distribute all (or only sanctioned) plugins internally, and

Re: What is 1.509.2.JENKINS-8856-diag?

2013-07-11 Thread Stephen Connolly
Steffen, Jesse Glick was doing a short-cut to try and get a file with a fix to some people for testing... bold boy. It should be mostly safe, the only changes are supposed to be additional diagnostics in remote channel... but I cannot confirm whether others are present... and I don't think he

Re: how to install the current version of the CloudBees Folders free plugin

2013-07-18 Thread Stephen Connolly
What version of Jenkins are you running? On 17 July 2013 23:08, Haszlakiewicz, Eric ehas...@transunion.com wrote: I'm having some problems figuring out how to install the current version of CloudBees Folders plugin. I was able to get the 3.6 version installed, and the Update Center page in

Re: how to install the current version of the CloudBees Folders free plugin

2013-07-18 Thread Stephen Connolly
routing to see if it was not updated since 1.447 extended support line dropped out of CloudBee's support timeline On 18 July 2013 12:13, Stephen Connolly stephen.alan.conno...@gmail.comwrote: What version of Jenkins are you running? On 17 July 2013 23:08, Haszlakiewicz, Eric ehas...@transunion.com

Re: how to install the current version of the CloudBees Folders free plugin

2013-07-18 Thread Stephen Connolly
that you have the cloudbees-license plugin at least at 4.0 or Jenkins will fail to load the folders plugin. HTH -Stephen (Wearing my CloudBees employee hat!) On 18 July 2013 12:20, Stephen Connolly stephen.alan.conno...@gmail.comwrote: 3.6 has required core 1.447.7 3.7 has required core 1.466.13

Re: how to install the current version of the CloudBees Folders free plugin

2013-07-18 Thread Stephen Connolly
@googlegroups.com [mailto: jenkinsci-users@googlegroups.com] *On Behalf Of *Stephen Connolly *Sent:* Thursday, July 18, 2013 10:49 AM *To:* jenkinsci-users@googlegroups.com *Subject:* Re: how to install the current version of the CloudBees Folders free plugin ** ** You;ll need to update the free

Re: Unique Identifier for Jenkins Projects

2013-07-23 Thread Stephen Connolly
The best I can think of is to add a hidden reconfigurable property that stores a UUID... It would need some guards, eg If a job is copied, generate a new UUID If a job is modified by POST of the config.xml, generate a new UUID if there is already a different UUID for a job in the instance. Not

Re: [ANN] Beta testing of Git plugin 2.0

2013-07-25 Thread Stephen Connolly
Did you get credentials integration in yet... If not I would like to try and get it in for the next beta... and which branch is it so I can try to start tomorrow On 25 July 2013 23:40, Kohsuke Kawaguchi kkawagu...@cloudbees.com wrote: Hi, We've been working on a major improvement on Git

Re: How to do this in Jenkins?

2013-07-31 Thread Stephen Connolly
I think nicolas de loof has a build pipeline plugin that might offer what you are looking for... but to be honest I am distracted with other stuff and have not looked at his plugin On 31 July 2013 14:07, Bob Bick bb...@netjets.com wrote: Hi, ** ** I am migrating a home-grown build

  1   2   3   4   5   6   7   >