DevOps Project admin cannot download artifacts
Created by: LinuxSuRen
General remarks
This form is to report bugs. For general usage, questions refer to our Slack channel KubeSphere-users
Describe the bug
The API /jenkins/{path:*}
was deprecated. Please use /devops/{devops}/jenkins/{path:*} instead.
The corresponding back-end issue is https://github.com/kubesphere/kubesphere/pull/3190
Please check out this comment.
/area devops /kind bug /priority high /cc @kubesphere/sig-devops
Versions used(KubeSphere/Kubernetes)
kubespheredev/ks-console:nightly-20210302
Environment This is not an environmental issue.
To Reproduce Steps to reproduce the behavior:
- Go to the DevOps Pipeline page
- Create a pipeline with artifacts. Here is an example of the Jenkinsfile
- Trigger the pipeline, try to download the ar
- See the errors
Expected behavior The user who has a workspace role can download the artifacts.