Skip to content

Commit

Permalink
FUSETOOLS2-490 - use rhel8 instead of rhel7 for Jenkins builds
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 11, 2020
1 parent 465addb commit fb3388b
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/camel-tooling/vscode-camelk'
Expand Down Expand Up @@ -48,7 +48,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 fb3388b

Please sign in to comment.