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