-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
CODENVY-413: Make it possible to mark MachineNode as 'sheduled for maintenace' #1705
Conversation
@garagatyi review please |
private List<File> files; | ||
private String dockerfile; | ||
private String remote; | ||
private Boolean q; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is not natural to have such a field in Java. Rename it to something meaningful
Build # 1191 - FAILED Please check console output at http://ci.codenvy-dev.com/jenkins/job/che-pullrequests-build/1191/ to view the results. |
3d9b7f0
to
dd03b9d
Compare
Build # 1200 - FAILED Please check console output at http://ci.codenvy-dev.com/jenkins/job/che-pullrequests-build/1200/ to view the results. |
LGTM |
@sleshchenko take a look please |
OK for me |
Signed-off-by: Mykola Morhun <mmorhun@codenvy.com>
This PR adds new parameters to build docker image method.