pipeline: get the list of all branches of my repository populated by jenkins?

2017-11-16 Thread kgiloo
scope: multibranch project (bitbucket) hi, i'm trying to generate some categorized view inside my pipeline based on branches populated by jenkins is there any pipeline groovy code to to get the list of them (i.e the ones containing the ‘Jenkinsfile’)? thank you -- You received this messag

Old generation (heap size) continuous to trend up

2017-11-16 Thread Johan-Kees Vliek
Hi, Since recently (mid-October) we're having issues with Jenkins, and Garbage Collection in particular. Before this date the service was running fine for about 2 months. From what we see the old generation heap size continuous to grow, up to the max size of 8GB. Of course this is free size aft

Re: Old generation (heap size) continuous to trend up

2017-11-16 Thread Daniel Beck
> On 16. Nov 2017, at 14:40, Johan-Kees Vliek > wrote: > > Is there a known issue with Jenkins (v2.60.2), or does anyone have > suggestions what to check/change to resolve this issue?TIA. > If you're using Groovy a lot, 2.73.x includes an update fixing memory-related problems as documented

Book recommendation: Mastering Jenkins

2017-11-16 Thread Peter Berghold
Hi folks, What I'm looking for in a new book to add to my digital bookshelf is something that will expand my knowledge (very sketchy at the moment) of Pipelines in Jenkins. In particular creating libraries to extend Pipelines. I've run into few things that I just cannot figure out by reading wha

Re: Book recommendation: Mastering Jenkins

2017-11-16 Thread Victor Martinez
There was an interesting talk about Pipelines as Code in the last JW2017: - https://youtu.be/M8U9RyL756U In fact, the speaker wrote a book about it: Jenkins 2 - Up and Running : Evolve Your Deployment Pipeline for Next Generation Automation There are more talks from this year which are IMO a mus

Remote calls failing intermittently for on demand AWS instance.

2017-11-16 Thread 'Mark Ketchum' via Jenkins Users
Has anyone experienced something similar or know the cause? Couldn't find anything similar online. This is a relatively simple job maven job that executes on an on-demand AWS instance. The job is configured to install jdk8 and maven as part of the job. These errors happen about 70% of the time.

Re: Backup "Managed Scripts"

2017-11-16 Thread Ioannis Moutsatsos
In most recent versions of the plugin v2.16+ the scripts seem to be stored in JENKINS_HOME\org.jenkinsci.plugins.configfiles.*GlobalConfigFiles.xml* I agree that the XML file storage seems unfortunate and probably not sustainable for a variety of reasons. BioUno has published the R statistical l

PowerShell (plugin) and Windows Background Intelligent Transfer Service (BITS) Cmdlets -Anyone successful?

2017-11-16 Thread Ioannis Moutsatsos
One of the most powerful features of PowerShell is the ability to handle *big *data* copies/transfers/downloads* using the Background Intelligent Transfer Service (BITS) Cmdlets >From the PoweShell console this is extremely fast compare

Step-by-step tutorial for moving part of your build workload to the cloud

2017-11-16 Thread puichan via Jenkins Users
Are you thinking about moving part of your build workload to the cloud? Check out: *Jenkins ACI experiment* , a step-by-step tutorial on how you can leverage Azure Container Instances (ACI) as a build