From 0972d45aa71daa7ed625d465b561d6663866fc0b Mon Sep 17 00:00:00 2001 From: areeqakbr Date: Mon, 24 Feb 2025 13:31:19 +0700 Subject: [PATCH] changing git credentials --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 297da30..a4ae5dd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent any environment { - GIT_CREDENTIALS = '8b0e90f6-53b0-416c-9b25-d338b86c8a3a' // This should be the ID of your Jenkins credentials + GIT_CREDENTIALS = '8242519c-ed9e-447a-ad63-1f8d7368cf68' // This should be the ID of your Jenkins credentials } stages {