Skip to content

Commit de3b609

Browse files
committed
Remove existing out/ dir to ensure tests compile
Signed-off-by: Fred Bricon <[email protected]>
1 parent d586a9c commit de3b609

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ node('rhel7'){
3333
buildVscodeExtension()
3434
unstash 'server_distro'
3535
def files = findFiles(glob: '**/org.eclipse.jdt.ls.product/distro/**.tar.gz')
36+
sh "rm -rf ./out"
3637
sh "mkdir ./server"
3738
sh "tar -xvzf ${files[0].path} -C ./server"
3839

0 commit comments

Comments
 (0)