mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 06:46:24 +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
|
||||
ACR_CREDENTIALS = credentials('acr-credentials')
|
||||
DOCKERHUB_CREDENTIALS = credentials('dockerhub-credentials')
|
||||
GIT_CREDENTIALS = credentials('git-credentials')
|
||||
GIT_CREDENTIALS = credentials('github-credentials-dg0506')
|
||||
}
|
||||
|
||||
stages {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user