You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ma...@apache.org on 2020/03/08 12:12:58 UTC

[incubator-mxnet] branch master updated: [CI] Remove print stacktrace (due to security concerns) (#17597)

This is an automated email from the ASF dual-hosted git repository.

marcoabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 1bd0a08  [CI] Remove print stacktrace (due to security concerns) (#17597)
1bd0a08 is described below

commit 1bd0a08419c10f9dea17c5657de4f0baaed1b2dd
Author: Chaitanya Prakash Bapat <ch...@gmail.com>
AuthorDate: Sun Mar 8 05:11:41 2020 -0700

    [CI] Remove print stacktrace (due to security concerns) (#17597)
    
    * move error to console rather than system.err
    
    * remove printstacktrace
---
 ci/Jenkinsfile_utils.groovy | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ci/Jenkinsfile_utils.groovy b/ci/Jenkinsfile_utils.groovy
index e7aeae9..bf6c2d7 100644
--- a/ci/Jenkinsfile_utils.groovy
+++ b/ci/Jenkinsfile_utils.groovy
@@ -278,7 +278,6 @@ def main_wrapper(args) {
     currentBuild.result = "SUCCESS"
     update_github_commit_status('SUCCESS', 'Job succeeded')
   } catch (caughtError) {
-    caughtError.printStackTrace();  
     node(NODE_UTILITY) {
       echo "caught ${caughtError}"
       err = caughtError