mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:05:48 +00:00
Delete Jenkinsfile
This commit is contained in:
parent
802b4adafa
commit
bce49993fc
1 changed files with 0 additions and 11 deletions
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
|
@ -1,11 +0,0 @@
|
||||||
pipeline {
|
|
||||||
agent any
|
|
||||||
|
|
||||||
stages {
|
|
||||||
stage('Build') {
|
|
||||||
steps {
|
|
||||||
sh './mvnw package'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue