tech:notes_gitlab-ci_pipeline
Différences
Ci-dessous, les différences entre deux révisions de la page.
| tech:notes_gitlab-ci_pipeline [2025/03/24 15:06] – créée - modification externe 127.0.0.1 | tech:notes_gitlab-ci_pipeline [2025/11/12 11:12] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 39: | Ligne 39: | ||
| when: manual | when: manual | ||
| </ | </ | ||
| + | |||
| === Test CI/DI | === Test CI/DI | ||
| Créons un projet avec à la racine un fichier '' | Créons un projet avec à la racine un fichier '' | ||
| - | <code yaml .gitlab-ci.yml> | + | |
| + | '' | ||
| + | <code yaml> | ||
| job1: | job1: | ||
| stage: test | stage: test | ||
| Ligne 70: | Ligne 73: | ||
| gitlab-runner exec shell job1 | gitlab-runner exec shell job1 | ||
| </ | </ | ||
| + | |||
| == Secure file | == Secure file | ||
| Ligne 79: | Ligne 83: | ||
| curl --request GET --header " | curl --request GET --header " | ||
| </ | </ | ||
| + | |||
| == Skip CI | == Skip CI | ||
| Ligne 98: | Ligne 103: | ||
| * https:// | * https:// | ||
| - | <code - requirements.txt> | + | '' |
| + | <code -> | ||
| Jinja2==2.11.2 | Jinja2==2.11.2 | ||
| j2cli-3==0.0.1 | j2cli-3==0.0.1 | ||
tech/notes_gitlab-ci_pipeline.1742825205.txt.gz · Dernière modification : de 127.0.0.1
