Skip to content
Snippets Groups Projects

Add build timeout to avoid long blocking builds

Merged Frederic Gurr requested to merge fgurr/simopenpass:main into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -12,6 +12,7 @@ pipeline {
@@ -12,6 +12,7 @@ pipeline {
agent none
agent none
options {
options {
checkoutToSubdirectory('repo')
checkoutToSubdirectory('repo')
 
timeout(time: 5, unit: 'HOURS')
}
}
stages {
stages {
stage('Linux and Windows build') {
stage('Linux and Windows build') {
Loading