Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
FUSETOOLS2-490 - use rhel8 instead of rhel 7 node
Browse files Browse the repository at this point in the history
to workaround microsoft/vscode#99492

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Jun 16, 2020
1 parent ef93473 commit 226365c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JenkinsFile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env groovy

node('rhel7'){
node('rhel8'){
stage('Checkout repo') {
deleteDir()
git url: 'https://github.com/redhat-developer/vscode-didact'
Expand Down Expand Up @@ -45,7 +45,7 @@ node('rhel7'){
}
}

node('rhel7'){
node('rhel8'){
if(publishToMarketPlace.equals('true')){
timeout(time:5, unit:'DAYS') {
input message:'Approve deployment?', submitter: 'apupier,lheinema,bfitzpat,tsedmik,djelinek'
Expand Down

0 comments on commit 226365c

Please sign in to comment.