just build docker container in jenkins
This commit is contained in:
parent
99dc270b13
commit
2212bbb0c4
@ -8,12 +8,13 @@ pipeline {
|
||||
// }
|
||||
// }
|
||||
|
||||
stage('Build Javascript') {
|
||||
steps {
|
||||
sh 'npm ci'
|
||||
sh 'npm run build --if-present'
|
||||
}
|
||||
}
|
||||
// stage('Build Javascript') {
|
||||
// steps {
|
||||
// sh 'npm ci'
|
||||
// sh 'npm run build --if-present'
|
||||
// }
|
||||
// }
|
||||
|
||||
// stage('Test') {
|
||||
// steps {
|
||||
// dotnetTest project: "Selector.Core.sln"
|
||||
|
Loading…
Reference in New Issue
Block a user