Again with my image
This commit is contained in:
parent
f87523cf34
commit
fabf198f48
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -22,18 +22,13 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'mcr.microsoft.com/dotnet/sdk:5.0'
|
||||
image 'kargor8/dotnet_node:v1'
|
||||
}
|
||||
}
|
||||
environment {
|
||||
DOTNET_CLI_HOME = '/tmp/App'
|
||||
}
|
||||
stages {
|
||||
stage('Install node') {
|
||||
steps {
|
||||
sh 'apt install node'
|
||||
}
|
||||
}
|
||||
stage('Build app') {
|
||||
steps {
|
||||
dir('SessionCompanion') {
|
||||
|
Loading…
Reference in New Issue
Block a user