Unable to upgrade Jenkins with exception Could not initialize class org.codehaus.groovy.runtime.InvokerHelper

2019-02-17 Thread 'Jenkins User' via Jenkins Users
Hi All, I spent quite some time trying out different things to resolve this exception. Therefore putting the info here. I'm trying to upgrade Jenkins from 2.1.21.2 to 2.150.3 (latest LTS). But Jenkins fails to list the jobs. The process is still running but I don't see any jobs on the UI. I als

Re: Heap size

2019-02-17 Thread Baptiste Mathus
The memory for Jenkins itself, and for jobs are two unrelated things. Can you clarify what and where you are configuring things? Thanks Le jeu. 14 févr. 2019 à 14:26, Jan Monterrubio a écrit : > Is the job configuration setting -xmx248 ? Are jobs manually configured on > your instance or did it

Re: Continuous integration creates a build loop

2019-02-17 Thread Eldad Cohen
Thanks a lot On Thursday, February 14, 2019 at 11:33:17 PM UTC+2, Tom Duerr wrote: > > Hi, > We use a when clause to run the stage or not based on finding > a specific string in the commit message > > stage('Publish') { > // if we dont find SKIP_PUBLISH in git log > // then we proceed wit