Skip to content

Commit 18ddef1

Browse files
authored
HBASE-28732 Fix typo in Jenkinsfile_Github for jdk8 hadoop2 check (#6174)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
1 parent 0223a4f commit 18ddef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-support/Jenkinsfile_GitHub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ pipeline {
311311
// Has to be relative to WORKSPACE
312312
reportDir: "${WORKDIR_REL}/${PATCH_REL}",
313313
reportFiles: 'report.html',
314-
reportName: 'PR JDK8 Hadoop3 Check Report'
314+
reportName: 'PR JDK8 Hadoop2 Check Report'
315315
]
316316
}
317317
// Jenkins pipeline jobs fill slaves on PRs without this :(

0 commit comments

Comments
 (0)