mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
64a5c1c25e
commit
99918c4137
1 changed files with 0 additions and 1 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -3,7 +3,6 @@ node {
|
||||||
def dockerImageTag = "petclinic${env.BUILD_NUMBER}"
|
def dockerImageTag = "petclinic${env.BUILD_NUMBER}"
|
||||||
|
|
||||||
try{
|
try{
|
||||||
notifyBuild('STARTED')
|
|
||||||
stage('Clone Repo') {
|
stage('Clone Repo') {
|
||||||
// for display purposes
|
// for display purposes
|
||||||
// Get some code from a GitHub repository
|
// Get some code from a GitHub repository
|
||||||
|
|
Loading…
Reference in a new issue