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}" }