Merge "Jenkinsfile" into staging
diff --git a/Jenkinsfile b/Jenkinsfile
index 231cb7a..6e56a21 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -11,19 +11,19 @@
 kind: Pod
 spec:
   containers:
-  - name: jnlp
+    - name: jnlp
       volumeMounts:
       - mountPath: /home/jenkins/.ssh
         name: volume-known-hosts
-  - name: hugo
-    image: eclipsecbi/hugo:0.42.1
-    tty: true
-    command:
-    - cat  
-    volumeMounts:
-    - mountPath: "/home/jenkins"
-      name: "jenkins-home"
-      readOnly: false
+    - name: hugo
+      image: eclipsecbi/hugo:0.42.1
+      tty: true
+      command:
+      - cat  
+      volumeMounts:
+      - mountPath: "/home/jenkins"
+        name: "jenkins-home"
+        readOnly: false
   volumes:
   - name: "jenkins-home"
     emptyDir: {}