cleans repo before checkout
This commit is contained in:
parent
8811f13d1c
commit
45e5ab6133
|
@ -23,6 +23,7 @@ pipeline {
|
|||
stages{
|
||||
stage("Checkout TGC-Compliance and TGC-GEN"){
|
||||
steps {
|
||||
sh 'rm -rf * .??* '
|
||||
checkout_project("https://git.minres.com/TGFS/TGC-ISS.git", "develop")
|
||||
dir("TGC-COMPLIANCE"){
|
||||
checkout_project("https://git.minres.com/TGFS/TGC-COMPLIANCE.git", "master")
|
||||
|
|
Loading…
Reference in New Issue