fix: use Groovy comment in Jenkinsfile

This commit is contained in:
2026-08-11 23:27:19 +08:00
parent 4aa9f88b6d
commit 5dc21ba846
Vendored
+1 -1
View File
@@ -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}"
}