mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
e5d76df194
commit
d41d703578
1 changed files with 0 additions and 11 deletions
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
|
@ -3,17 +3,6 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent none
|
agent none
|
||||||
stages {
|
stages {
|
||||||
stage('Maven Install') {
|
|
||||||
agent {
|
|
||||||
docker {
|
|
||||||
image 'maven:3.5.4-jdk-8-alpine'
|
|
||||||
args '-u root'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
steps {
|
|
||||||
sh 'mvn clean install -Dmaven.test.skip=true'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('Docker Build') {
|
stage('Docker Build') {
|
||||||
agent any
|
agent any
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue