sh git_take
This commit is contained in:
parent
04f2fb8846
commit
8bce5a3e59
|
|
@ -21,7 +21,8 @@ def git_take( projects ){
|
||||||
sh( git_take )
|
sh( git_take )
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
git_take = git_take +"clone "+ "https://git.arti24.eu/gitea/"+project+".git"
|
git_take = git_take +"clone https://git.arti24.eu/gitea/"+project+".git"
|
||||||
|
sh( git_take )
|
||||||
}
|
}
|
||||||
dir( project ){
|
dir( project ){
|
||||||
sh( "git log -n 1");
|
sh( "git log -n 1");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue