This commit is contained in:
parent
a5067d2406
commit
08ce564bfa
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -11,7 +11,7 @@ pipeline {
|
|||
branch 'master'
|
||||
}
|
||||
steps {
|
||||
sh '''cd node
|
||||
sh '''cd ./node
|
||||
npm install
|
||||
node blog.js
|
||||
node rss.js'''
|
||||
|
|
Loading…
Reference in a new issue