Jenkins: 1 hour pipeline timeout

pull/2352/head
Willem Melching 2020-10-15 19:14:50 +02:00
parent a1fd08c1e1
commit 9e919fb5e0
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -34,6 +34,9 @@ pipeline {
COMMA_JWT = credentials('athena-test-jwt')
TEST_DIR = "/data/openpilot"
}
options {
timeout(time: 1, unit: 'HOURS')
}
stages {