mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-18 13:15:28 +01:00
Update Jenkins build time limits
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -50,7 +50,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Build Private') {
|
||||
options { timeout(time: 30, unit: 'MINUTES') }
|
||||
options { timeout(time: 2, unit: 'HOURS') }
|
||||
steps {
|
||||
script {
|
||||
if (env.BRANCH_NAME == 'main') {
|
||||
@@ -85,7 +85,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Build Public') {
|
||||
options { timeout(time: 30, unit: 'MINUTES') }
|
||||
options { timeout(time: 2, unit: 'HOURS') }
|
||||
steps {
|
||||
script {
|
||||
if (env.BRANCH_NAME == 'main') {
|
||||
|
||||
Reference in New Issue
Block a user