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