fix: please

This commit is contained in:
2023-04-08 21:31:51 +02:00
parent 2fef02f46c
commit 00acc3f1c7

2
Jenkinsfile vendored
View File

@@ -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'