mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +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{
|
stages{
|
||||||
stage("build"){
|
stage("build"){
|
||||||
steps{
|
steps{
|
||||||
echo
|
echo "hello"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue