Browse Source

disable xterm

Tomishinets Vladimir 4 năm trước cách đây
mục cha
commit
dd4f6f2ebb
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 {