jenkinsfile web project dir
This commit is contained in:
parent
1c96faf1f1
commit
e8a2375ad4
@ -11,8 +11,10 @@ pipeline {
|
||||
|
||||
stage('Build Javascript') {
|
||||
steps {
|
||||
sh "npm ci"
|
||||
sh "npm run build --if-present"
|
||||
dir ('Selector.Web') {
|
||||
sh "npm ci"
|
||||
sh "npm run build --if-present"
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
|
Loading…
Reference in New Issue
Block a user