GitLab CI - include project ENV_VARIABLE support #33156
Labels
manager:gitlabci
GitLab CI config files
priority-4-low
Low priority, unlikely to be done unless it becomes important to more people
type:feature
Feature (new functionality)
For gitlabci/gitlabci-include managers, if depName/packageName match an env pattern (e.g.
$SOME_VAR
) then we should look for the presence of that variable in env and replace it if so.Discussed in #32509
Originally posted by Mazorius November 13, 2024
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
GitLab
Please tell us more about your question or problem
Hi,
we create in our self-hosted GitLab instance a CI/CD job library which can be imported like this:
Renovate cannot resolve the $INSTANCE_VARIABLE and find therefore new tags in a GitLab project.
I added it as
customEnvVariables
but that does not help.Any idea how I can got this fixed?
Logs (if relevant)
Logs
The text was updated successfully, but these errors were encountered: