Hi,
I have the following mailer settings in my post stage:
post {
always {
step([$class: 'Mailer',
notifyEveryUnstableBuild: true,
recipients: emailextrecipients([brokenBuildSuspects(),
culprits()]),
sendToIndividuals: true])
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
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], [
Using
stages {
stage('input') {
input {
message 'Apply changes'
submitterParameter 'COMMITTER'
}//, parameters: [string(defaultValue: 'herp', description:
'', name: 'derp')]
steps {
echo "${env.COMMI
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
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
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
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