?
Some checks failed
Web/pipeline/head There was a failure building this commit

This commit is contained in:
Ell 2021-03-17 19:27:17 +01:00
parent a5067d2406
commit 08ce564bfa

2
Jenkinsfile vendored
View file

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