dir("_programs_")
This commit is contained in:
parent
b282d8647f
commit
867196b24a
|
|
@ -11,7 +11,7 @@ def git_take( projects ){
|
|||
sh( git_pull )
|
||||
sh("git log -n 1")
|
||||
}else{
|
||||
dir(".."){
|
||||
dir("_programs_"){
|
||||
for( project in projects ){
|
||||
def git_take ="git -c http.sslVerify=false "
|
||||
if( fileExists( project ) ){
|
||||
|
|
|
|||
Loading…
Reference in New Issue