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