Try idea with dockerhub
This commit is contained in:
parent
647736d8f7
commit
023ae1ff6c
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user