fix: use Groovy comment in Jenkinsfile
This commit is contained in:
Vendored
+1
-1
@@ -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}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user