with node installing

This commit is contained in:
Karol Górzyński 2020-12-04 19:23:20 +01:00
parent 89fa6939ea
commit 67d519df5e

3
Jenkinsfile vendored
View File

@ -29,6 +29,9 @@ pipeline {
DOTNET_CLI_HOME = '/tmp/App'
}
stages {
stage('Install node') {
apt install node
}
stage('Build app') {
steps {
dir('SessionCompanion') {