changing git credentials

This commit is contained in:
areeqakbr 2025-02-24 13:31:19 +07:00
parent 9c53310001
commit 0972d45aa7
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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 {