Browse Source

added JenkinsFile

master
flashlan 4 years ago
parent
commit
0232eec848
  1. 2
      Jenkinsfile

2
Jenkinsfile

@ -11,7 +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 'sudo npm install -g npm@latest'
sh 'npm install'
}
}

Loading…
Cancel
Save