-
Notifications
You must be signed in to change notification settings - Fork 324
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
Use released docker-java version #143
Conversation
/!\ error in build process
Should probably also think about adding the docker-java snapshot repository to the pom. |
@@ -24,9 +24,9 @@ | |||
|
|||
<dependencies> | |||
<dependency> | |||
<groupId>com.nirima.docker-java</groupId> | |||
<groupId>com.github.docker-java</groupId> |
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.
This fix seems right
Conflicts: src/main/java/com/nirima/jenkins/plugins/docker/DockerTemplateBase.java
Could someone upload the jar for the version of @magnayn ? It's hard to develop with red lines in IDE. |
His is in OSS
|
My changes are also in github - I'm slowly sending PRs to docker-java to On Fri, Jan 23, 2015 at 9:32 PM, thomassuckow notifications@github.com
|
@magnayn please fix master or branch latest released version so people may continue fixing their problems. You can release your any future not tested features as beta release from master then. |
Adding the repository field worked for me to be able to build properly locally. |
N/A. We are nearly back to mainline. When that happens we can flip back. |
/!\ error in build process