[JIRA] (JENKINS-51174) no message is shown in stage view and log, when user is not authorized for input step

2 views
Skip to first unread message

torsten.kleiber@ikb.de (JIRA)

unread,
May 7, 2018, 5:31:02 AM5/7/18
to jenkinsc...@googlegroups.com
Torsten Kleiber created an issue
 
Jenkins / New Feature JENKINS-51174
no message is shown in stage view and log, when user is not authorized for input step
Issue Type: New Feature New Feature
Assignee: Unassigned
Attachments: 2018-05-07 11 19 42.png, 2018-05-07 11 20 13.png
Components: pipeline-input-step-plugin
Created: 2018-05-07 09:30
Environment: Jenkins ver. 2.107.2, SLES 11.4
Priority: Major Major
Reporter: Torsten Kleiber

Assuming following Pipeline:

pipeline {
  agent none
  stages {
    stage ("Input") {
      input {
        message 'Are you sure?'
        submitter 'not_me'
      }  
      agent any
      steps {
        sh 'sleep 60'
      }
    }
  }
}

if you press the butto to accept the input no message is shown in the stage view

and in log view too

 

It is only shown from the executor menu item pause/resume or blue ocean.

Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)
Atlassian logo

animesks@usc.edu (JIRA)

unread,
May 16, 2018, 2:40:02 PM5/16/18
to jenkinsc...@googlegroups.com
Animesh Sinha commented on New Feature JENKINS-51174
 
Re: no message is shown in stage view and log, when user is not authorized for input step

Can we prioritize this? This is a usability issue which so many people I know encounter frequently and one spends 30 seconds to may be few minutes figuring out that one was not able to perform an operation due to not being logged in.

sbonancio@gmail.com (JIRA)

unread,
May 7, 2019, 1:36:01 PM5/7/19
to jenkinsc...@googlegroups.com

Do you have any news about that????

This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)
Reply all
Reply to author
Forward
0 new messages