Re: Attempt to (de-)serialize anonymous class hudson.maven.reporters.MavenArtifactArchiver and hudson.maven.reporters.MavenFingerprinter

2018-11-28 Thread Devin Nusbaum
As I mentioned previously in the thread: > As the linked page > explains, > anonymous classes can cause various problems when serializing objects in > Jenkins, so these messages are printed as a warning so we can identify > pote

Jenkins - Add a dynamic label to a build

2018-11-28 Thread Veena Thomas
I am trying to achieve the following task in Jenkins: 1) Build a maven project 2) When running the test cases I print certain messages to the console output 3) Parse the console output of the build and determine if certain patterns exist in the output 4) If the pattern exists I want to label

Re: Jenkins - Add a dynamic label to a build

2018-11-28 Thread Suresh Parimi
Veena, Interestingly I am also looking for the same solution since this evening. Do you mind sharing how you achieved step 3. How did you parse the jenkins cosole output. I am haing robot framework to execute test cases using jenkins. my task is: label build as smoke if ghe tag= Smoke tests pass

Re: Jenkins Backup and Restore

2018-11-28 Thread Artur Szostak
Do you mean your Jenkins master is hosted on a VM in Azure or the build nodes? I would not backup the build nodes. I would treat them as volatile and only focus on backing up the master. Unless you have a good reason for backing up the build nodes also. As for the Jenkins master, I do not know m

Re: Jenkins Backup and Restore

2018-11-28 Thread Artur Szostak
None of the plugins performs a copy-on-write style full backup of $JENKINS_HOME on the master (I am assuming workspaces are not included or stored somewhere else). Why copy-on-write: because I want close to zero down time in my Jenkins master when performing the backup. I also see no evidence of

Re: Jenkins - Add a dynamic label to a build

2018-11-28 Thread Adam von Nieda
Suresh, can’t help you with #4, but for #3, look at “Log Parser” plugin. It’s specifically for parsing the build log. -- Adam vonNieda a...@vonnieda.org > On Nov 28, 2018, at 10:34 AM, Suresh Parimi wrote: > > Veena, > > Interestingly I am also looking for the same solution since this

Re: HTTP2 support

2018-11-28 Thread GraphListenerTest
Hi Sorry for the very late reply. I will update the documentation especially it's a bit wrong now with last jetty upgrade. With java8: java8 java -Xbootclasspath/p:alpn-boot-8.1.11.v20170118.jar -jar jenkins.war --http2Port=9090 --extraLibFolder=`pwd`/lib --httpPort=-1 with lib directory con

Re: Jenkins - Add a dynamic label to a build

2018-11-28 Thread 'Björn Pedersen' via Jenkins Users
Hi, you probably should take a look at the Badge Plugin (together with Groovy Post Build plugin probably) for adding the labels. Org use the build Name Setter plugin to modify the build name if that matches your build better. Björn Am

JEP-210 : Status of pipeline-job plugin

2018-11-28 Thread 'Björn Pedersen' via Jenkins Users
Hi, The pipeline job-plugin (2.29) still warns about possible stability problems. I do not see much activity in github nor in jira, so what is the status here? Are there still changes iawating release or is it considerd stable by now? Björn -- You received this message because you are subsc