added JenkinsFile

This commit is contained in:
2021-11-16 10:27:20 -03:00
parent 0d4c9995ac
commit 0232eec848
Vendored
+1 -1
View File
@@ -11,7 +11,7 @@ pipeline {
//sh 'sudo apt-get install -y curl ' //sh 'sudo apt-get install -y curl '
//sh 'curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -' //sh 'curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -'
//sh 'sudo apt-get install -y nodejs && sudo apt-get install -y nginx' //sh 'sudo apt-get install -y nodejs && sudo apt-get install -y nginx'
sh 'npm install -g npm@latest' sh 'sudo npm install -g npm@latest'
sh 'npm install' sh 'npm install'
} }
} }