From d31dc7ca70cf7757a267505d4c27d30562176458 Mon Sep 17 00:00:00 2001 From: Nial <48334675+nmcc1212@users.noreply.github.com> Date: Thu, 7 Dec 2023 21:13:45 +0000 Subject: [PATCH] idek --- JenkinsFile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JenkinsFile b/JenkinsFile index e7b2b09..ce67df3 100644 --- a/JenkinsFile +++ b/JenkinsFile @@ -5,7 +5,7 @@ pipeline { stage('Clone Repository') { steps { // Clone the repository - git clone 'https://github.com/nmcc1212/TSI.git' + checkout([$class: 'GitSCM', branches: [[name: '*/master']], userRemoteConfigs: [[url: 'https://github.com/nmcc1212/TSI.git']]]) } } stage('Install NPM Requirements') {