photoframe2/ci
Dustin 43d15bdbf8 ci: Prevent concurrent builds
The `disableConcurrentBuilds` pipeline option tells Jenkins to force
subsequent builds _of the same job_ to wait in queue until the one
running has completed.  This is sufficient when there is only one
branch/project in development at a time.  In order to prevent multiple
projects from running simultaneously, we need to acquire a global lock;
all projects need to have this same option in order for it to be
effective.
2024-12-31 13:11:47 -06:00
..
Jenkinsfile ci: Prevent concurrent builds 2024-12-31 13:11:47 -06:00
podTemplate.yaml ci: Add CAP_CHROOT to build container 2024-12-30 17:57:04 -06:00