kubesphere / kubesphere/ks-devops
When the pipeline runs to the step input , there is no choice to continue or end, let alone enter content.
- Dominant language
- Go
- Stars
- 164
- Forks
- 140
- PR merge metrics
- No merged PRs in 30d
Description
**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
Contributor guide
Assessment
This issue has not been assessed yet.