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