Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4f16402

Browse files
author
ci.datadog-api-spec
committedDec 12, 2024·
Regenerate client from commit 204f3d8d of spec repo
1 parent 54ccf19 commit 4f16402

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎.apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-12-12 15:23:55.428002",
8-
"spec_repo_commit": "222e1f81"
7+
"regenerated": "2024-12-12 21:28:16.518174",
8+
"spec_repo_commit": "204f3d8d"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-12-12 15:23:55.483586",
13-
"spec_repo_commit": "222e1f81"
12+
"regenerated": "2024-12-12 21:28:16.537294",
13+
"spec_repo_commit": "204f3d8d"
1414
}
1515
}
1616
}

‎src/test/resources/com/datadog/api/client/v2/api/ci_visibility_pipelines.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Feature: CI Visibility Pipelines
108108
When the request is sent
109109
Then the response status is 202 Request accepted for processing
110110

111-
@skip @team:Datadog/ci-app-backend
111+
@skip-typescript @team:Datadog/ci-app-backend
112112
Scenario: Send pipeline job event returns "Request accepted for processing" response
113113
Given new "CreateCIAppPipelineEvent" request
114114
And body with value {"data": {"attributes": {"resource": {"level": "job", "id": "cf9456de-8b9e-4c27-aa79-27b1e78c1a33", "name": "Build image", "pipeline_unique_id": "3eacb6f3-ff04-4e10-8a9c-46e6d054024a", "pipeline_name": "Deploy to AWS", "start": "{{ timeISO('now - 120s') }}", "end": "{{ timeISO('now - 30s') }}", "status": "error", "url": "https://my-ci-provider.example/jobs/my-jobs/run/1"}}, "type": "cipipeline_resource_request"}}

0 commit comments

Comments
 (0)
Please sign in to comment.