Commit b6bf6ce5 authored by wentao.suo's avatar wentao.suo

fff

parent 75793dc0
......@@ -4,9 +4,10 @@ import org.qg.docker.*
def config = [:]
/*def env = body.env
def env = body.env
def branchName = env.BRANCH_NAME
def gitRepo = env.GIT_REPO
echo branchName
/*def gitRepo = env.GIT_REPO
def namespace = env.NAMESPACE
def isDeploy = env.IS_DEPLOY
def buildNumber = env.BUILD_NUMBER
......@@ -28,7 +29,7 @@ import org.qg.docker.*
body.delegate = config
body()*/
pipeline {
/*pipeline {
agent {
docker { image '192.168.4.36/baseimg/jenkins-slave' }
......@@ -38,7 +39,7 @@ import org.qg.docker.*
sh 'java -version'
}
}
}*/
/*node {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment