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

fffff

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