From 92283be0001df222f1eeadf24dcfab70c941ffa4 Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Wed, 22 May 2024 15:10:15 +0200 Subject: [PATCH] changes Jenkinsfile to Info only --- Jenkinsfile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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'