mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +00:00
added testing jenkinsfile
This commit is contained in:
parent
d3bca412e4
commit
5f367b3e43
1 changed files with 10 additions and 0 deletions
10
JenkinsFile
Normal file
10
JenkinsFile
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
pipeline{
|
||||||
|
agent any
|
||||||
|
stages{
|
||||||
|
stage("build"){
|
||||||
|
steps{
|
||||||
|
echo
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue