fix(pipeline): update registryCredentialsId to use Docker Hub secret
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
fbf00a1046
commit
a92eb07a9b
4
first-class-pipeline/tests/Jenkinsfile
vendored
4
first-class-pipeline/tests/Jenkinsfile
vendored
@ -75,7 +75,7 @@ executeFreeleapsPipeline {
|
||||
// imageReleaseArchitectures used to specify the released image architectures
|
||||
imageReleaseArchitectures: ['linux/amd64', 'linux/arm64'],
|
||||
// registryCredentialsId used to specify the registry credential that stored in Jenkins
|
||||
registryCredentialsId: 'gitops-mvp-app-secret',
|
||||
registryCredentialsId: 'gitops-mvp-app-dockerhub-secret',
|
||||
// semanticReleaseEnabled used to specify whether to enable semantic release
|
||||
semanticReleaseEnabled: true
|
||||
],
|
||||
@ -122,7 +122,7 @@ executeFreeleapsPipeline {
|
||||
// imageReleaseArchitectures used to specify the released image architectures
|
||||
imageReleaseArchitectures: ['linux/amd64', 'linux/arm64'],
|
||||
// registryCredentialsId used to specify the registry credential that stored in Jenkins
|
||||
registryCredentialsId: 'gitops-mvp-app-secret',
|
||||
registryCredentialsId: 'gitops-mvp-app-dockerhub-secret',
|
||||
// semanticReleaseEnabled used to specify whether to enable semantic release
|
||||
semanticReleaseEnabled: true
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user