-
Bug
-
Resolution: Duplicate
-
Minor
-
None
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 :
- duplicates
-
JENKINS-63892 Missing pipeline input hover in stage view
- Resolved