Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Frederic Gurr
simopenpass
Commits
2f23d7fb
Commit
2f23d7fb
authored
Mar 18, 2022
by
Frederic Gurr
🏝
Browse files
Add timeout
parent
a3a7347c
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/ci/Jenkinsfile
View file @
2f23d7fb
...
...
@@ -12,6 +12,7 @@ pipeline {
agent
none
options
{
checkoutToSubdirectory
(
'repo'
)
timeout
(
time:
5
,
unit:
'HOURS'
)
}
stages
{
stage
(
'Linux and Windows build'
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment