Mail notification set to unstable for failed build

2019-03-25 Thread Lukas Resch
Hi, I have the following mailer settings in my post stage: post { always { step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: emailextrecipients([brokenBuildSuspects(), culprits()]), sendToIndividuals: true])

Re: how to derive HTTP link to workspace of a scripted parallel pipeline

2019-04-05 Thread Lukas Resch
Hi, Am 05.04.2019 um 14:57 schrieb 'monger_39' via Jenkins Users: I have a scripted parallel pipeline job. Within each of the stages test steps are run (under NUnit) that generate detailed logs per step, and a summary in the console. To make life easier for us we, when a test fail generates an

Pipeline Input Step

2019-08-02 Thread Lukas Resch
Hi, I am trying to use the input step and send the name of the person accepting the change to an email address. Unfortunately the name in the variable is always "null". The name and link in the console output is working fine. There are 2 issues in Jira that are both marked as resolved [0], [

Re: Pipeline Input Step

2019-08-02 Thread Lukas Resch
Using stages { stage('input') { input { message 'Apply changes' submitterParameter 'COMMITTER' }//, parameters: [string(defaultValue: 'herp', description: '', name: 'derp')] steps { echo "${env.COMMI

Re: How to monitor jenkins queue

2019-02-13 Thread Lukas Resch
Hi, Am 12.02.2019 um 19:46 schrieb vit.gorbu...@gmail.com: Is there some reporting tool/plugin that would allow to measure effectivness of queue usage? I would like to show how much time we actually I think you are looking for the load statistics at /load-statistics HTH -- You received this

RunListener nullpointer exception

2017-05-30 Thread Lukas Resch
Hi, I am running Jenkins 2.63 on an Ubuntu 14.04 machine and after each successful pipeline build I get a null pointer in the RunListener: May 30, 2017 9:10:49 AM WARNING hudson.model.listeners.RunListener report RunListener failed java.lang.NullPointerException at java.util.StringTokeni

AW: RunListener nullpointer exception

2017-05-30 Thread Lukas Resch
enstag, 30. Mai 2017 11:33 An: jenkinsci-users@googlegroups.com Betreff: Re: RunListener nullpointer exception >From a 5 seconds search, I found JENKINS-43055 which looks similar wrt the >message, though didn't check if this is really the same. My 2 cents 2017-05-30 9:48 GMT+02:00 Luk

AW: RunListener nullpointer exception

2017-06-06 Thread Lukas Resch
Hi, The update to Jenkins 2.64 and installing the latest pipeline plugins today fixed the issue for me. Regards -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email