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