-
Improvement
-
Resolution: Cannot Reproduce
-
Minor
-
docker build step plugin Version 1.9
Jenkins Version 1.581
When I tried to pass a (predefined) variable e.g. $APP_NAME or $TAG to the docker command "Pull Image", it seems that this variables are not resolved. They occure on the remote console as $TAG and $APP_NAME.
Is this a bug our could you maybe implement this? I'm trying to implement a generic deployment process thus I Need this Feature.
Thank you!
Kind regards,
Tobias
I think this has been fixed.
I tested it by creating a job with two parameters: APP_NAME and TAG
Added a "Pull image" step that defined the following:
The values of the parameters are used when this step is executed and is successful when the appropriate values are specified, e.g. APP_NAME=busybox, TAG=latest
Jenkins v1.604
docker-build-step plugin v1.23