Try idea with dockerhub

This commit is contained in:
Karol Górzyński 2020-12-04 18:55:59 +01:00
parent 647736d8f7
commit 023ae1ff6c

8
Jenkinsfile vendored
View File

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