Commit 92ae1745 authored by wentao.suo's avatar wentao.suo

fix bugs

parent f5c1283b
...@@ -78,7 +78,7 @@ def checkout_nodejs(branchName, systemName) { ...@@ -78,7 +78,7 @@ def checkout_nodejs(branchName, systemName) {
} }
sh "npm install" sh "npm install"
}else{ }else{
sh "cp -rf /home/quant_group/config_repository/lua-ui/hook/post-merge .git/hooks/" sh "cp -rf /home/quant_group/config_repository/lua-ui/hook/post-checkout .git/hooks/"
sh "chmod +x .git/hooks/*" sh "chmod +x .git/hooks/*"
git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: git_path git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: git_path
...@@ -145,7 +145,7 @@ def checkout_lua_ui(branchName, gitRepo) { ...@@ -145,7 +145,7 @@ def checkout_lua_ui(branchName, gitRepo) {
} }
sh "npm install" sh "npm install"
}else{ }else{
sh "cp -rf /home/quant_group/config_repository/lua-ui/hook/post-merge .git/hooks/" sh "cp -rf /home/quant_group/config_repository/lua-ui/hook/post-checkout.git/hooks/"
sh "chmod +x .git/hooks/*" sh "chmod +x .git/hooks/*"
git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: git_path git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: git_path
......
...@@ -123,7 +123,7 @@ def checkout_nodejs(systemName, branchName) { ...@@ -123,7 +123,7 @@ def checkout_nodejs(systemName, branchName) {
} }
sh "npm install" sh "npm install"
} else { } else {
sh "cp -rf /home/quant_group/config_repository/lua-ui/hook/post-merge .git/hooks/" sh "cp -rf /home/quant_group/config_repository/lua-ui/hook/post-checkout .git/hooks/"
sh "chmod +x .git/hooks/post-merge" sh "chmod +x .git/hooks/post-merge"
git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: gitPath git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: gitPath
...@@ -150,7 +150,7 @@ def checkout_luaui(systemName, branchName) { ...@@ -150,7 +150,7 @@ def checkout_luaui(systemName, branchName) {
} }
sh "npm install" sh "npm install"
} else { } else {
sh "cp -rf /home/quant_group/config_repository/lua-ui/hook/post-merge .git/hooks/" sh "cp -rf /home/quant_group/config_repository/lua-ui/hook/post-checkout .git/hooks/"
sh "chmod +x .git/hooks/post-merge" sh "chmod +x .git/hooks/post-merge"
git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: gitPath git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: gitPath
......
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