aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/osmocom-release-manuals.yml
diff options
context:
space:
mode:
Diffstat (limited to 'jobs/osmocom-release-manuals.yml')
-rw-r--r--jobs/osmocom-release-manuals.yml45
1 files changed, 45 insertions, 0 deletions
diff --git a/jobs/osmocom-release-manuals.yml b/jobs/osmocom-release-manuals.yml
new file mode 100644
index 0000000..c9d04ae
--- /dev/null
+++ b/jobs/osmocom-release-manuals.yml
@@ -0,0 +1,45 @@
+---
+- project:
+ name: Osmocom-release-manuals
+ jobs:
+ - Osmocom-release-manuals
+
+- job:
+ name: 'Osmocom-release-manuals'
+ node: osmocom-master
+ project-type: freestyle
+ defaults: global
+ description: |
+ Build manuals for all new Osmocom releases
+ (<a href="https://osmocom.org/issues/5902">OS#5902</a>).
+ properties:
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 30
+ parameters:
+ - string:
+ name: BRANCH_CI
+ description: |
+ osmo-ci.git branch
+ default: 'master'
+ builders:
+ - shell: |
+ scripts/manuals/publish-manuals-for-tags.sh
+ scm:
+ - git:
+ branches:
+ - '$BRANCH_CI'
+ url: https://gerrit.osmocom.org/osmo-ci
+ git-config-name: 'Jenkins Builder'
+ git-config-email: 'jenkins@osmocom.org'
+ wipe-workspace: true
+ triggers:
+ - timed: "H 04 * * *"
+ publishers:
+ - email:
+ notify-every-unstable-build: true
+ recipients: 'jenkins-notifications@lists.osmocom.org'
+ wrappers:
+ - ssh-agent-credentials:
+ users:
+ - docs_ftp.osmocom.org