ks-devops
ks-devops copied to clipboard
Pipeline data isn't reloaded automatically after editing Pipeline
Describe the bug Pipeline data isn't reloaded automatically after editing Pipeline


Versions used(KubeSphere/Kubernetes) KubeSphere: v3.2.0
To Reproduce Steps to reproduce the behavior:
- Create a simple Pipeline
- Go to the detail page
- Click
Edit Jenkinsfile - Paste the follow content into the modal
pipeline {
agent none
stages{
stage('Input test') {
steps {
input(id: 'deploy-to-prod', message: 'deploy to prod?')
}
}
}
}
- Click
More->Edit Settings, and addBuild Parameters - Click
OKbutton to complete editing - Click
Runbutton to see nothing but running
Expected behavior
After I click the Run button, I should get a Set Parameters modal like below:

/kind bug /area devops /priority high /milestone v3.2
@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
Versions used(KubeSphere/Kubernetes) KubeSphere: v3.2.0
To Reproduce Steps to reproduce the behavior:
- Create a simple Pipeline
- Go to the detail page
- Click
Edit Jenkinsfile- Paste the follow content into the modal
pipeline { agent none stages{ stage('Input test') { steps { input(id: 'deploy-to-prod', message: 'deploy to prod?') } } } }
- Click
More->Edit Settings, and addBuild Parameters- Click
OKbutton to complete editing- Click
Runbutton to see nothing but runningExpected behavior
After I click the
Runbutton, I should get aSet Parametersmodal like below:
/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.
This issue might be related to https://github.com/kubesphere/ks-devops/issues/144
/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.
/close
@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.