Try a timeout for jobs.

This commit is contained in:
Alexander Harkness 2023-04-17 20:35:53 +00:00 committed by GitHub
parent 669392d44a
commit 15513578c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
Jenkinsfile vendored
View File

@ -1,4 +1,7 @@
pipeline {
options {
timeout(time: 1, unit: 'HOURS')
}
agent {
docker 'cuberite/docker-ci/minimal:latest'
}