|
@@ -4,12 +4,12 @@ def DOCKER_REGISTRY_URL = "registry.cn-shanghai.aliyuncs.com"
|
|
|
// 镜像仓库命名空间名称
|
|
|
def DOCKER_REGISTRY_NAMESPACE = "advich-group"
|
|
|
// 镜像拉取凭证 => jenkins全局凭证中配置
|
|
|
-def DOCKER_REGISTRY_AUTH = "aliyun_docker_registry"
|
|
|
+def DOCKER_REGISTRY_AUTH = "6ec7fc8d-859f-43ba-8ebc-337bedec055b"
|
|
|
|
|
|
|
|
|
// ==================== ↓↓↓↓↓↓ git ↓↓↓↓↓↓ ====================
|
|
|
// git凭证 => jenkins全局凭证中配置
|
|
|
-def GIT_AUTH = "git_auth"
|
|
|
+def GIT_AUTH = "4ca60a85-5276-4333-a0ef-f397af820683"
|
|
|
|
|
|
|
|
|
// ==================== ↓↓↓↓↓↓ project ↓↓↓↓↓↓ ====================
|