From 7b556ef953f3da33c9ff0c495d48bce6f56b6805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20G=C3=B3rzy=C5=84ski?= Date: Wed, 9 Dec 2020 19:27:21 +0100 Subject: [PATCH] Try different source image --- Jenkinsfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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' } }