Tomishinets Vladimir 4 years ago
parent
commit
a3d8b6ef43
1 changed files with 1 additions and 0 deletions
  1. 1 0
      devK8s.Jenkinsfile

+ 1 - 0
devK8s.Jenkinsfile

@@ -5,6 +5,7 @@ pipeline {
     buildDiscarder logRotator(numToKeepStr: '10')
     disableConcurrentBuilds()
     timeout(time: 10, unit: 'MINUTES')
+    ansiColor('xterm')
   }
   agent {
     kubernetes {