corrects typo for TGC-ISS repo checkout in Jenkinfile
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -137,7 +137,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("Checkout TGC-ISS TGC-Compliance and TGC-GEN"){
|
stage("Checkout TGC-ISS TGC-Compliance and TGC-GEN") {
|
||||||
steps {
|
steps {
|
||||||
sh 'rm -rf * .??* '
|
sh 'rm -rf * .??* '
|
||||||
checkout_iss_project("https://git.minres.com/TGFS/TGC-ISS.git", "develop")
|
checkout_iss_project("https://git.minres.com/TGFS/TGC-ISS.git", "develop")
|
||||||
@ -148,8 +148,8 @@ pipeline {
|
|||||||
checkout_iss_project("https://git.minres.com/TGFS/TGC-GEN.git", "develop")
|
checkout_iss_project("https://git.minres.com/TGFS/TGC-GEN.git", "develop")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stages{
|
stage("start to check") {
|
||||||
sh 'pwd'
|
sh 'pwd'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user