Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-05-14Update containers plugin license to EPL 2.0.Alexander Kurtakov1-5/+7
Change-Id: Ice4b6d11c51ce6ebb5056a41e504239431324b40 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/122586 Tested-by: CI Bot
2016-08-23Bug 479592 - Support for Docker ComposeXavier Coulon1-0/+77
Also added a 'DockerConnectionManager#getAllConnections()' method that returns a list (can be empty) to use Java 8 Streams API Also added a 'DockerConnectionManager#hasConnections()' to verify if there's any connection (avoids checking for null and size > 0) Refactored the BuildDockerImageJob by extracting common methods in a superclass. Change-Id: I2517c8db139f91ac08ee1db9fbc0a47de7a08d74 Signed-off-by: Xavier Coulon <xcoulon@redhat.com> Reviewed-on: https://git.eclipse.org/r/79345 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>

    Back to the top