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 30cb419 commit 34bd1bdCopy full SHA for 34bd1bd
dev-support/Jenkinsfile_GitHub
@@ -25,7 +25,7 @@ pipeline {
25
// N.B. this is per-branch, which means per PR
26
disableConcurrentBuilds()
27
buildDiscarder(logRotator(numToKeepStr: '15'))
28
- timeout (time: 7, unit: 'HOURS')
+ timeout (time: 10, unit: 'HOURS')
29
timestamps()
30
skipDefaultCheckout()
31
}
@@ -223,7 +223,7 @@ pipeline {
223
// Has to be relative to WORKSPACE
224
reportDir: "${WORKDIR_REL}/${PATCH_REL}",
225
reportFiles: 'report.html',
226
- reportName: 'PR JDK8 Hadoop2 Check Report'
+ reportName: 'PR JDK8 Hadoop3 Check Report'
227
]
228
229
// Jenkins pipeline jobs fill slaves on PRs without this :(
0 commit comments