Skip to content

Update CI with R2Devops

Valentin Guyon requested to merge (removed):update-CI-with-R2Devops into master

Improve your CI with R2Devops 💯

Hey, I am looking to improve your GitLab CI using R2Devops which is a collection of ready-to-use jobs to quickly create amazing pipelines for your projects. Our jobs meet best development standard in order for you to focus on what really matter, for instance we use a fixed version for our tool and image.

Additional feature 🔥

Thanks to R2Devops, you don't have to actively maintain your CI. You benefit from all community updates to improve your pipeline in one simple click. Moreover, our jobs are fully customisable thanks to variables. You can always check our documentation on how to customise a job!

This new CI will resolve in quite the same amount of time as the previous one as it will lint only the new or edited file (this behavior can be change thanks to the VALIDATE_ALL_CODEBASE variable) with the following extension:

  • .sh
  • .c
  • .h

The result is the same as before but the pipeline stages are defined as follow for more clarity and potential extension:

Static_tests Build Deploy
mega_linter Your build job pages
shellcheck
cpplint

You will always be able to easily add jobs from the Hub since all our jobs are plug and play! Furthermore, Our jobs ensure a secure pipeline through a bunch of security processes such as checking the job image for dependency vulnerability.

Security_simplified_Plan_de_travail_1-02

Contact Information 📱

  • GitLab Don't forget to leave a star
  • Twitter You can always contact us here 📣
  • Discord Join our Discord community for epic news 🌌

Authored by Valentin Guyon 🕺


Edited by Valentin Guyon

Merge request reports