adding docker installation
This commit is contained in:
parent
90cacb86c5
commit
b0509cdced
|
|
@ -1,5 +1,10 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent {
|
||||||
|
docker {
|
||||||
|
image 'docker:latest'
|
||||||
|
args '-v /var/run/docker.sock:/var/run/docker.sock'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
REGISTRY_URL = 'git.winteraccess.id'
|
REGISTRY_URL = 'git.winteraccess.id'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue