Skip to content

Commit

Permalink
Merge pull request #389 from alexeygrigorovaurea/jnlp-tunnel-fix
Browse files Browse the repository at this point in the history
populate jnlp tunnel in the jnlp endpoint
  • Loading branch information
carlossg authored Oct 31, 2018
2 parents 4f4c69b + 7aed1f6 commit fc15d31
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 fc15d31

Please sign in to comment.