Jenkinsfile.
This commit is contained in:
parent
5b50945649
commit
4b6cd9e504
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -11,7 +11,8 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'npm install'
|
sh 'uname -a'
|
||||||
|
sh 'npm install --loglevel=verbose'
|
||||||
sh 'npm install react-scripts@3.4.1 -g'
|
sh 'npm install react-scripts@3.4.1 -g'
|
||||||
sh 'npm clean-install --only=production'
|
sh 'npm clean-install --only=production'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user