Try different source image

This commit is contained in:
Karol Górzyński 2020-12-09 19:27:21 +01:00
parent 5d3531b2d2
commit 7b556ef953

4
Jenkinsfile vendored
View File

@ -22,7 +22,7 @@
pipeline {
agent {
docker {
image 'kargor8/sess-comp-base:v1'
image 'kargor8/sess-comp-base:v2'
}
}
environment {
@ -32,8 +32,6 @@ pipeline {
stage('Build app') {
steps {
dir('SessionCompanion') {
sh 'npm cache clean --force'
sh 'mkdir -p /.npm/_locks'
sh 'dotnet build'
}
}