mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:25: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 {
|
pipeline {
|
||||||
agent any
|
agent {
|
||||||
tools {
|
docker {
|
||||||
maven 'Maven'
|
image 'maven:3-alpine'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage ('Build') {
|
stage ('Build') {
|
||||||
|
|
Loading…
Reference in a new issue