Skip to content

When the pipeline runs to the step input , there is no choice to continue or end, let alone enter content. #158

Open
@wenxinll

Description

@wenxinll

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

Metadata

Metadata

Assignees

Type

No type

Projects

Status

No status

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions