Commit d477e331 authored by lijingang's avatar lijingang

执行

parent c880eae7
...@@ -88,7 +88,7 @@ pipeline { ...@@ -88,7 +88,7 @@ pipeline {
try { try {
// 基础信息准备 // 基础信息准备
def commitId = env.GIT_COMMIT ?: "未知Commit" // 优先使用 env.GIT_COMMIT 获取最新的 Commit ID 和相关信息 def commitId = env.GIT_COMMIT ?: "未知Commit" // 优先使用 env.GIT_COMMIT 获取最新的 Commit ID 和相关信息
def actionType = "SKIP" // 默认不执行 def actionType = "SKIP1" // 默认不执行
echo "webapps: ${params.webapps}" echo "webapps: ${params.webapps}"
// --- 优先级 1: 检查 Tag --- // --- 优先级 1: 检查 Tag ---
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment