Repository: hbase Updated Branches: refs/heads/master 058e1c589 -> 35a1e4334
HBASE-19227 Nightly job should archive JVM dumpstream files. Signed-off-by: Michael Stack <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/35a1e433 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/35a1e433 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/35a1e433 Branch: refs/heads/master Commit: 35a1e43348e93d48e60274397e38271df38a25c1 Parents: 058e1c5 Author: Sean Busbey <[email protected]> Authored: Thu Nov 9 09:16:17 2017 -0600 Committer: Sean Busbey <[email protected]> Committed: Thu Nov 9 23:18:18 2017 -0600 ---------------------------------------------------------------------- dev-support/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/35a1e433/dev-support/Jenkinsfile ---------------------------------------------------------------------- diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index b2e3923..83c0afb 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -47,7 +47,7 @@ pipeline { AUTHOR_IGNORE_LIST = 'src/main/asciidoc/_chapters/developer.adoc,dev-support/test-patch.sh' WHITESPACE_IGNORE_LIST = '.*/generated/.*' // output from surefire; sadly the archive function in yetus only works on file names. - ARCHIVE_PATTERN_LIST = 'TEST-*.xml,org.apache.h*.txt' + ARCHIVE_PATTERN_LIST = 'TEST-*.xml,org.apache.h*.txt,*.dumpstream,*.dump' // These tests currently have known failures. Once they burn down to 0, remove from here so that new problems will cause a failure. TESTS_FILTER = 'cc,checkstyle,javac,javadoc,pylint,shellcheck,whitespace,perlcritic,ruby-lint,rubocop,mvnsite' BRANCH_SPECIFIC_DOCKERFILE = "${env.BASEDIR}/dev-support/docker/Dockerfile"
