This commit is contained in:
Karol Górzyński 2020-12-04 19:20:24 +01:00
parent 08e886610e
commit 89fa6939ea

3
Jenkinsfile vendored
View File

@ -25,12 +25,11 @@ pipeline {
image 'mcr.microsoft.com/dotnet/sdk:5.0' image 'mcr.microsoft.com/dotnet/sdk:5.0'
} }
} }
agent { docker {image 'node:12'}}
environment { environment {
DOTNET_CLI_HOME = '/tmp/App' DOTNET_CLI_HOME = '/tmp/App'
} }
stages { stages {
stage('Build') { stage('Build app') {
steps { steps {
dir('SessionCompanion') { dir('SessionCompanion') {
sh 'dotnet build' sh 'dotnet build'