Commit 72e86bdc authored by wentao.suo's avatar wentao.suo

fffff

parent 32d82a75
......@@ -55,8 +55,8 @@ def call(body) {
docker.image(pacegeDockerInfo["image"]).inside(pacegeDockerInfo["args"]){
project_attr = _stage.project_attr(systemName)
gitPath = project_attr["gitPath"]
def project_attr = _stage.project_attr(systemName)
def gitPath = project_attr["gitPath"]
/*checkout code*/
_utils.beautyEcho("checkout", "stage")
......@@ -70,7 +70,7 @@ def call(body) {
/*build*/
_utils.beautyEcho("build", "stage")
buildCmd = project_attr["buildCmd"]
def buildCmd = project_attr["buildCmd"]
sh "${buildCmd}"
/*copy files*/
......
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