From e9e2f7e14223395ceece24cf0f54a7bb9de3a3af Mon Sep 17 00:00:00 2001 From: Romain Grecourt Date: Mon, 19 Dec 2022 13:30:12 -0800 Subject: [PATCH] archive vscode-helidon.vsix --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 2d11dc730..8a918c5b0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,6 +37,7 @@ pipeline { } steps { sh './etc/scripts/release.sh release_build' + archiveArtifacts artifacts: "ide-support/vscode-extension/target/vscode-helidon.vsix" } } stage('cli-native') {