Update from git
This commit is contained in:
parent
9088ec44d1
commit
b282d8647f
|
|
@ -11,6 +11,7 @@ def git_take( projects ){
|
||||||
sh( git_pull )
|
sh( git_pull )
|
||||||
sh("git log -n 1")
|
sh("git log -n 1")
|
||||||
}else{
|
}else{
|
||||||
|
dir(".."){
|
||||||
for( project in projects ){
|
for( project in projects ){
|
||||||
def git_take ="git -c http.sslVerify=false "
|
def git_take ="git -c http.sslVerify=false "
|
||||||
if( fileExists( project ) ){
|
if( fileExists( project ) ){
|
||||||
|
|
@ -22,11 +23,12 @@ def git_take( projects ){
|
||||||
dir( "./" + project ){
|
dir( "./" + project ){
|
||||||
sh("git log -n 1")
|
sh("git log -n 1")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
def disableSafeDirCheck(){
|
def disableSafeDirCheck(){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue