-
Notifications
You must be signed in to change notification settings - Fork 642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maven build is marked as a success even if docker image build has failed #172
Comments
Which version of the plugin are you using ? |
There has been lately a fix for #167 been added in release 0.11.4 |
Thanks. I have updated the version of plugin. If the problem persists, I will let you know. |
I have the build passing when using 0.12.0, even when the docker command has failed: [WARNING] DOCKER> Couldn't parse answer chunk '{"stream":"Trying to pull repository docker.io/busybox ..."} |
Update README.md for issue fabric8io#171
Here is the output of maven build:
In this instance I was trying to refer to maven properties, like ${project.groupId}, within the dockerfile. As it turns out, this is not supported by the plugin directly, which is fine... but would be nice if plugin failed the build on such a critical error.
The text was updated successfully, but these errors were encountered: