Re: Not able to promote the builds with dsl code of promoted-builds plugin in groovy

2016-04-15 Thread Ferenc Kovacs
As far as I know the promoted-builds 2.25 doesn't support the jobdsl integration, you can find a 2.26 snapshot build in the comments at https://github.com/jenkinsci/promoted-builds -plugin/pull/82#issuecomment-201712737 or build yourself until the official 2.26 release is made. On Fri, Apr 15, 201

Re: Questions about ideology of complex project: 3 OS compile + 3 OS package installers + upload to FTP

2013-10-01 Thread Ferenc Kovacs
Hi, If you want, you can install ssh on your build nodes, then execute the shell script via ssh. That way you can stick to your original plan of using one job and shell script. But if you want your build machines to be jenkins slaves, you can create a matrix/multi-configuration job where the plat

Re: Cloudbees Enterprise ?? How useful is it ??

2012-09-19 Thread Ferenc Kovacs
did you checked out the enterprise plugins?? http://www.cloudbees.com/jenkins-enterprise-by-cloudbees-available-plugins.cb On Mon, Sep 17, 2012 at 11:22 PM, Tom80112 wrote: > I watched a Cloudbees Enterprise webinar today. This is essentially > Jenkins > plus a bunch of their in-house develope

Re: Load Balancing

2012-07-26 Thread Ferenc Kovacs
On Thu, Jul 26, 2012 at 11:49 AM, Lukas Rytz wrote: > Hi, > > Is there a way to change the way Jenkins does load balancing? I started 6 > new jobs, and 5 of > them ended up on the same slave. > > I'd prefer the load be distributed equally across all slaves.. > somebody will correct me, if I'm w

Re: Jenkins on Mac OS should install a 'jenkins' user account

2012-07-01 Thread Ferenc Kovacs
Usually if sometimes doesn't work (for example the scm checkout) people are told to execute the checkout manually to see whether it is a problem with jenkins or something else (permission issue in the most cases). On Sun, Jul 1, 2012 at 8:45 PM, Sami Tikka wrote: > AFAIK there is no need for any

Re: Jenkins master

2012-04-19 Thread Ferenc Kovacs
yeah, my bad, I'm managing many multi-configuration projects, and my flyweight jobs are tied to the master, and those indeed check out the project, but that's a really special case. ^^ On Thu, Apr 19, 2012 at 4:45 PM, Guy wrote: > > AFAIK the master does not check out the project! > The link to

Re: Jenkins master

2012-04-19 Thread Ferenc Kovacs
On Thu, Apr 19, 2012 at 3:20 PM, Guy wrote: > That great but the hard disk stress and network stress when a build occurs > is on the slave I thought. > Unless I have got it horribly wrong :) > I understand that there will be some network traffic back to master of > test results etc but apart from

Re: What is the best way to find out which revisions are in the current build at the start of the build

2012-04-12 Thread Ferenc Kovacs
On Thu, Apr 12, 2012 at 12:44 PM, Ferenc Kovacs wrote: > > > On Thu, Apr 12, 2012 at 11:35 AM, Patrick wrote: > >> Hi >> >> I'm trying to create a readme file based on the commit messages for all >> the new revisions in the current build. Currently

Re: What is the best way to find out which revisions are in the current build at the start of the build

2012-04-12 Thread Ferenc Kovacs
On Thu, Apr 12, 2012 at 11:35 AM, Patrick wrote: > Hi > > I'm trying to create a readme file based on the commit messages for all > the new revisions in the current build. Currently I do this by using the > Jenkins API to request the changesets for the last build (e.g. we're > currently building b

Re: Jenkins won't start on Ubuntu

2012-04-11 Thread Ferenc Kovacs
On Wed, Apr 11, 2012 at 9:24 AM, Jason Frankovitz wrote: > Hi Jenkins people, I'm trying to run Jenkins on Ubuntu 8.04.2. Being a > Ruby on Rails guy I know zilch about Java but I can tell that Jenkins isn't > working :) When I run /etc/init.d/jenkins start, i get this output in the > jenkins.log:

Re: Multi-configuration project with condition

2012-04-06 Thread Ferenc Kovacs
Afair there is an advanced option/plugin wich allows you to set up conditions for selecting which configuration builds should be executed or skipped. Afair that condition input allows you to use variables, so maybe you can also acces your parameterized build parameters. Sorry for the format and tha

Re: Removing Subversion credentials

2012-03-29 Thread Ferenc Kovacs
you can update your credentials through http://yourjenkins/scm/SubversionSCM/enterCredential On Thu, Mar 29, 2012 at 1:52 PM, Teo wrote: > Hi, > > I am trying to remove some Subversion credential since we need to use a > different > user for a couple of projects. > > What I did: > >- I remo

Re: Windows slave

2012-03-29 Thread Ferenc Kovacs
On Thu, Mar 29, 2012 at 12:31 PM, Suri wrote: > Hi > > Is it possible to connect Windows slave using ftp/ssh from Master. > Our Jenkins service is running in Linux. We have lot of windows based > compilations. > > Currently we are running slave.jar in slave machine (Windows). > The problem is, if