Jenkinsfile.
This commit is contained in:
parent
81a746eac9
commit
001f048cc8
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -15,8 +15,10 @@ 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 -g'
|
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