wipe-workspace: false
builders:
- shell: 'chmod go+rX -R .' # make directory readable for other workers
- - shell: 'test -d /home/buildd && make install' # install /etc/schroot/chroot.d/sbuild.conf
+ - shell: 'if test -d /home/buildd; then make install; fi' # install /etc/schroot/chroot.d/sbuild.conf
publishers:
- trigger:
project: apt.postgresql.org-jobs
- job:
name: apt.postgresql.org-jobs
description: 'Update Jenkins config from pgapt-jobs.yaml using jenkins-job-builder'
+ node: master
workspace: '$HOME/apt.postgresql.org'
scm: *scm_pgapt
builders: