Skip to content

Commit

Permalink
Docs on using Robocop in Gitlab CI/CD (#682)
Browse files Browse the repository at this point in the history
Co-authored-by: Cimon Lucas (LCM) <lucas_cimon@connect-tech.sncf>
Co-authored-by: Bartłomiej Hirsz <Bartlomiej_Hirsz@epam.com>
  • Loading branch information
3 people committed Aug 29, 2022
1 parent 63a5ded commit 41943b0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/ci.rst
Expand Up @@ -59,6 +59,21 @@ Issue details:

You can configure Robocop using CLI or configuration file (:ref:`configuration file`).

Gitlab pipeline
---------------

There is some basic ``.gitlab-ci.yml`` file that triggers Robocop in `Gitlab CI/CD <https://docs.gitlab.com/ee/ci/quick_start/>`_:

.. code:: yaml
image: python:3
robocop:
before_script:
- pip install -U robotframework-robocop
script:
- robocop
Jenkins
----------
There is no direct support for Robocop in Jenkins. But it is possible to use existing plugins for tools like
Expand Down

0 comments on commit 41943b0

Please sign in to comment.