with node installing fix

This commit is contained in:
Karol Górzyński 2020-12-04 19:25:05 +01:00
parent 67d519df5e
commit f87523cf34

4
Jenkinsfile vendored
View File

@ -30,7 +30,9 @@ pipeline {
} }
stages { stages {
stage('Install node') { stage('Install node') {
apt install node steps {
sh 'apt install node'
}
} }
stage('Build app') { stage('Build app') {
steps { steps {