diff --git a/Jenkinsfile b/Jenkinsfile index f299703..2246719 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ node { setBuildStatus('Success', 'SUCCESS') } catch(e) { - setBuildStatus(e.toString().take(140), 'FAILURE') + // setBuildStatus(e.toString().take(140), 'FAILURE') throw e } finally {