-
Bug
-
Resolution: Fixed
-
Minor
-
jenkins 1.625.2, docker-custom-build-environment-plugin 1.6.5
When using a Dockerfile, if docker build output contains "Successfully built" in stdout of some
layer, that unrelated output will be taken as image id.
Happens with a Dockerfile containing `RUN pip install simplejson`, for
example.
pip install outputs
{{Successfully built simplejson
}}
And docker outputs
{{Successfully built cb74fa59e071
}}