how about this
Gitea/homepage/pipeline/head There was a failure building this commit

This commit is contained in:
Georgios Jason Efstathiou
2024-12-22 20:35:04 +01:00
parent 5f00dacd53
commit c6eb78ec18
Vendored
+1 -1
View File
@@ -1,7 +1,7 @@
pipeline { pipeline {
agent { agent {
docker { docker {
image 'node:16-alpine' // Use an image with Node.js and Docker installed 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 args '-u root -v /var/run/docker.sock:/var/run/docker.sock' // Mount Docker socket
} }
} }