Commit 87e9e8f2 authored by wentao.suo's avatar wentao.suo

fff

parent b53ca84b
......@@ -54,16 +54,14 @@ def call(body) {
_utils.beautyEcho(pacegeDockerInfo["args"], "info")
docker.image(pacegeDockerInfo["image"]).inside(pacegeDockerInfo["args"]){
def project_attr = _stage.project_attr(systemName)
def gitPath = project_attr["gitPath"]
/*checkout code*/
_utils.beautyEcho("checkout", "stage")
_stage.checkout(gitPath, branchName)
/*prepare config*/
_utils.beautyEcho("prepare config", "stage")
_stage.prepare_config(systemName, contextDir)
......@@ -72,7 +70,7 @@ def call(body) {
_utils.beautyEcho("build", "stage")
def buildCmd = project_attr["buildCmd"]
sh "${buildCmd}"
/*copy files*/
_stage.copy_files(config.buildType,project_attr["jarFilePath"],contextDir)
}
......
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