mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
Create Jenkinsfile
This commit is contained in:
parent
0619b72113
commit
9afaf99275
1 changed files with 10 additions and 0 deletions
10
Jenkinsfile
vendored
Normal file
10
Jenkinsfile
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
pipeline {
|
||||
stages {
|
||||
stage("Hello world") {
|
||||
sh """
|
||||
echo 'Hello world'
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in a new issue