Commit 32d82a75 authored by wentao.suo's avatar wentao.suo

fffff

parent aa34fd97
...@@ -50,9 +50,10 @@ def call(body) { ...@@ -50,9 +50,10 @@ def call(body) {
stage('checkout & build') { stage('checkout & build') {
_utils.beautyEcho("checkout & build", "stage") _utils.beautyEcho("checkout & build", "stage")
_utils.beautyEcho(pacegeDockerInfo["images"], "info") _utils.beautyEcho(pacegeDockerInfo["image"], "info")
_utils.beautyEcho(pacegeDockerInfo["args"], "info") _utils.beautyEcho(pacegeDockerInfo["args"], "info")
docker.image(pacegeDockerInfo["images"]).inside(pacegeDockerInfo["args"]){
docker.image(pacegeDockerInfo["image"]).inside(pacegeDockerInfo["args"]){
project_attr = _stage.project_attr(systemName) project_attr = _stage.project_attr(systemName)
gitPath = project_attr["gitPath"] gitPath = project_attr["gitPath"]
......
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