change dat jenkinsfile again
Gitea/homepage/pipeline/head This commit looks good

This commit is contained in:
Georgios Jason Efstathiou
2024-12-23 12:34:23 +01:00
parent b7fa2fdcfe
commit 7428b8a6e1
Vendored
+1 -6
View File
@@ -1,10 +1,5 @@
pipeline {
agent {
docker {
image 'docker' // Use an image with Node.js and Docker installed
args '-u root -v /var/run/docker.sock:/var/run/docker.sock' // Mount Docker socket
}
}
agent any
environment {
REGISTRY = "docker-registry.service.consul"