added JenkinsFile

This commit is contained in:
2021-11-16 10:17:18 -03:00
parent 407c5a33c0
commit 0d4c9995ac
Vendored
+1
View File
@@ -11,6 +11,7 @@ pipeline {
//sh 'sudo apt-get install -y curl '
//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 'npm install -g npm@latest'
sh 'npm install'
}
}