diff --git a/dawn-docs/dev b/dawn-docs/dev index 901056a5fedefca5a6f23c8c5a8847172a6288e3..c6c3f31f3ccfa9056fedeb4c078f32de202183ba 100644 --- a/dawn-docs/dev +++ b/dawn-docs/dev @@ -10,6 +10,9 @@ pipeline { } } stage('build') { + options { + timeout(time: 30, unit: 'MINUTES') + } steps { git branch: 'main', credentialsId: 'tgsiegel-gitlab-ssh',