Jenkins
This commit is contained in:
parent
623b24b48f
commit
56b43fc16d
|
@ -14,6 +14,7 @@ node
|
||||||
{
|
{
|
||||||
stage ('Checkout') {
|
stage ('Checkout') {
|
||||||
checkout scm
|
checkout scm
|
||||||
|
}
|
||||||
|
|
||||||
stage ('install modules'){
|
stage ('install modules'){
|
||||||
sh "npm install"
|
sh "npm install"
|
||||||
|
|
Loading…
Reference in New Issue