-
Notifications
You must be signed in to change notification settings - Fork 40
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
feat(RHTAPREL-790): pass taskGitRevision param to plr #334
Conversation
/test release-service-e2e |
1 similar comment
/test release-service-e2e |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #334 +/- ##
==========================================
+ Coverage 84.09% 84.19% +0.09%
==========================================
Files 29 29
Lines 1742 1753 +11
==========================================
+ Hits 1465 1476 +11
Misses 210 210
Partials 67 67 ☔ View full report in Codecov by Sentry. |
4a53fb0
to
7ff70cd
Compare
7ff70cd
to
f199141
Compare
If a git resolver is used in the RPA, pass the revision value from it to the release pipelineRun as the taskGitRevision parameter. Signed-off-by: Johnny Bieren <[email protected]>
f199141
to
4193998
Compare
|
If a git resolver is used in the RPA, pass the revision value from it to the release pipelineRun as the taskGitRevision parameter.