ks-devops icon indicating copy to clipboard operation
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.

Open wenxinll opened this issue 4 years ago • 9 comments
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:

  1. 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." } } } }
  2. run pipeline 'Test'.
  3. When the pipeline state becomes paused,Enter the activity details page of the pipeline.
  4. 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

wenxinll avatar Jan 18 '21 02:01 wenxinll