Update Jenkinsfile

This commit is contained in:
Marija Stopa 2025-01-17 14:50:29 +01:00 committed by GitHub
parent ed292a080f
commit ee41c939a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

7
Jenkinsfile vendored
View file

@ -1,10 +1,5 @@
pipeline { pipeline {
agent { agent any
docker {
image 'docker:latest'
args '--privileged -v /var/lib/docker'
}
}
environment { environment {
DOCKER_CREDENTIALS_ID = 'dockerhub-credentials' DOCKER_CREDENTIALS_ID = 'dockerhub-credentials'
} }