Skip to content
Commits on Source (2)
......@@ -745,9 +745,9 @@
my_hname: ''
my_gitrepo: 'https://salsa.debian.org/reproducible-builds/diffoscope-website.git'
my_gitbranches: 'origin/master'
my_shell: 'mkdir -pv /srv/diffoscope.org/www && rsync -rptHCv ./ /srv/diffoscope.org/www/'
my_shell: 'mkdir -pv /srv/diffoscope.org/www && jekyll build -s . -d /srv/diffoscope.org/www'
my_gitbranches: 'master'
my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm@lists.alioth.debian.org'
my_recipients: 'jenkins+debian-reproducible jenkins+reproducible-builds qa-jenkins-scm@lists.alioth.debian.org'
my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh'
my_parse_rules: '/srv/jenkins/logparse/reproducible-extra.rules'
my_hname: ''
......