mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Delete Jenkinsfile
This commit is contained in:
parent
6bfff5d9f0
commit
0c4c7d5c36
1 changed files with 0 additions and 16 deletions
16
Jenkinsfile
vendored
16
Jenkinsfile
vendored
|
@ -1,16 +0,0 @@
|
|||
pipeline {
|
||||
agent {
|
||||
docker {
|
||||
label 'windows'
|
||||
image 'maven:3-alpine'
|
||||
args '-v /root/.m2:/root/.m2'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'mvn -B -DskipTests clean package'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue