mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
create initial JF
This commit is contained in:
parent
8065ad00e2
commit
669abb0d97
1 changed files with 6 additions and 0 deletions
6
Jenkinsfile
vendored
Normal file
6
Jenkinsfile
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
node('with-basic-tools-bea') {
|
||||
stage("Build and test") {
|
||||
checkout scm
|
||||
sh "mvn clean install"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue