HBASE-18467 trying without try/catch, per Andrew.

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

Branch: refs/heads/HBASE-18467
Commit: 55f792c4b97fc0d6a71c393b664c2931b8edaa6d
Parents: 7536a99
Author: Sean Busbey <bus...@apache.org>
Authored: Sun Aug 27 11:52:06 2017 -0500
Committer: Sean Busbey <bus...@apache.org>
Committed: Wed Sep 13 22:51:11 2017 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/55f792c4/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 3432849..5a398e1 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -365,7 +365,9 @@ END
   post {
     always {
       script {
+/*
          try {
+*/
            sh "printenv"
            def results = ["${env.OUTPUT_RELATIVE_GENERAL}/failure", 
"${env.OUTPUT_RELATIVE_GENERAL}/success",
                           "${env.OUTPUT_RELATIVE_JDK7}/failure", 
"${env.OUTPUT_RELATIVE_JDK7}/success",
@@ -433,10 +435,12 @@ END
                }
              }
            }
+/*
         } catch (Exception exception) {
           echo "Got exception: ${exception}"
           echo "       ${exception.getStackTrace()}"
         }
+*/
       }
     }
   }

Reply via email to