btrz-express-base
The idea
The repo will contains pipelines that will help the developer to create a new web app or a new API.
At the moment it only contains the web pipeline
Development
Please keep betterez private information out of the repo because it's published in NPM.
Once you finished your changes, you should update the version of btrz-express-base and pipelines with the following command:
npm run update-version [<newversion> | major | minor | patch ] "commit message"
For example:
npm run update-version patch "Fix some bug"
And then push, after that Jenkins will run and in minutes the new version of the package will be in NPM available for all consumers.