mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:25:50 +00:00
Updated Jenkinsfile
This commit is contained in:
parent
570e939cae
commit
925ea66595
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,7 +1,7 @@
|
|||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('') {
|
||||
stage('test') {
|
||||
steps {
|
||||
echo 'hello world'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue