mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15:50 +00:00
corrected echo in jenkinsfile
This commit is contained in:
parent
5f367b3e43
commit
d2b5393292
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ pipeline{
|
|||
stages{
|
||||
stage("build"){
|
||||
steps{
|
||||
echo
|
||||
echo "hello"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue