This commit is contained in:
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
pipeline {
|
||||
agent {
|
||||
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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user