Mise à jour de 'Lancer un exécuteur Jenkins sur sa machine'

pcaseiro 2023-02-16 14:46:48 +01:00
parent 9b9861dca5
commit 567304633d
1 changed files with 4 additions and 0 deletions

@ -12,8 +12,12 @@ Si le nombre d'exécuteurs sur Jenkins est insuffisant il peut être intéressan
Dans un terminal, lancer la commande suivante
```
mkdir -p workspace
docker run \
-it --rm \
-v /var/run/docker.sock:/var/run/docker.sock \
-v workspace:/workspace \
-e JENKINS_SLAVE_NAME="${JENKINS_SLAVE_NAME}" \
-e JENKINS_SLAVE_USERNAME="${JENKINS_SLAVE_USERNAME}" \
-e JENKINS_SLAVE_PASSWORD="${JENKINS_SLAVE_PASSWORD}" \