Try different source image
This commit is contained in:
parent
5d3531b2d2
commit
7b556ef953
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -22,7 +22,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'kargor8/sess-comp-base:v1'
|
image 'kargor8/sess-comp-base:v2'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
@ -32,8 +32,6 @@ pipeline {
|
|||||||
stage('Build app') {
|
stage('Build app') {
|
||||||
steps {
|
steps {
|
||||||
dir('SessionCompanion') {
|
dir('SessionCompanion') {
|
||||||
sh 'npm cache clean --force'
|
|
||||||
sh 'mkdir -p /.npm/_locks'
|
|
||||||
sh 'dotnet build'
|
sh 'dotnet build'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user