Update Jenkinsfile

This commit is contained in:
A-hash-bit 2022-08-11 16:26:26 +05:30 committed by GitHub
parent 64a5c1c25e
commit 99918c4137
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

@ -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