Commit b15f3105 authored by tywldx's avatar tywldx

f

parent a3353997
......@@ -87,8 +87,8 @@ def checkout_lua_ui(branchName, gitRepo) {
t1.size().times {
dir (projects[it]) {
/* def scriptDir = sh "pwd"*/
def aa = System.getProperty("user.dir")
echo "=============${projects[it]}"
def aa = dir (projects[it])
echo "=============${aa}"
def folder = new File( './.git/hooks' )
echo "----------------${folder}"
echo "${folder.exists()}"
......
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