You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With promotion steps, UI recently changed the way it structures Pull request deep link - #3024.
It constructs URL from git-open-pr step output and config values (repoURL from step config and prNumber from output). However when the spec contains expression language, it fails to generate URL because now repoURL is not raw value.
The solution is to provide as much as info in promotion steps output (in this case, repoURL), it can be either full URL or at the very least, values that will help UI to construct link.
Checklist
kargo version
.Description
Pull request deep links are not working - #3024 (comment)
With promotion steps, UI recently changed the way it structures Pull request deep link - #3024.
It constructs URL from
git-open-pr
step output and config values (repoURL
from step config andprNumber
from output). However when the spec contains expression language, it fails to generate URL because nowrepoURL
is not raw value.The solution is to provide as much as info in promotion steps output (in this case,
repoURL
), it can be either full URL or at the very least, values that will help UI to construct link.Screenshots
#3024 (comment)
Steps to Reproduce
git-open-pr
and promote to that stageVersion
The text was updated successfully, but these errors were encountered: