why is it not telling me what's wrong anywhere
Some checks are pending
Web/pipeline/head Build queued...
Some checks are pending
Web/pipeline/head Build queued...
This commit is contained in:
parent
ec308fc050
commit
c87e5ad8a8
1 changed files with 2 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -11,7 +11,8 @@ pipeline {
|
||||||
branch 'master'
|
branch 'master'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh '''cd /var/www/ellpeck/node
|
sh '''ls
|
||||||
|
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