Skip to content

Commit

Permalink
Update 1d_Jenkinsfile_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
9895sagar authored Mar 19, 2022
1 parent 22ff70b commit b76a184
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Jenkinsfile/1d_Jenkinsfile_timeout
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ pipeline {
retry(3) {
sh 'echo hello'
}
timeout(time: 5, unit: 'SECONDS') {
sh 'sleep 0'
}
timeout(time: 5, unit: 'SECONDS')
}
}
}
Expand Down

0 comments on commit b76a184

Please sign in to comment.