Jenkinsfile
This commit is contained in:
parent
88992438e2
commit
da5a9a39f2
|
@ -25,6 +25,10 @@ node {
|
||||||
checkout scm
|
checkout scm
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage ('install modules'){
|
||||||
|
sh "npm install"
|
||||||
|
}
|
||||||
|
|
||||||
stage ('build Project Salix'){
|
stage ('build Project Salix'){
|
||||||
sh "gulp build"
|
sh "gulp build"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue