Update Jenkinsfile

Signed-off-by: prankumargrid <prankumar@griddynamics.com>
This commit is contained in:
prankumargrid 2025-04-25 13:10:08 +05:30 committed by GitHub
parent b1861babf7
commit ab0a17732e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

7
Jenkinsfile vendored
View file

@ -1,5 +1,10 @@
pipeline{
agent any
agent {
docker {
image 'docker:24.0.5-dind' // Or use another version
args '--privileged' // Required to run Docker inside Docker
}
}
environment{
imageTag = "latest"