adding container pipeline

This commit is contained in:
areeqakbr 2025-02-25 14:12:14 +07:00
parent cf44fe08ae
commit deb9054e5c
1 changed files with 9 additions and 0 deletions

9
Jenkinsfile vendored
View File

@ -18,6 +18,15 @@ spec:
- name: docker-sock
hostPath:
path: /var/run/docker.sock
- name: kubectl
image: bitnami/kubectl:latest
command:
- cat
tty: true
volumes:
- name: docker-sock
hostPath:
path: /var/run/docker.sock
'''
}
}