Skip to content

Commit

Permalink
Fix Jenkinsfile for publishing
Browse files Browse the repository at this point in the history
it needs to be launched on same node so that yarn is installed. I think
that to be really clean we need to call again the
installBuildRequirements but I prefer not to try now

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Oct 16, 2023
1 parent 2a50765 commit 663f662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ node('rhel8'){
stash name:'vsix', includes:vsix[0].path
}

node('rhel9'){
node('rhel8'){
if(publishToMarketPlace.equals('true')){
timeout(time:5, unit:'DAYS') {
input message:'Approve deployment?', submitter: 'apupier, mariasde, ryordan, mmelko, djelinek, ricmarti, toigaras'
Expand Down

0 comments on commit 663f662

Please sign in to comment.