change jenkinsfile again
Gitea/homepage/pipeline/head There was a failure building this commit

This commit is contained in:
Georgios Jason Efstathiou
2024-12-23 12:06:01 +01:00
parent bd2f85a09f
commit b7fa2fdcfe
Vendored
+2 -1
View File
@@ -1,7 +1,8 @@
pipeline {
agent {
docker {
image 'bitnami/kaniko'
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
}
}