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

aaa

parent 1cb1c2ba
...@@ -4,6 +4,6 @@ node { ...@@ -4,6 +4,6 @@ node {
def customImage = docker.build("my-image:${env.BUILD_ID}") def customImage = docker.build("my-image:${env.BUILD_ID}")
customImage.inside { customImage.inside {
sh 'make test' sh 'echo hello'
} }
} }
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