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