-
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
-
[JENKINS-63901] input in pipeline no popup
Attachment | New: 172.20.10.20-1602489707958.log [ 52923 ] |
Attachment | Original: 172.20.10.20-1602489707958.log [ 52923 ] |
Attachment | New: stacktrace _from_browser.log [ 52924 ] |
Attachment | Original: stacktrace _from_browser.log [ 52924 ] |
Attachment | New: stacktrace _from_browser.log [ 52925 ] |
Component/s | New: pipeline-stage-view-plugin [ 21139 ] |
Link |
New:
This issue duplicates |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |