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'
|
image 'mcr.microsoft.com/dotnet/sdk:5.0'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
agent { docker {image 'node:12'}}
|
|
||||||
environment {
|
environment {
|
||||||
DOTNET_CLI_HOME = '/tmp/App'
|
DOTNET_CLI_HOME = '/tmp/App'
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build app') {
|
||||||
steps {
|
steps {
|
||||||
dir('SessionCompanion') {
|
dir('SessionCompanion') {
|
||||||
sh 'dotnet build'
|
sh 'dotnet build'
|
||||||
|
Loading…
Reference in New Issue
Block a user