mirror of
https://github.com/newtype256/esgi-devops.git
synced 2025-06-06 09:46:28 +02:00
slides: mise à jour, ajout de Docker, CI
This commit is contained in:
parent
d9f313da55
commit
9e4191a858
12 changed files with 358 additions and 0 deletions
6
illustrations/4_jenkins/jenkins.nix
Normal file
6
illustrations/4_jenkins/jenkins.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
services.jenkins = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue