parent
d6bee1eb04
commit
af19987704
|
|
@ -18,7 +18,12 @@ def git_take( projects ){
|
|||
}else{
|
||||
git_take = git_take +"clone "+ "https://artikus.dynu.net:7990/r/"+project+".git"
|
||||
}
|
||||
sh( git_take )
|
||||
sh( git_take )
|
||||
dir( project ){
|
||||
sh( "git log -n 1");
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue