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

update Jenkinsfile for small fix

parent 08ff71a6
No related branches found
No related tags found
1 merge request!51Merge mis a jour vitam-ui
......@@ -57,7 +57,6 @@ pipeline {
NODE_JS_DOWNLOAD_URL="https://rpm.nodesource.com/setup_16.x"
http_proxy="http://${env.SERVICE_PROXY_HOST}:${env.SERVICE_PROXY_PORT}"
https_proxy="http://${env.SERVICE_PROXY_HOST}:${env.SERVICE_PROXY_PORT}"
export PATH=/usr/bin:/usr/local/sbin:/usr/sbin:/home/centos/.local/bin:/home/centos/bin:/usr/local/bin
}
steps {
sh 'sudo yum install -y gcc-c++ make'
......@@ -82,6 +81,7 @@ pipeline {
JAVA_TOOL_OPTIONS=""
}
steps {
sh 'node -v'
sh 'npmrc default'
// sh '''
// $MVN_COMMAND clean verify org.owasp:dependency-check-maven:aggregate -Pvitam -pl '!cots/vitamui-nginx,!cots/vitamui-mongod,!cots/vitamui-logstash,!cots/vitamui-mongo-express' $JAVA_TOOL_OPTIONS
......
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