Skip to content

Commit

Permalink
use jnlp tunnel in the endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey.grigorov committed Oct 25, 2018
1 parent 981e207 commit 7aed1f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ public KubernetesSlave build() throws IOException, Descriptor.FormException {
nodeDescription == null ? podTemplate.getName() : nodeDescription,
cloud.name,
label == null ? podTemplate.getLabel() : label,
computerLauncher == null ? new KubernetesLauncher() : computerLauncher,
computerLauncher == null ? new KubernetesLauncher(cloud.getJenkinsTunnel(), null) : computerLauncher,
retentionStrategy == null ? determineRetentionStrategy() : retentionStrategy);
}
}
Expand Down

0 comments on commit 7aed1f6

Please sign in to comment.