Browse Source

added JenkinsFile

master
flashlan 4 years ago
parent
commit
0d4c9995ac
  1. 1
      Jenkinsfile

1
Jenkinsfile

@ -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'
}
}

Loading…
Cancel
Save