Remove duplicate Checkout stage from Jenkinsfile

This commit is contained in:
FOXeverx 2025-09-17 18:18:09 +08:00
parent 6c17a547ea
commit 1b9ffebed9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM registry.cn-hangzhou.aliyuncs.com/google_containers/openjdk:17-slim
FROM registry.cn-hangzhou.aliyuncs.com/dragonwell/dragonwell:17
# 设置工作目录
WORKDIR /app