From fabf198f48624741b6a208f0dbb59b872a71958e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20G=C3=B3rzy=C5=84ski?= Date: Fri, 4 Dec 2020 19:31:58 +0100 Subject: [PATCH] Again with my image --- Jenkinsfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b453708..115d5f5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,18 +22,13 @@ pipeline { agent { docker { - image 'mcr.microsoft.com/dotnet/sdk:5.0' + image 'kargor8/dotnet_node:v1' } } environment { DOTNET_CLI_HOME = '/tmp/App' } stages { - stage('Install node') { - steps { - sh 'apt install node' - } - } stage('Build app') { steps { dir('SessionCompanion') {