Jelajahi Sumber

Initial commit5

luhaowen 1 Minggu lalu
induk
melakukan
05f2a72d92
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  1. 3 0
      vars/onBuildEvent.groovy

+ 3 - 0
vars/onBuildEvent.groovy

@@ -1,5 +1,8 @@
 #!/usr/bin/env groovy
 def call(String phase) {
+    // ===== 日志:确认加载的是新代码 =====
+    println "[feishu-card] onBuildEvent phase=${phase} , loaded from ${getClass().protectionDomain.codeSource.location}"
+    // =====================================
     // 1. 先把凭据解析成真正的 URL 字符串
     String webhook = credentials('feishu-webhook')