1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab-runner_ynh.git synced 2024-09-03 19:15:58 +02:00
gitlab-runner_ynh/README_fr.md
2023-06-22 06:22:58 +00:00

3.2 KiB
Raw Permalink Blame History

GitLab Runner pour YunoHost

Niveau d’intégration Statut du fonctionnement Statut de maintenance

Installer GitLab Runner avec YunoHost

Read this readme in english.

Ce package vous permet dinstaller GitLab Runner rapidement et simplement sur un serveur YunoHost. Si vous navez pas YunoHost, regardez ici pour savoir comment linstaller et en profiter.

Vue densemble

GitLab Runner est un outil d'intégration continue à utiliser avec une instance GitLab (YNH ou non).

Version incluse : 16.1.0~ynh1

Captures décran

Capture d’écran de GitLab Runner

Avertissements / informations importantes

Configuration

Comment configurer cette application: via le panneau d'administration de GitLab ou les paramettres "CI/CD" de votre projet.

Configuration système

Lors du premier démarrage d'un Gitlab Runner, un exécuteur doit être choisi (Lorsque l'instance Gitlab Runner s'enregistre auprès d'une instance Gitlab). Pour l'instant, cette application YunoHost ne supporte que l'exécuteur docker.

Informations additionnelles

  • Pour récupérer les informations à fournir à l'installation comme le token ou l'url gitlab vous devez vous rendre ici : Settings->CI/CD->Runners->"Set up a specific Runner manually" dans le projet ou la section admin de l'instance GitLab à relier à ce runner.
  • Si vous avez ce message pendant un travail : Could not resolve host : you.domain.tld, vous pouvez ajouter dns_search = ["you.domain.tld"] dans la section [[runners]].

Documentations et ressources

Informations pour les développeurs

Merci de faire vos pull request sur la branche testing.

Pour essayer la branche testing, procédez comme suit.

sudo yunohost app install https://github.com/YunoHost-Apps/gitlab-runner_ynh/tree/testing --debug
ou
sudo yunohost app upgrade gitlab-runner -u https://github.com/YunoHost-Apps/gitlab-runner_ynh/tree/testing --debug

Plus dinfos sur le packaging dapplications : https://yunohost.org/packaging_apps