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