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'