Keep workspace on failure for tools
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 5 Jul 2016 18:30:25 +0000 (14:30 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 5 Jul 2016 18:30:25 +0000 (14:30 -0400)
jobs/lttng-tools.yaml

index c4ce57369b7a428bedf33457010da5a6e81e7f97..61f46acf9f3991c10cd1fdb1f5b3ee7d7c633b9a 100644 (file)
       - archive:
           artifacts: 'build/**'
           allow-empty: false
-      - workspace-cleanup
+      - workspace-cleanup:
+          clean-if:
+            - failure: false
       - ircbot:
           strategy: new-failure-and-fixed
           matrix-notifier: only-parent
               total-high: 0
               total-normal: 0
               total-low: 0
-      - workspace-cleanup
+      - workspace-cleanup:
+          clean-if:
+            - failure: false
 
 
 - job-template:
This page took 0.02619 seconds and 4 git commands to generate.