mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 03:12:27 +00:00
Jenkinsfile: Add timeout for build
In order to conserve CI resources limit build execution to one hour. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
d642060378
commit
0213177027
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -1,5 +1,8 @@
|
||||
pipeline{
|
||||
agent { node { label 'bionic' } }
|
||||
options {
|
||||
timeout(time: 1, unit: 'HOURS')
|
||||
}
|
||||
stages {
|
||||
stage ('Checkout') {
|
||||
steps {
|
||||
|
Loading…
x
Reference in New Issue
Block a user