mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 16:06:23 +00:00
Jenkinsfile: Git credentials ID 수정
- git-credentials → github-credentials-dg0506로 변경 - Jenkins에 등록된 실제 credential ID와 일치시킴
This commit is contained in:
parent
d7742d60c3
commit
2c59283d6c
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -28,7 +28,7 @@ pipeline {
|
|||||||
// Credentials
|
// Credentials
|
||||||
ACR_CREDENTIALS = credentials('acr-credentials')
|
ACR_CREDENTIALS = credentials('acr-credentials')
|
||||||
DOCKERHUB_CREDENTIALS = credentials('dockerhub-credentials')
|
DOCKERHUB_CREDENTIALS = credentials('dockerhub-credentials')
|
||||||
GIT_CREDENTIALS = credentials('git-credentials')
|
GIT_CREDENTIALS = credentials('github-credentials-dg0506')
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user