Run -jobs on master
authorChristoph Berg <[email protected]>
Wed, 8 Jan 2025 16:59:51 +0000 (17:59 +0100)
committerChristoph Berg <[email protected]>
Wed, 8 Jan 2025 16:59:51 +0000 (17:59 +0100)
jenkins/pgapt-jobs.yaml

index 94e41e3c28f6448f9044d7069f6b8a54e801868a..9f366b7d8b3ca09a7f3648f66bc10b2fff3b521d 100644 (file)
                         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: