mirror of
https://github.com/sern-handler/snippets
synced 2026-06-06 01:16:58 +00:00
fix: please
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user