Jenkinsfile.
This commit is contained in:
parent
001f048cc8
commit
a099cf05c0
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -15,10 +15,8 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh 'uname -a'
|
sh 'uname -a'
|
||||||
sh 'npm install --loglevel=verbose'
|
sh 'npm install --loglevel=verbose'
|
||||||
sh 'npm install react-scripts@3.4.1'
|
//sh 'npm install react-scripts@3.4.1'
|
||||||
sh 'npm clean-install --only=production'
|
sh 'npm clean-install --only=production'
|
||||||
sh 'pwd'
|
|
||||||
sh 'ls -alrth'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user