Skip to content

Commit

Permalink
Small refactor in KubernetesSlave.java (#575)
Browse files Browse the repository at this point in the history
Small refactor in KubernetesSlave.java
  • Loading branch information
Vlatombe committed Aug 2, 2019
2 parents 60c5972 + 2f404aa commit eb13c3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ protected KubernetesSlave(String name, @Nonnull PodTemplate template, String nod
template.getRemoteFs(),
1,
template.getNodeUsageMode() != null ? template.getNodeUsageMode() : Node.Mode.NORMAL,
labelStr == null ? null : labelStr,
labelStr,
computerLauncher,
rs,
template.getNodeProperties());
Expand Down

0 comments on commit eb13c3d

Please sign in to comment.