@@ -2,6 +2,9 @@ kind: pipeline
type: docker
name: default
+clone:
+ depth: 50
+
steps:
# 步骤 1: Maven 构建
- name: build-with-maven