mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +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}"
|
||||
|
||||
try{
|
||||
notifyBuild('STARTED')
|
||||
stage('Clone Repo') {
|
||||
// for display purposes
|
||||
// Get some code from a GitHub repository
|
||||
|
|
Loading…
Reference in a new issue