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 {
|
stages {
|
||||||
stage('Install node') {
|
stage('Install node') {
|
||||||
apt install node
|
steps {
|
||||||
|
sh 'apt install node'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
stage('Build app') {
|
stage('Build app') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user