Commit 370a68d1 authored by wentao.suo's avatar wentao.suo

add log

parent 4e0afe00
...@@ -52,6 +52,7 @@ def prepare_python(systemName, contextDir) { ...@@ -52,6 +52,7 @@ def prepare_python(systemName, contextDir) {
} }
def checkout(branchName, systemName) { def checkout(branchName, systemName) {
_utils().beautyEcho("branchName:" + branchName, "info")
git_path = project_attr(systemName)["gitPath"] git_path = project_attr(systemName)["gitPath"]
git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: git_path git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: git_path
} }
......
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