From 5dc21ba8462c76eb2d752411abf7dbfda15f2457 Mon Sep 17 00:00:00 2001 From: nanxun Date: Tue, 11 Aug 2026 23:27:19 +0800 Subject: [PATCH] fix: use Groovy comment in Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 93ca634..d45d179 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ pipeline { DOTNET_CLI_HOME = "${WORKSPACE}/.ci/dotnet-home" POSTGRES_SERVICE_BUILD_TMPDIR = "${WORKSPACE}/.ci/fnos-build" LIVERECORDER_VERIFY_TMPDIR = "${WORKSPACE}/.ci/fnos-verify" - # Keep PostgreSQL's Unix-domain socket below Linux's 107-byte path limit. + // Keep PostgreSQL's Unix-domain socket below Linux's 107-byte path limit. POSTGRES_SERVICE_SMOKE_TMPDIR = "/tmp/postgresshare-smoke-${BUILD_NUMBER}" }