From 89fa6939eac55675bc535b487d052df33147d7c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20G=C3=B3rzy=C5=84ski?= Date: Fri, 4 Dec 2020 19:20:24 +0100 Subject: [PATCH] no node --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index aa7c71e..1d7d66a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,12 +25,11 @@ pipeline { image 'mcr.microsoft.com/dotnet/sdk:5.0' } } - agent { docker {image 'node:12'}} environment { DOTNET_CLI_HOME = '/tmp/App' } stages { - stage('Build') { + stage('Build app') { steps { dir('SessionCompanion') { sh 'dotnet build'