From 00acc3f1c786bbfadb3ebf44abdeef280349cba2 Mon Sep 17 00:00:00 2001 From: Sr Izan <66965250+SrIzan10@users.noreply.github.com> Date: Sat, 8 Apr 2023 21:31:51 +0200 Subject: [PATCH] fix: please --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 887a81f..503bc96 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { stage('Build VSCode extension') { steps { // Clone the repository that contains the VSCode extension - git 'https://github.com/sern-handler/snippets.git' + git branch: 'jenkins-testing', url: 'https://github.com/sern-handler/snippets.git' // Install dependencies sh 'npm install'