diff --git a/Jenkinsfile b/Jenkinsfile index a03164a..bed23f8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -50,7 +50,7 @@ pipeline { stage('Update GitOps Repo') { steps { withCredentials([usernamePassword( - credentialsId: 'gitea-credentials', + credentialsId: 'gitea-subodh', usernameVariable: 'GITEA_USER_CRED', passwordVariable: 'GITEA_PASS' )]) {