diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-09-24 17:24:40 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-09-24 17:24:40 +0200 |
commit | f2fb95d53bcae49b3aa94b8d4a852e419e9f69e5 (patch) | |
tree | c8dc52d0873c7a2e214611071bcd3017582bcdb3 | |
parent | 6dd841dd4025a179aad73c83d14fe336b6bbe903 (diff) | |
download | jenkins.debian.net-f2fb95d53bcae49b3aa94b8d4a852e419e9f69e5.tar.xz |
reproducible builds: add a job to update the website based on commits to website.git
-rw-r--r-- | job-cfg/reproducible.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 8ad11f21..0c6b22f1 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -757,6 +757,13 @@ my_gitbranches: ':^(?!origin/master$).*' my_shell: '/srv/jenkins/bin/chroot-run.sh sid gbp buildpackage' my_parse_rules: '/srv/jenkins/logparse/debian-pkg-ci.rules' + - 'builds_website': + my_description: 'Build https://reproducible-builds.org on every git commit to website.git with jekyll.' + my_timed: '' + my_hname: '' + my_gitrepo: 'git://anonscm.debian.org/git/reproducible/website.git' + my_gitbranches: 'origin/master' + my_shell: 'jekyll build -s . -d /srv/reproducible-builds.org/www' my_gitbranches: 'master' my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm@lists.alioth.debian.org' my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' |