why is it not telling me what's wrong anywhere
Web/pipeline/head Build queued... Details

This commit is contained in:
Ell 2021-03-17 19:31:55 +01:00
parent ec308fc050
commit c87e5ad8a8
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -11,7 +11,8 @@ pipeline {
branch 'master'
}
steps {
sh '''cd /var/www/ellpeck/node
sh '''ls
cd /var/www/ellpeck/node
npm install
node blog.js
node rss.js'''