Commit 296d7bdb authored by daidekun's avatar daidekun

gitPath host

parent b1053cdd
...@@ -5,10 +5,10 @@ import groovy.json.JsonSlurperClassic; ...@@ -5,10 +5,10 @@ import groovy.json.JsonSlurperClassic;
def debug() { def debug() {
res_json = project_attr("pinjamancepat-credit-review-ui") res_json = project_attr("pinjamancepat-credit-review-ui")
configPath = res_json["configPath"] gitPath = res_json["gitPath"]
buildCmd = res_json["buildCmd"] host = res_json["host"]
echo configPath echo gitPath
echo buildCmd echo host
} }
def before_prepare(contextDir) { def before_prepare(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