with node installing fix
This commit is contained in:
parent
67d519df5e
commit
f87523cf34
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -30,7 +30,9 @@ pipeline {
|
||||
}
|
||||
stages {
|
||||
stage('Install node') {
|
||||
apt install node
|
||||
steps {
|
||||
sh 'apt install node'
|
||||
}
|
||||
}
|
||||
stage('Build app') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user