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