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') {