This commit is contained in:
Vendored
+1
-2
@@ -1,8 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'docker' // Use an image with Node.js and Docker installed
|
image 'bitnami/kaniko'
|
||||||
args '-u root -v /var/run/docker.sock:/var/run/docker.sock' // Mount Docker socket
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user