Explorar o código

更新 'Jenkinsfile'

chenghongxi %!s(int64=4) %!d(string=hai) anos
pai
achega
5b1fab3c1b
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      Jenkinsfile

+ 1 - 4
Jenkinsfile

@@ -5,11 +5,8 @@ def xy_image="registry-vpc.cn-beijing.aliyuncs.com/xinyue-jenkins"
 def release="${BUILD_NUMBER}"
 def projectList = project_name.split(",")
 
-ansiColor('xterm') {
-	node {
+node {
 		stage('pull code') {
-			echo "\u001B[32m############开始拉取代码############\u001B[0m"
 				sh "git clone http://10.68.0.122:3000/fanyijian/k8s.git"
 		}
 	}
-}