fix: lol me not editing the gh repo

This commit is contained in:
2023-04-08 20:12:55 +02:00
parent 18541f7465
commit 2fef02f46c

4
Jenkinsfile vendored
View File

@@ -5,10 +5,12 @@ pipeline {
stage('Build VSCode extension') {
steps {
// Clone the repository that contains the VSCode extension
git 'https://github.com/username/repo.git'
git 'https://github.com/sern-handler/snippets.git'
// Install dependencies
sh 'npm install'
sh 'npm i -g @vscode/vsce'
// Build the extension
sh 'vsce package'