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 {
agent {
docker {
image 'mcr.microsoft.com/dotnet/sdk:5.0'
}
docker {
image 'node:12'
image 'kargor8/dotnet_node'
}
}
environment {
DOTNET_CLI_HOME = '/tmp/App'
}
stages {
stage('Install node') {
}
stage('Build') {
steps {
dir('SessionCompanion') {