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

Update Jenkinsfile

parent d4e4b80f
No related branches found
No related tags found
1 merge request!51Merge mis a jour vitam-ui
...@@ -61,9 +61,10 @@ pipeline { ...@@ -61,9 +61,10 @@ pipeline {
steps { steps {
sh 'sudo yum install -y gcc-c++ make' sh 'sudo yum install -y gcc-c++ make'
sh 'sudo yum erase -y nodejs' sh 'sudo yum erase -y nodejs'
sh 'sudo curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash -' 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 'node -v' sh 'node -v'
sh '/usr/bin/node -v'
sh 'npm -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