We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd2bb07 + 5cbb1ad commit 789d531Copy full SHA for 789d531
Jenkinsfile
@@ -24,7 +24,7 @@ def err = null
24
currentBuild.result = "SUCCESS"
25
26
try {
27
- options {
+ checkoutOption {
28
timeout(time:5, units: 'MINUTES')
29
}
30
node {
0 commit comments