-
Notifications
You must be signed in to change notification settings - Fork 90
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
Create a new API to download artifacts from a PipelineRun #479
Conversation
Codecov Report
@@ Coverage Diff @@
## master #479 +/- ##
==========================================
- Coverage 77.25% 77.18% -0.08%
==========================================
Files 134 134
Lines 22874 22916 +42
==========================================
+ Hits 17671 17687 +16
- Misses 5006 5032 +26
Partials 197 197
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/label tide/merge-method-squash |
/hold |
Hi @mzmuer , I have created a pull request to release Jenkins Client in jenkins-zh/versions#4. After that, you could bump version of Jenkins Client in go.mod to use the artifacts download feature you provided. I hope this will help you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
79a1a4c
to
63ce3d4
Compare
Sorry, this git commit issue has been fixed |
Below is the image of this PR:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have tested it manually. It works well. Good job @mzmuer
/unhold
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: LinuxSuRen, mzmuer The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Please refer to: #449
Which issue(s) this PR fixes:
Fixes #
Special notes for reviewers:
Please check the following list before waiting reviewers:
An API was created in v1aplha2 : https://github.com/mzmuer/ks-devops/blob/bcdd8765ade8743f65de170238f1e989b92c4955/pkg/kapis/devops/v1alpha2/register.go#L668
Does this PR introduce a user-facing change??