cleans repo before checkout
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -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")
|
||||||
|
Reference in New Issue
Block a user