-
Improvement
-
Resolution: Duplicate
-
Minor
-
None
For our CD needs, we need to supply the type of env when building the docker image.
docker supports the concept of build args which you can specify using--build-arg in the docker build command.
However, the docker.build command of this plugin does not currently have support for it.
This is the improvement task to add this support
- duplicates
-
JENKINS-34050 Allow to provide arguments to the docker.build command
- Resolved