Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipeline data isn't reloaded automatically after editing Pipeline #633

Closed
JohnNiang opened this issue Nov 23, 2021 · 5 comments
Closed

Pipeline data isn't reloaded automatically after editing Pipeline #633

JohnNiang opened this issue Nov 23, 2021 · 5 comments
Labels
area/devops kind/bug Categorizes issue or PR as related to a bug. priority/high priority/medium
Milestone

Comments

@JohnNiang
Copy link
Member

Describe the bug
Pipeline data isn't reloaded automatically after editing Pipeline

image

image

Versions used(KubeSphere/Kubernetes)
KubeSphere: v3.2.0

To Reproduce
Steps to reproduce the behavior:

  1. Create a simple Pipeline
  2. Go to the detail page
  3. Click Edit Jenkinsfile
  4. Paste the follow content into the modal
pipeline {
  agent none
  stages{
    stage('Input test') {
      steps {
        input(id: 'deploy-to-prod', message: 'deploy to prod?')
      }
    }
  }
}
  1. Click More -> Edit Settings, and add Build Parameters
  2. Click OK button to complete editing
  3. Click Run button to see nothing but running

Expected behavior

After I click the Run button, I should get a Set Parameters modal like below:

image

/kind bug
/area devops
/priority high
/milestone v3.2

@JohnNiang JohnNiang added the kind/bug Categorizes issue or PR as related to a bug. label Nov 23, 2021
@ks-ci-bot
Copy link
Collaborator

@JohnNiang: 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
Pipeline data isn't reloaded automatically after editing Pipeline

image

image

Versions used(KubeSphere/Kubernetes)
KubeSphere: v3.2.0

To Reproduce
Steps to reproduce the behavior:

  1. Create a simple Pipeline
  2. Go to the detail page
  3. Click Edit Jenkinsfile
  4. Paste the follow content into the modal
pipeline {
 agent none
 stages{
   stage('Input test') {
     steps {
       input(id: 'deploy-to-prod', message: 'deploy to prod?')
     }
   }
 }
}
  1. Click More -> Edit Settings, and add Build Parameters
  2. Click OK button to complete editing
  3. Click Run button to see nothing but running

Expected behavior

After I click the Run button, I should get a Set Parameters modal like below:

image

/kind bug
/area devops
/priority high
/milestone v3.2

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.

@LinuxSuRen
Copy link
Member

This issue might be related to #144

@JohnNiang
Copy link
Member Author

/remove-priority high
/priority medium
Due to complexity of asynchronization problem which is not only a console issue, I'll change the priority to medium currently. We will handle it in the future.

@LinuxSuRen LinuxSuRen transferred this issue from kubesphere/console May 31, 2022
@ks-ci-bot ks-ci-bot added this to the v3.2 milestone May 31, 2022
@chilianyi
Copy link
Contributor

/close

@ks-ci-bot
Copy link
Collaborator

@chilianyi: Closing this issue.

In response to this:

/close

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devops kind/bug Categorizes issue or PR as related to a bug. priority/high priority/medium
Projects
None yet
Development

No branches or pull requests

4 participants