Selaa lähdekoodia

delete Jenkinsfile

Gogs 4 vuotta sitten
vanhempi
commit
c91a4d621b
1 muutettua tiedostoa jossa 0 lisäystä ja 12 poistoa
  1. 0 12
      Jenkinsfile

+ 0 - 12
Jenkinsfile

@@ -1,12 +0,0 @@
-def git_auth="828a7f69-4160-4ff8-a8ce-cf76fa430d0f"
-def git_url="http://10.68.0.122:3000/fanyijian/k8s.git"
-def jenkins_home="/var/jenkins_home/workspace/k8s"
-def xy_image="registry-vpc.cn-beijing.aliyuncs.com/xinyue-jenkins"
-def release="${BUILD_NUMBER}"
-def projectList = project_name.split(",")
-
-node {
-		stage('pull code') {
-				sh "git clone http://10.68.0.122:3000/fanyijian/k8s.git"
-		}
-	}