[JIRA] (JENKINS-42872) Inputs with multiple approvers do not work
Title: Message Title hanks justin commented on JENKINS-42872 Re: Inputs with multiple approvers do not work Thanks! Add Comment This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-42872) Inputs with multiple approvers do not work
Title: Message Title hanks justin commented on JENKINS-42872 Re: Inputs with multiple approvers do not work Michael Neale Thank you for your quick job, Seems there should be no space in submitter settings like below submitter: "A,B,C" the classic UI Add Comment This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-42872) Multi submitter defined in input step is not worked in Blue Ocean UI
Title: Message Title hanks justins updated an issue Jenkins / JENKINS-42872 Multi submitter defined in input step is not worked in Blue Ocean UI Change By: hanks justins I use input step like below: ```timeout(time: 5, unit: "DAYS") \{ input message: "Do you want to approve this job to deploy to production?", ok: "OK", submitter: " hanks A , jsuksl B , yumuem-sl C "}``` can not use multi submitter in Blue Ocean UI, but it works fine in the old UI. Add Comment This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-42872) Multi submitter defined in input step is not worked in Blue Ocean UI
Title: Message Title hanks justins created an issue Jenkins / JENKINS-42872 Multi submitter defined in input step is not worked in Blue Ocean UI Issue Type: Bug Assignee: hanks justins Components: blueocean-plugin, pipeline-input-step-plugin Created: 2017/Mar/17 8:24 AM Environment: Jenkins 2.23.2 Blue Ocean 1.0.0-rc1 Pipeline: Input Step 2.5 Labels: pipeline blueocean input Priority: Blocker Reporter: hanks justins I use input step like below: ``` timeout(time: 5, unit: "DAYS") { input message: "Do you want to approve this job to deploy to production?", ok: "OK", submitter: "hanks, jsuksl, yumuem-sl" } ``` can not use multi submitter in Blue Ocean UI, but it works fine in the old UI. Add Comment