We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4ce52 commit b8ba0e0Copy full SHA for b8ba0e0
src/main/java/org/csanchez/jenkins/plugins/kubernetes/pipeline/PodTemplateStepExecution.java
@@ -120,7 +120,7 @@ public boolean start() throws Exception {
120
newTemplate.setAnnotations(step.getAnnotations());
121
newTemplate.setListener(getContext().get(TaskListener.class));
122
newTemplate.setYamlMergeStrategy(step.getYamlMergeStrategy());
123
- if(run!=null) {
+ if(run != null) {
124
String url = cloud.getJenkinsUrlOrNull();
125
if(url != null) {
126
newTemplate.getAnnotations().add(new PodAnnotation("buildUrl", url + run.getUrl()));
0 commit comments