Update Jenkinsfile

This commit is contained in:
MoMaMi 2020-09-20 23:01:22 +04:00 committed by GitHub
parent 1c242c239e
commit d48cb840d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

@ -15,6 +15,7 @@
}
stage('Build petclinic') {
agent { dockerfile true }
steps {}
}
}
}