added JenkinsFile

This commit is contained in:
2021-11-16 09:33:31 -03:00
parent 5e1dac0925
commit 2673a983b4
Vendored
+1 -1
View File
@@ -9,7 +9,7 @@ pipeline {
steps {
sh 'sudo apt-get update && sudo apt-get -y --no-install-recommends install && sudo apt-get clean'
sh 'sudo apt-get install -y curl '
sh 'curl -sL https://deb.nodesource.com/setup_8.x | bash -'
sh 'sudo curl -sL https://deb.nodesource.com/setup_14.x | bash -'
sh 'sudo apt-get install -y nodejs && sudo apt-get install -y nginx'
//sh 'npm install'
}