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