Keep 20 build but only 2 build of artifacts
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 5 Jul 2016 18:28:11 +0000 (14:28 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 5 Jul 2016 18:28:11 +0000 (14:28 -0400)
jobs/lttng-tools.yaml

index d16a7c34619be97b20b1142187897a9983987f1e..c4ce57369b7a428bedf33457010da5a6e81e7f97 100644 (file)
@@ -31,7 +31,8 @@
       - github:
           url: https://github.com/{github_user}/{github_name}
       - build-discarder:
-          num-to-keep: 2
+          num-to-keep: 20
+          artifact-num-to-keep: 2
 
 
 ## Templates
@@ -68,7 +69,8 @@
       - github:
           url: https://github.com/{github_user}/{github_name}
       - build-discarder:
-          num-to-keep: 2
+          num-to-keep: 20
+          artifact-num-to-keep: 2
       - throttle:
           max-per-node: 1
           option: 'category'
This page took 0.029152 seconds and 4 git commands to generate.