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 75922df commit fd5f201Copy full SHA for fd5f201
src/main/java/org/csanchez/jenkins/plugins/kubernetes/pipeline/PodTemplateStepExecution.java
@@ -121,7 +121,7 @@ public boolean start() throws Exception {
121
newTemplate.setAnnotations(step.getAnnotations());
122
newTemplate.setListener(getContext().get(TaskListener.class));
123
newTemplate.setYamlMergeStrategy(step.getYamlMergeStrategy());
124
- if(run!=null) {
+ if(run != null) {
125
String url = cloud.getJenkinsUrlOrNull();
126
if(url != null) {
127
newTemplate.getAnnotations().add(new PodAnnotation("buildUrl", url + run.getUrl()));
0 commit comments