Again with my image

This commit is contained in:
Karol Górzyński 2020-12-04 19:31:58 +01:00
parent f87523cf34
commit fabf198f48

7
Jenkinsfile vendored
View File

@ -22,18 +22,13 @@
pipeline { pipeline {
agent { agent {
docker { docker {
image 'mcr.microsoft.com/dotnet/sdk:5.0' image 'kargor8/dotnet_node:v1'
} }
} }
environment { environment {
DOTNET_CLI_HOME = '/tmp/App' DOTNET_CLI_HOME = '/tmp/App'
} }
stages { stages {
stage('Install node') {
steps {
sh 'apt install node'
}
}
stage('Build app') { stage('Build app') {
steps { steps {
dir('SessionCompanion') { dir('SessionCompanion') {