/_programs_
This commit is contained in:
parent
867196b24a
commit
ea855587d3
|
|
@ -20,9 +20,7 @@ def git_take( projects ){
|
||||||
git_take = git_take +"clone "+ "https://artikus.dynu.net:7990/r/"+project+".git"
|
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")
|
||||||
sh("git log -n 1")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue