Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Duplicate
-
Component/s: pipeline, pipeline-stage-view-plugin
-
Labels:None
-
Similar Issues:
Description
Hi there,
From my understanding, we should have a popup when we use the input directive on a pipeline stage.
stage('Qualification') { input { message "Go Qualification" submitter "titi" submitterParameter "submitter" parameters { string(name: 'username', description: 'admin user acount') password(name: 'password', description: 'password associated') } } steps { echo "submint by ${submitter}" } }
But I have to go the job console and manually click on "Input Request" to access the forms :
Attachments
Issue Links
- duplicates
-
JENKINS-63892 Missing pipeline input hover in stage view
-
- Resolved
-
I also have this potential error. Additionally, an error in the browser log.
stacktrace in attachments