diff --git a/Jenkinsfile b/Jenkinsfile index f75ea5c..41a0325 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,6 @@ pipeline { SONAR_TOKEN = credentials('sonar-token') } options { - ansiColor('xterm') timestamps() skipStagesAfterUnstable() }