mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
Delete Jenkinsfile
This commit is contained in:
parent
bdb9758b0c
commit
78622f3a0a
1 changed files with 0 additions and 10 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -1,10 +0,0 @@
|
||||||
pipeline {
|
|
||||||
agent any
|
|
||||||
stages {
|
|
||||||
stage('Build') {
|
|
||||||
steps {
|
|
||||||
sh './mvnw package'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue