Repository: hbase Updated Branches: refs/heads/HBASE-18467 4abab3a20 -> eec17ac01
WIP ugh. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/eec17ac0 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/eec17ac0 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/eec17ac0 Branch: refs/heads/HBASE-18467 Commit: eec17ac016f2d1c7f0bb80f144b2fd6845fbe0f4 Parents: 4abab3a Author: Sean Busbey <[email protected]> Authored: Thu Aug 3 11:45:47 2017 -0500 Committer: Sean Busbey <[email protected]> Committed: Thu Aug 3 11:45:47 2017 -0500 ---------------------------------------------------------------------- dev-support/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/eec17ac0/dev-support/Jenkinsfile ---------------------------------------------------------------------- diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 802f96c..a73f773 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -198,9 +198,9 @@ curl -L -o personality.sh "${env.PROJET_PERSONALITY}" when { not { branch 'branch-1.1*' + } //disable expression { false; } - } } environment { TESTS = 'mvninstall,compile,javac,unit,findbugs,htmlout'
