updated jenkinsfile

This commit is contained in:
2026-02-16 16:45:02 +00:00
parent 1eb64fdef3
commit 872ad3ab78

2
Jenkinsfile vendored
View File

@@ -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'
)]) {