When the pipeline runs to the step input , there is no choice to continue or end, let alone enter content.
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
This should be a feature request instead of a bug. Currently, we don't have this feature.
/kind feature-request /remove-kind bug
duplicated with kubesphere/kubesphere#3275
I guess this is not a high priority request. I'm going to change it.
/priority medium
@LinuxSuRen: Those labels are not set on the issue: kind/bug
In response to this:
This should be a feature request instead of a bug. Currently, we don't have this feature.
/kind feature-request /remove-kind bug
duplicated with kubesphere/kubesphere#3275
I guess this is not a high priority request. I'm going to change it.
/priority medium
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
/remove-priority high
/cc @kubesphere/sig-devops
/milestone BackLog
/unassign @shaowenchen
@wenxin-01: You must be a member of the kubesphere/milestone-maintainers GitHub team to set the milestone. If you believe you should be able to issue the /milestone command, please contact your and have them propose you as an additional delegate for this responsibility.
In response to this:
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
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
@wenxin-01: The label(s) area/devops cannot be applied, because the repository doesn't have them.
In response to this:
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
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
User need to press twice the button, need to check.