Try different source image
This commit is contained in:
parent
5d3531b2d2
commit
7b556ef953
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user