Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

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 15, 2020
1 parent 2babaf3 commit 4ba7c4b
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/jboss-fuse/vscode-atlasmap'
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 4ba7c4b

Please sign in to comment.