We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819bde6 commit cd0b4d0Copy full SHA for cd0b4d0
Sources/DatadogSDKTesting/DDEnvironmentValues.swift
@@ -395,7 +395,7 @@ internal struct DDEnvironmentValues {
395
workspaceEnv = DDEnvironmentValues.getEnvVariable("CI_PROJECT_DIR")
396
pipelineId = DDEnvironmentValues.getEnvVariable("CI_PIPELINE_ID")
397
pipelineNumber = DDEnvironmentValues.getEnvVariable("CI_PIPELINE_IID")
398
- pipelineURL = DDEnvironmentValues.getEnvVariable("CI_PIPELINE_URL")?.replacingOccurrences(of: "/-/", with: "/")
+ pipelineURL = DDEnvironmentValues.getEnvVariable("CI_PIPELINE_URL")
399
pipelineName = DDEnvironmentValues.getEnvVariable("CI_PROJECT_PATH")
400
jobURL = DDEnvironmentValues.getEnvVariable("CI_JOB_URL")
401
jobName = DDEnvironmentValues.getEnvVariable("CI_JOB_NAME")
0 commit comments