From ccdb3a7d6955a279534cd2ae17aa20255495690f Mon Sep 17 00:00:00 2001 From: khushimodi <68378565+khushimodi@users.noreply.github.com> Date: Fri, 7 Jun 2024 19:04:38 +0530 Subject: [PATCH] Update Jenkinsfile-ECR getting error , this is suggested changes. --- Jenkinsfile-ECR | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile-ECR b/Jenkinsfile-ECR index 5f1c550c..d7eed6b8 100644 --- a/Jenkinsfile-ECR +++ b/Jenkinsfile-ECR @@ -1,4 +1,4 @@ -@Library('my-shared-library') _ +@Library('my-shared-library@1.0') _ pipeline{ @@ -169,4 +169,4 @@ pipeline{ } } } -} \ No newline at end of file +}