Skip to content

Commit

Permalink
CI/CD job timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
  • Loading branch information
senivam authored and jansupol committed Oct 26, 2022
1 parent 733c52b commit ecfb15e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/jenkins/Jenkinsfile_ci_build
@@ -1,6 +1,10 @@
pipeline {
agent none

options {
timeout(time: 30, activity: true, unit: 'MINUTES')
}

stages {
stage('Jersey build') {
parallel {
Expand Down

0 comments on commit ecfb15e

Please sign in to comment.