Skip to content

Commit

Permalink
ci: fix syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Bandeira <[email protected]>
  • Loading branch information
vvbandeira authored Oct 28, 2024
1 parent 017a2da commit 96e95b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/public_build.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

// Prevent builds stomping on each other and set a timeout to avoid runaways
options {
disableConcurrentBuilds(abortPrevious: true),
timeout(time: 72, unit: 'HOURS')
disableConcurrentBuilds(abortPrevious: true);
timeout(time: 72, unit: 'HOURS');
}

// kick off worker using megaboom cloud definition
Expand Down

0 comments on commit 96e95b3

Please sign in to comment.