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.
1 parent 156ec9c commit dc902a6Copy full SHA for dc902a6
jenkins_jobs/windows.yml
@@ -12,6 +12,12 @@
12
- gh-pr-builder
13
scm:
14
- gh-pr-scm
15
+ wrappers:
16
+ - timeout:
17
+ # Abort after these many minutes
18
+ timeout: 120
19
+ # Mark the build as failed
20
+ fail: true
21
builders:
22
# Each parent multijob builder passes the Jenkins WORKSPACE environment
23
# variable to its child job as a parameter so that a common Git working
0 commit comments