From 99918c4137d89884517b4e64cbf33e537c1f270b Mon Sep 17 00:00:00 2001 From: A-hash-bit <58227483+A-hash-bit@users.noreply.github.com> Date: Thu, 11 Aug 2022 16:26:26 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0f0dc8610..d53835f9b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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