diff --git a/Jenkinsfile b/Jenkinsfile index 57a6929..f0fa2e5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,13 +25,7 @@ pipeline { } stages { - stage("Checkout Repositories"){ - steps { - checkout_project("https://git.minres.com/TGFS/TGC-ISS.git") - checkout_project("https://git.minres.com/TGFS/TGC-COMPLIANCE.git", "master") - } - } - stage("Build TGC-ISS"){ + stage("Info"){ steps { sh 'pwd' sh 'ls -la'