Skip to content

Commit 84649ef

Browse files
apupierfbricon
authored andcommitted
Use RHEL 8 instead for RHEL 7 to workaround bug in VS Code 1.46.0
on RHEL 7, the test stays blocked forever. See https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/VS%20Code/job/vscode-quarkus-release/331 see microsoft/vscode#99492 and https://issues.redhat.com/browse/FUSETOOLS2-490 Signed-off-by: Aurélien Pupier <[email protected]>
1 parent 7d77d3f commit 84649ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env groovy
22

3-
node('rhel7'){
3+
node('rhel8'){
44
stage('Checkout repos') {
55
deleteDir()
66
def hasServerDir = fileExists 'quarkus-ls'

0 commit comments

Comments
 (0)