ks-devops
ks-devops copied to clipboard
When the pipeline runs to the step input , there is no choice to continue or end, let alone enter content.
trafficstars
Describe the Bug When the pipeline runs to the step input, there is no choice to continue or end, let alone enter content.
Versions Used KubeSphere:
Environment http://allinone:30880/
How To Reproduce Steps to reproduce the behavior:
- Create pipeline 'Test' using JenkinsFile below: pipeline { agent any stages { stage('Example') { input { message "Should we continue?" ok "Yes, we should." submitter "alice,bob" parameters { string(name: 'PERSON', defaultValue: 'Mr Jenkins', description: 'Who should I say hello to?') } } steps { echo "Hello, ${PERSON}, nice to meet you." } } } }
- run pipeline 'Test'.
- When the pipeline state becomes paused,Enter the activity details page of the pipeline.
- Select Continue run Pipeline and enter content.
Expected behavior step4: user can choice to continue or end
Actual behavior step4: user have no choice to continue or end, let alone enter content
/kind bug /area devops /assign @shaowenchen /milestone 3.1.0 /priority high