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
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
Blue Ocean supports pull requests directly and uses a new version of the SCM plugin. This new version has changed the following environment variables used by codecov:
GIT_BRANCH has been replaced with BRANCH_NAME GIT_COMMIT has no direct replacement (accessible only with Groovy)
SInce Blue Ocean no longer uses the GitHub Pull Request Builder plugin, all ghprb prefixed variables are not longer defined either, so:
ghrpbSourceBranch has been replaced with BRANCH_NAME ghrpbActualCommit has no direct replacement (accessible only with Groovy) ghprbPullId has been replaced with CHANGE_ID
The other environment variables are still available as before.