From f564658508c122e334e6be0dd732823223ec7eb8 Mon Sep 17 00:00:00 2001 From: kurihada Date: Wed, 25 Feb 2026 13:13:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=87=E6=8D=A2=E5=88=B0=20Generic=20?= =?UTF-8?q?Webhook=20Trigger=20=E8=A7=A3=E5=86=B3=20403=20=E8=AE=A4?= =?UTF-8?q?=E8=AF=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 329e520..cec9cab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { } triggers { - gitlab(triggerOnPush: true, branchFilterType: 'All') + GenericTrigger(token: 'no-whatever-deploy') } stages {