Explorar el Código

disable xterm

Tomishinets Vladimir hace 4 años
padre
commit
dd4f6f2ebb
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      devK8s.Jenkinsfile

+ 0 - 1
devK8s.Jenkinsfile

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