mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Merge pull request #2 from liatrio/dockerJenkinsFile
Docker jenkins file
This commit is contained in:
commit
919e7609d6
1 changed files with 4 additions and 3 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -1,7 +1,8 @@
|
|||
pipeline {
|
||||
agent any
|
||||
tools {
|
||||
maven 'Maven'
|
||||
agent {
|
||||
docker {
|
||||
image 'maven:3-alpine'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
stage ('Build') {
|
||||
|
|
Loading…
Reference in a new issue