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