Merge "ansible: Do not update jenkins node during ci-instances when not set"
[lttng-ci.git] / jobs / lttng-www.yaml
index cebe758bfa5d842d6e82e53ea842175ddc8f9eb7..4e18c59090f374ad808af6110199cacc416a366c 100644 (file)
           !include-raw: scripts/lttng-www/deploy.sh
 
     scm:
-      - lttng-www
+      - git:
+          url: git@git.efficios.com:lttng-www.git
+          credentials-id: 63a5abb5-9056-47e2-b419-f5946c1b8f08
+          basedir: ./
+          skip-tag: true
+          branches:
+            - master
 
     publishers:
+      - archive:
+          artifacts: 'site/**,prod/**'
+          follow-symlinks: true
+          allow-empty: false
       - ircbot:
           strategy: statechange-only
           message-type: summary
           matrix-trigger: only-parent
           send-to:
             - recipients
-
-- scm:
-    name: lttng-www
-    scm:
-      - git:
-          url: git@git.efficios.com:lttng-www.git
-          credentials-id: 63a5abb5-9056-47e2-b419-f5946c1b8f08
-          basedir: ./
-          skip-tag: true
-          branches:
-            - master
-
This page took 0.023667 seconds and 4 git commands to generate.