diff --git a/Jenkinsfile b/Jenkinsfile index 2ae9eb9..d57d814 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } }