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

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

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 avatar Jan 19 '21 05:01 LinuxSuRen

@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.

ks-ci-bot avatar Jan 19 '21 05:01 ks-ci-bot

/remove-priority high

LinuxSuRen avatar Jan 19 '21 05:01 LinuxSuRen

/cc @kubesphere/sig-devops

shaowenchen avatar Jan 20 '21 09:01 shaowenchen

/milestone BackLog

LinuxSuRen avatar Apr 16 '21 08:04 LinuxSuRen

/unassign @shaowenchen

shaowenchen avatar Apr 20 '21 07:04 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:

  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

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.

ks-ci-bot avatar Aug 11 '21 00:08 ks-ci-bot

@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:

  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

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.

ks-ci-bot avatar Aug 11 '21 00:08 ks-ci-bot

截屏2023-07-31 10 21 04 截屏2023-07-31 10 21 13

User need to press twice the button, need to check.

chilianyi avatar Jul 31 '23 02:07 chilianyi