mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 22:35:49 +00:00
Added Jenkinsfile
This commit is contained in:
parent
e0456812f3
commit
13e408f027
1 changed files with 23 additions and 19 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -1,6 +1,10 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent {
|
||||||
|
dockerfile {
|
||||||
|
filename 'Dockerfile'
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue