hbase git commit: HBASE-18426 ADDENDUM leave the workspace around on pipeline failure so we can browse it. [Forced Update!]

2017-08-06 Thread busbey
Repository: hbase
Updated Branches:
  refs/heads/HBASE-18426 076a09347 -> 0bea97e1e (forced update)


HBASE-18426 ADDENDUM leave the workspace around on pipeline failure so we can 
browse it.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0bea97e1
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/0bea97e1
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/0bea97e1

Branch: refs/heads/HBASE-18426
Commit: 0bea97e1e01e4dfa924e6f8a8d99b9dffb6d2477
Parents: 2a71745
Author: Sean Busbey 
Authored: Sun Aug 6 14:46:56 2017 -0500
Committer: Sean Busbey 
Committed: Sun Aug 6 15:10:55 2017 -0500

--
 dev-support/Jenkinsfile | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/0bea97e1/dev-support/Jenkinsfile
--
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 94d8c3f..96854c2 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -298,9 +298,9 @@ END
   }
 }
   }
-  post {
-failure {
-  deleteDir()
-}
-  }
+//  post {
+  //  failure {
+  //deleteDir()
+  //  }
+//  }
 }



hbase git commit: HBASE-18426 ADDENDUM leave the workspace around on pipeline failure so we can browse it.

2017-08-06 Thread busbey
Repository: hbase
Updated Branches:
  refs/heads/HBASE-18426 [created] 076a09347


HBASE-18426 ADDENDUM leave the workspace around on pipeline failure so we can 
browse it.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/076a0934
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/076a0934
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/076a0934

Branch: refs/heads/HBASE-18426
Commit: 076a0934793fea3784d32550cbbffab1a4b49f75
Parents: 2a71745
Author: Sean Busbey 
Authored: Sun Aug 6 14:46:56 2017 -0500
Committer: Sean Busbey 
Committed: Sun Aug 6 14:46:56 2017 -0500

--
 dev-support/Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/076a0934/dev-support/Jenkinsfile
--
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 94d8c3f..240a7f4 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -299,8 +299,8 @@ END
 }
   }
   post {
-failure {
-  deleteDir()
-}
+  //  failure {
+  //deleteDir()
+  //  }
   }
 }