Actualiser Jenkinsfile

This commit is contained in:
wkadmin 2025-10-30 13:29:02 +00:00
parent b033dfabf7
commit 86b8bf15e4

7
Jenkinsfile vendored
View File

@ -1,5 +1,10 @@
pipeline { pipeline {
agent any agent {
docker {
image 'node:20'
args '-v /var/run/docker.sock:/var/run/docker.sock'
}
}
environment { environment {
REGISTRY = 'registry.wk-archi-o24a-15m-g3.fr' REGISTRY = 'registry.wk-archi-o24a-15m-g3.fr'