Commit ee3373b6 authored by wentao.suo's avatar wentao.suo

ffff

parent c49f5c31
......@@ -44,13 +44,13 @@ def call(body) {
_stage.before_prepare()
}
def pacegeDockerInfo = _stage.getDocketPackageImage(config.buildType)
withDockerServer([uri: "tcp://192.168.4.96:2375/"]) {
stage('checkout & build') {
_utils.beautyEcho("checkout & build", "stage")
def pacegeDockerInfo = _stage.getDocketPackageImage(config.buildType)
docker.image(pacegeDockerInfo["image"]).inside(pacegeDockerInfo["args"]){
......@@ -63,7 +63,7 @@ def call(body) {
/*prepare config*/
_utils.beautyEcho("prepare config", "info")
_stage.prepare_config(systemName, contextDir)
_stage.prepare_config(config.buildType,systemName, contextDir)
/*build*/
_utils.beautyEcho("build", "info")
......
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