with node installing
This commit is contained in:
parent
89fa6939ea
commit
67d519df5e
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -29,6 +29,9 @@ pipeline {
|
||||
DOTNET_CLI_HOME = '/tmp/App'
|
||||
}
|
||||
stages {
|
||||
stage('Install node') {
|
||||
apt install node
|
||||
}
|
||||
stage('Build app') {
|
||||
steps {
|
||||
dir('SessionCompanion') {
|
||||
|
Loading…
Reference in New Issue
Block a user