Commit 5f978044 authored by kalvin's avatar kalvin

checkout_python

parent fd00a96a
......@@ -107,6 +107,12 @@ def checkout_java(systemName, branchName) {
git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: gitPath
}
def checkout_python(systemName, branchName) {
def projectAttr = project_attr(systemName)
def gitPath =projectAttr["gitPath"]
git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: gitPath
}
def checkout_nodejs(systemName, branchName) {
def projectAttr = project_attr(systemName)
......
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