Commit a977a30e authored by 魏旭光's avatar 魏旭光

aaaaaa

parent a4ee1a54
pipeline { node {
agent{ checkout scm
node { def customImage = docker.build("reg.yunpro.cn/library/piptest:${env.BUILD_ID}")
checkout scm customImage.inside {
def customImage = docker.build("my-image:${env.BUILD_ID}") sh 'echo hello'
customImage.inside { }
sh 'echo hello' customImage.push()
}
}
}
} }
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