Commit 6c95f49c authored by wentao.suo's avatar wentao.suo

edit debug

parent 4cb16c33
...@@ -32,8 +32,13 @@ import org.qg.docker.* ...@@ -32,8 +32,13 @@ import org.qg.docker.*
try { try {
dir (systemName) { dir (systemName) {
timestamps { timestamps {
agent {
docker { image '192.168.4.36/baseimg/jenkins-slave:latest' }
}
stage('Debug') { stage('Debug') {
_stage.debug() //_stage.debug()
echo "i'm in docker"
} }
} }
} }
......
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