From 70e90481878f69976bc71087d26d214cb1687411 Mon Sep 17 00:00:00 2001 From: Sean Busbey Date: Sun, 25 Feb 2018 00:35:45 -0600 Subject: [PATCH] HBASE-15151 ensure findbugs check runs on all branches. --- dev-support/Jenkinsfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index fe3676d2b9..fb38bbe2fa 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -255,7 +255,7 @@ curl -L -o personality.sh "${env.PROJECT_PERSONALITY}" } } environment { - TESTS = 'mvninstall,compile,javac,unit,htmlout' + TESTS = 'mvninstall,compile,javac,unit,findbugs,htmlout' OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_HADOOP2}" OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_HADOOP2}" // This isn't strictly needed on branches that only support jdk8, but doesn't hurt @@ -327,10 +327,7 @@ curl -L -o personality.sh "${env.PROJECT_PERSONALITY}" } } environment { - // Failure in any stage fails the build and consecutive stages are not built. - // Findbugs is part of this last yetus stage to prevent findbugs precluding hadoop3 - // tests. - TESTS = 'mvninstall,compile,javac,unit,findbugs,htmlout' + TESTS = 'mvninstall,compile,javac,unit,htmlout' OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_HADOOP3}" OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_HADOOP3}" // This isn't strictly needed on branches that only support jdk8, but doesn't hurt -- 2.16.1