Skip to content

Commit

Permalink
📝 Add links for GitLab job examples
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Sep 3, 2024
1 parent 2483a4a commit 63fb23a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
21 changes: 13 additions & 8 deletions docs/productive/git/advanced/gitlab/ci-cd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Continuous Delivery
Branch <deployment-branches>` bereitzustellen.

.. seealso::
* `Continuous Delivery <https://continuousdelivery.com>`_
* `Continuous Delivery
* `continuousdelivery.com <https://continuousdelivery.com>`_
* `Wikipedia: Continuous Delivery
<https://de.wikipedia.org/wiki/Continuous_Delivery>`__

Continuous Deployment
Expand Down Expand Up @@ -67,15 +67,20 @@ Jobs
oder Testen.

.. seealso::
`Jobs <https://docs.gitlab.com/ee/ci/jobs/index.html>`_
* `GitLab Docs: Jobs
<https://docs.gitlab.com/ee/ci/jobs/index.html>`_
* :ref:`cibuildwheel <python-basics:cibuildwheel-in-gitlab-ci>`
* :ref:`pre-commit Hooks <pre-commit-in-gitlab-ci>`
* :ref:`Lizenzieren <reuse-in-gitlab-ci>`

Stages
legen fest, wann die Jobs ausgeführt werden sollen, :abbr:`z.B. (zum
Beispiel)` die Phase ``test``, die nach der Phase ``build`` ausgeführt werden
soll.

.. seealso::
`Stages <https://docs.gitlab.com/ee/ci/yaml/index.html#stages>`_
`GitLab Docs: CI/CD YAML syntax reference
<https://docs.gitlab.com/ee/ci/yaml/index.html#stages>`_

*Jobs* werden von :abbr:`sog. (sogenannten)` `Runners
<https://docs.gitlab.com/ee/ci/runners/index.html>`_ ausgeführt. Mehrere *Jobs*
Expand Down Expand Up @@ -163,11 +168,11 @@ Pipeline löschen.
GitLab-CI/CD-Pipeline

.. seealso::
* `Customize pipeline configuration
* `GitLab Docs: Customize pipeline configuration
<https://docs.gitlab.com/ee/ci/yaml/index.html>`_
* `Scheduled pipelines
* `GitLab Docs: Scheduled pipelines
<https://docs.gitlab.com/ee/ci/pipelines/schedules.html>`_
* `GitLab CI/CD variables
* `GitLab Docs: GitLab CI/CD variables
<https://docs.gitlab.com/ee/ci/variables/index.html>`_
* `Predefined variables reference
* `GitLab Docs: Predefined variables reference
<https://docs.gitlab.com/ee/ci/variables/predefined_variables.html>`_
2 changes: 1 addition & 1 deletion docs/productive/git/advanced/gitlab/merge-requests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Merge-Request-Arbeitsabläufe
:doc:`GitLab CI/CD <ci-cd>`.
#. Ihr vermeidet die Verwendung von Abhängigkeiten, deren Lizenz nicht mit eurem
Projekt kompatibel ist, mit :ref:`Berichten zur Lizenzkonformität
<gitlab-ci-workflow>`.
<reuse-in-gitlab-ci>`.
#. Ihr beantragt die `Genehmigung
<https://docs.gitlab.com/ee/user/project/merge_requests/approvals/index.html>`_
eurer Änderungen.
Expand Down
2 changes: 2 additions & 0 deletions docs/productive/git/advanced/hooks/ci.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ Beispiele für GitHub Actions

* `pre-commit/action <https://github.com/pre-commit/action>`_

.. _pre-commit-in-gitlab-ci:

Beispiel für GitLab Actions
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/productive/licensing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ dynamisches Compliance-Badge generieren:
.. figure:: reuse-compliant.svg
:alt: REUSE-compliant Badge

.. _gitlab-ci-workflow:
.. _reuse-in-gitlab-ci:

GitLab-CI-Workflow
::::::::::::::::::
Expand Down

0 comments on commit 63fb23a

Please sign in to comment.