mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-29 22:39:38 +00:00
add simplet test jenkinsfile
This commit is contained in:
parent
841083a729
commit
9324e6ef3d
1 changed files with 10 additions and 0 deletions
10
Jenkinsfile
vendored
Normal file
10
Jenkinsfile
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
stages {
|
||||||
|
stage('Build') {
|
||||||
|
steps {
|
||||||
|
echo 'Bulding'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue