You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eliminate need for downloading just-released binary checksums.
- When the build process finishes building binaries, and generating the
checksums, we should stash these to avoid having to download once
deployed
- Also use ovsx<0.3.0 to ensure we build with Node v12
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
Copy file name to clipboardExpand all lines: Jenkinsfile
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,8 @@ node('rhel8'){
59
59
60
60
stage 'package binary hashes'
61
61
sh "mkdir ./server"
62
-
sh "curl ${downloadLocation}/vscode/${binaryUploadFolder}/lemminx-binary/${packageJson.version}-${env.BUILD_NUMBER}/lemminx-linux.sha256 -o ./server/lemminx-linux.sha256"
63
-
sh "curl ${downloadLocation}/vscode/${binaryUploadFolder}/lemminx-binary/${packageJson.version}-${env.BUILD_NUMBER}/lemminx-win32.sha256 -o ./server/lemminx-win32.sha256"
64
-
sh "curl ${downloadLocation}/vscode/${binaryUploadFolder}/lemminx-binary/${packageJson.version}-${env.BUILD_NUMBER}/lemminx-osx-x86_64.sha256 -o ./server/lemminx-osx-x86_64.sha256"
0 commit comments