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' ]] ]) }