-
Bug
-
Resolution: Unresolved
-
Major
-
None
When using the env inject plugin, only those properties are injected that are specified before the scm checkout.
Properties that are set after the scm checkout aren't available during the build execution within the docker container.
- is related to
-
JENKINS-29677 Other build environment plugins aren't compatible with the Docker Build Environment Plugin
-
- Open
-
Not sure this is feasible, as the docker container environment is set when container is started, and subsequent commands ran with `docker exec` can't amend it.
Can't you set environment before checkout ? What's your use-case ?