From c4ef2af9df95da79c94c17d1aa9643e77056ff3d Mon Sep 17 00:00:00 2001 From: Ashir Ali <32892597+AshirAli@users.noreply.github.com> Date: Thu, 30 Apr 2026 20:51:24 +0530 Subject: [PATCH] fix: PAT update --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9ddbcba..1d02852 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,7 +45,7 @@ pipeline { branches: [[name: '*/dev']], userRemoteConfigs: [[ url: 'https://gt.mgsigma.net/GGH/gg-backend.git', - credentialsId: 'gittea_PAT_aji' + credentialsId: 'SYS_BOT_PAT' ]] ]) }