Skip to content
Snippets Groups Projects
Unverified Commit 10ed7380 authored by Thierry Devillechabrolle's avatar Thierry Devillechabrolle Committed by GitHub
Browse files

Update jenkinsfile to temporaly choose nodeJS version to install

parent 352bc562
No related branches found
No related tags found
1 merge request!51Merge mis a jour vitam-ui
......@@ -62,7 +62,8 @@ pipeline {
sh 'sudo yum install -y gcc-c++ make'
sh 'sudo yum remove -y nodejs'
sh 'curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash -'
sh 'sudo yum install -y nodejs'
// sh 'sudo yum install -y nodejs'
sh 'sudo yum install -y nodejs-16.9.0-1nodesource'
sh 'node -v'
sh '/usr/bin/node -v'
sh 'npm -v'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment