Jenkinsfile_DB1

This commit is contained in:
vishnu1411 2023-12-16 14:31:30 -05:00
parent b694f3bac2
commit 4155f5652b

2
Jenkinsfile vendored
View file

@ -23,7 +23,7 @@ pipeline {
steps { steps {
// Build a Docker image // Build a Docker image
script { script {
docker.build('petclinic:auto') def customImage = docker.build('petclinic:auto')
} }
} }
} }