?
Web/pipeline/head There was a failure building this commit Details

This commit is contained in:
Ell 2021-03-17 19:27:17 +01:00
parent a5067d2406
commit 08ce564bfa
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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