mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
9afaf99275
commit
03e83a4be3
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -3,6 +3,7 @@ pipeline {
|
||||||
stage("Hello world") {
|
stage("Hello world") {
|
||||||
sh """
|
sh """
|
||||||
echo 'Hello world'
|
echo 'Hello world'
|
||||||
|
echo 'Additional echo statement'
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue