updated jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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'
|
||||
)]) {
|
||||
|
||||
Reference in New Issue
Block a user