mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
4364f3e9df
commit
20ca5de2a2
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -25,10 +25,10 @@ pipeline{
|
||||||
echo "========always========"
|
echo "========always========"
|
||||||
}
|
}
|
||||||
success{
|
success{
|
||||||
echo "========pipeline executed successfully ========"
|
echo "========pipeline executed successfully ======="
|
||||||
}
|
}
|
||||||
failure{
|
failure{
|
||||||
echo "========pipeline execution failed========"
|
echo "========pipeline execution failed========"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue