summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-08-25 13:49:31 +0200
committerHolger Levsen <holger@layer-acht.org>2016-08-25 13:49:31 +0200
commit1052ac6b0fe413ec3645a10b0415af07d6edd7b7 (patch)
tree7ebb77b6b63a0bec68a5354d00bb432137c564d4 /job-cfg
parent89af57fa017b322df52189020ddeb30ef6ff83cf (diff)
downloadjenkins.debian.net-1052ac6b0fe413ec3645a10b0415af07d6edd7b7.tar.xz
reproducible Debian: build any git branches when testing diffoscope from git
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/reproducible.yaml8
1 files changed, 5 insertions, 3 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index ac08f39c..92570bac 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -209,7 +209,7 @@
- git:
url: '{my_gitrepo}'
branches:
- - master
+ - '{my_gitbranches}'
node: '{my_node}'
@@ -703,14 +703,16 @@
my_timed: '42 23 1 1 *'
my_hname: 'profitbricks4'
my_gitrepo: 'https://gitlab.com/fdroid/fdroidserver.git'
- - 'diffoscope_master_branch':
- my_description: 'Build diffoscope debian package from the master branch.'
+ - 'diffoscope_from_git':
+ my_description: 'Build diffoscope Debian package from git branches.'
my_timed: '42 23 1 1 *'
my_hname: ''
my_gitrepo: 'git://anonscm.debian.org/git/reproducible/diffoscope.git'
+ my_gitbranches: '**'
my_shell: '/srv/jenkins/bin/chroot-run.sh sid debuild -uc -us'
my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm@lists.alioth.debian.org'
my_parse_rules: '/srv/jenkins/logparse/debian-diffoscope.rules'
+ my_gitbranches: 'master'
my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh'
my_parse_rules: '/srv/jenkins/logparse/reproducible-extra.rules'
my_hname: ''