File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
src/main/java/org/jenkinsci/plugins/docker/swarm Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 <relativePath />
99 </parent >
1010 <groupId >org.jenkins-ci.plugins</groupId >
11- <artifactId >docker-swarm-tls </artifactId >
11+ <artifactId >docker-swarm</artifactId >
1212 <version >1.6-SMHC-SNAPSHOT</version >
1313 <packaging >hpi</packaging >
1414
15- <name >Docker Swarm Plugin - TLS </name >
15+ <name >Docker Swarm Plugin</name >
1616 <description >Cloud plugin for launching single use agent as a service on docker swarm.</description >
1717 <url >https://wiki.jenkins.io/display/JENKINS/Docker+Swarm+Plugin</url >
1818 <licenses >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public DockerSwarmAgentInfo(final boolean provisioningInProgress) {
2020
2121 @ Override
2222 public String getIconFileName () {
23- return "/plugin/docker-swarm-tls /images/24x24/docker.png" ;
23+ return "/plugin/docker-swarm/images/24x24/docker.png" ;
2424 }
2525
2626 @ Override
Original file line number Diff line number Diff line change 5656import javax .net .ssl .SSLContext ;
5757
5858public class DockerSwarmCloud extends Cloud {
59- private static final String DOCKER_SWARM_CLOUD_NAME = "Docker Swarm TLS " ;
59+ private static final String DOCKER_SWARM_CLOUD_NAME = "Docker Swarm" ;
6060 private static final Logger LOGGER = Logger .getLogger (DockerSwarmCloud .class .getName ());
6161 private String jenkinsUrl ;
6262 private String swarmNetwork ;
Original file line number Diff line number Diff line change 99public class UIPage implements RootAction {
1010 @ Override
1111 public String getIconFileName () {
12- return "/plugin/docker-swarm-tls /images/24x24/docker.png" ;
12+ return "/plugin/docker-swarm/images/24x24/docker.png" ;
1313 }
1414
1515 @ Override
You can’t perform that action at this time.
0 commit comments