summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/planet.yml
diff options
context:
space:
mode:
Diffstat (limited to 'build-gluster-org/jobs/planet.yml')
-rw-r--r--build-gluster-org/jobs/planet.yml34
1 files changed, 34 insertions, 0 deletions
diff --git a/build-gluster-org/jobs/planet.yml b/build-gluster-org/jobs/planet.yml
new file mode 100644
index 0000000..8d31855
--- /dev/null
+++ b/build-gluster-org/jobs/planet.yml
@@ -0,0 +1,34 @@
+- job:
+ name: planet
+ node: fedora30
+ description: Generate planet.gluster.org
+ project-type: freestyle
+ concurrent: true
+
+ scm:
+ - git:
+ url: https://github.com/gluster/planet-gluster
+ branches:
+ - master
+
+ properties:
+ - discard-after-x:
+ x: 5
+ - one-build-per-node
+
+ triggers:
+ - timed: "H 14 * * *"
+
+ builders:
+ - shell: !include-raw: ../scripts/planet.sh
+
+ wrappers:
+ - timestamps
+ - credentials-binding:
+ - file:
+ credential-id: 0b53bb70-545a-445f-9664-228d9cc0e6e3
+ variable: LOG_KEY
+ - timeout:
+ timeout: 30
+ abort: true
+ type: absolute