just build docker container in jenkins

This commit is contained in:
Andy Pack 2023-08-15 17:56:55 +01:00
parent 99dc270b13
commit 2212bbb0c4
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -8,12 +8,13 @@ pipeline {
// } // }
// } // }
stage('Build Javascript') { // stage('Build Javascript') {
steps { // steps {
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"