summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-09-23 18:39:45 +0200
committerHolger Levsen <holger@layer-acht.org>2014-09-23 18:39:45 +0200
commit99a5106f6fca22e843478cb72bb38a6bc91d2299 (patch)
tree2825cac4965b4832d4b014eca005621662c57424 /job-cfg
parent0891306bd36d87fb718cc46ab2eced2d800b8712 (diff)
downloadjenkins.debian.net-99a5106f6fca22e843478cb72bb38a6bc91d2299.tar.xz
reproducible jobs: make basic job working
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/reproducible.yaml19
1 files changed, 12 insertions, 7 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index fa2158f4..38e0240c 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -25,26 +25,31 @@
- job-template:
defaults: reproducible
- name: '{name}_pbuilder_setup'
+ name: '{name}_setup'
publishers:
- email:
recipients: 'jenkins+sid-reproducible holger@layer-acht.org lunar@debian.org'
- job-template:
defaults: reproducible
- name: '{name}_pbuild_one'
+ name: '{name}_build_core'
publishers:
- email:
recipients: 'jenkins+sid-reproducible holger@layer-acht.org' # FIXME add lunar here again
+ scm:
+ - git:
+ url: 'git://git.debian.org/git/reproducible/misc.git'
+ branches:
+ - master
+
- project:
name: reproducible
jobs:
- - '{name}_pbuilder_setup':
+ - '{name}_setup':
my_description: 'Setup pbuilder for reproducible builds as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example'
- my_shell: '/srv/jenkins/bin/reproducible_pbuilder_setup.sh'
- jobs:
- - '{name}_pbuild_one':
+ my_shell: '/srv/jenkins/bin/reproducible_setup.sh'
+ - '{name}_build_core':
my_description: 'Build one package with pbuilder so far....'
- my_shell: '/srv/jenkins/bin/reproducible_pbuild_run.sh acl'
+ my_shell: '/srv/jenkins/bin/reproducible_build.sh acl'