WebbyLab / webbylab-starter-app-for-nodejs

WebbyLab's production ready Starter App for NodeJS projects
189 stars 29 forks source link

[QUERY] Does it make sense to create Jenkinsfile for this project? #3

Closed VladyslavKurmaz closed 4 years ago

koorchik commented 4 years ago

Hi @VladyslavKurmaz , Currently, we use GitLab CI for CI/CD. We do not have Jenkins but we have intent to add .travis-ci.yml configuration as well as it is supported by Github.

As for the Jenkinsfile, unfortunately, we do not have possibility to support it. If you can maintain Jenkinsfile, you can add it. I guess it could be useful as a lot of companies use Jenkins.

VladyslavKurmaz commented 4 years ago

@koorchik to make this skeleton wide adopted, it's good to add support for major platforms/ecosystems. It shouldn't be something over-engineered, just simple templates which help developers start using this skeleton. I'm going to add support for Jenkins, Azure DevOps & SonarQube, if it's ok with your strategy.

koorchik commented 4 years ago

Yes, absolutely. Thank you! :)

VladyslavKurmaz commented 4 years ago

PR with first integration step is ready #7