Commit 689e5392 authored by wentao.suo's avatar wentao.suo

ffff

parent 23aefb02
......@@ -143,7 +143,7 @@ def checkout_luaui(systemName, branchName) {
def folder = new File( "${currentPath}/.git/hooks" )
if( !folder.exists()){
git branch: branches[it], credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: gitPath
git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: gitPath
def bowerFile = fileExists './bower.json'
if (bowerFile) {
sh "bower install --allow-root"
......
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