This commit is contained in:
dxin
2025-11-07 11:25:23 +08:00
parent f1ba36dc3b
commit 1f6cf2a78a
21 changed files with 871 additions and 9 deletions

View File

@@ -204,7 +204,6 @@ pipeline {
// 输出构建结果
echo "镜像构建成功!"
echo "镜像地址:${REGISTRY}/${NAMESPACE}/${IMAGE_NAME}:${IMAGE_TAG}"
echo "latest 标签地址:${REGISTRY}/${NAMESPACE}/${IMAGE_NAME}:latest"
echo "对应代码提交:${GIT_COMMIT_SHORT}${GIT_COMMIT_MSG}"
}
failure {