updated jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -50,7 +50,7 @@ pipeline {
|
|||||||
stage('Update GitOps Repo') {
|
stage('Update GitOps Repo') {
|
||||||
steps {
|
steps {
|
||||||
withCredentials([usernamePassword(
|
withCredentials([usernamePassword(
|
||||||
credentialsId: 'gitea-credentials',
|
credentialsId: 'gitea-subodh',
|
||||||
usernameVariable: 'GITEA_USER_CRED',
|
usernameVariable: 'GITEA_USER_CRED',
|
||||||
passwordVariable: 'GITEA_PASS'
|
passwordVariable: 'GITEA_PASS'
|
||||||
)]) {
|
)]) {
|
||||||
|
|||||||
Reference in New Issue
Block a user