-
Bug
-
Resolution: Unresolved
-
Major
-
Jenkins = 2.319.2
docker-commons-plugin = 1.18
docker-workflow-plugin = 1.27
Until now we had a parametrized name of our internal Docker registry configured in the Jenkins main config. We used an environment variable like ${REGISTRY} which was evaluated/expanded properly.
However, after updating the Docker Commons and Docker Workflow plugins to their current latest versions, this is no longer supported.
The workaround that worked is to just hardcode the Docker registry name instead.