mirror of
https://github.com/cuberite/cuberite.git
synced 2025-01-05 10:27:10 +08:00
Try a timeout for jobs.
This commit is contained in:
parent
669392d44a
commit
15513578c4
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -1,4 +1,7 @@
|
||||
pipeline {
|
||||
options {
|
||||
timeout(time: 1, unit: 'HOURS')
|
||||
}
|
||||
agent {
|
||||
docker 'cuberite/docker-ci/minimal:latest'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user