From c87e5ad8a8809d93e2d504859ca0baa6bf019330 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 17 Mar 2021 19:31:55 +0100 Subject: [PATCH] why is it not telling me what's wrong anywhere --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a68b283..fa1dadd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'''