mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 13:35: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 {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
stages {
|
stages {
|
||||||
stage('') {
|
stage('test') {
|
||||||
steps {
|
steps {
|
||||||
echo 'hello world'
|
echo 'hello world'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue