no node
This commit is contained in:
parent
08e886610e
commit
89fa6939ea
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -25,12 +25,11 @@ pipeline {
|
||||
image 'mcr.microsoft.com/dotnet/sdk:5.0'
|
||||
}
|
||||
}
|
||||
agent { docker {image 'node:12'}}
|
||||
environment {
|
||||
DOTNET_CLI_HOME = '/tmp/App'
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
stage('Build app') {
|
||||
steps {
|
||||
dir('SessionCompanion') {
|
||||
sh 'dotnet build'
|
||||
|
Loading…
Reference in New Issue
Block a user