Jenkinsfile.

This commit is contained in:
Maciej Prill 2022-10-24 08:22:25 +02:00
parent 001f048cc8
commit a099cf05c0

4
Jenkinsfile vendored
View File

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