|
352 | 352 | "git.tag": "0.1.0" |
353 | 353 | } |
354 | 354 | ], |
| 355 | + [ |
| 356 | + { |
| 357 | + "GITHUB_ACTION": "run", |
| 358 | + "GITHUB_JOB": "github-job-name", |
| 359 | + "GITHUB_REF": "origin/tags/0.1.0", |
| 360 | + "GITHUB_REPOSITORY": "ghactions-repo", |
| 361 | + "GITHUB_RUN_ID": "ghactions-pipeline-id", |
| 362 | + "GITHUB_RUN_NUMBER": "ghactions-pipeline-number", |
| 363 | + "GITHUB_SERVER_URL": "https://github.com", |
| 364 | + "GITHUB_SHA": "ghactions-commit", |
| 365 | + "GITHUB_WORKFLOW": "ghactions-pipeline-name", |
| 366 | + "GITHUB_WORKSPACE": "/foo/bar" |
| 367 | + }, |
| 368 | + { |
| 369 | + "_dd.ci.env_vars": "{\"GITHUB_SERVER_URL\":\"https://github.com\",\"GITHUB_REPOSITORY\":\"ghactions-repo\",\"GITHUB_RUN_ID\":\"ghactions-pipeline-id\"}", |
| 370 | + "ci.job.name": "github-job-name", |
| 371 | + "ci.job.url": "https://github.com/ghactions-repo/commit/ghactions-commit/checks", |
| 372 | + "ci.pipeline.id": "ghactions-pipeline-id", |
| 373 | + "ci.pipeline.name": "ghactions-pipeline-name", |
| 374 | + "ci.pipeline.number": "ghactions-pipeline-number", |
| 375 | + "ci.pipeline.url": "https://github.com/ghactions-repo/actions/runs/ghactions-pipeline-id", |
| 376 | + "ci.provider.name": "github", |
| 377 | + "ci.workspace_path": "/foo/bar", |
| 378 | + "git.commit.sha": "ghactions-commit", |
| 379 | + "git.repository_url": "https://github.com/ghactions-repo.git", |
| 380 | + "git.tag": "0.1.0" |
| 381 | + } |
| 382 | + ], |
| 383 | + [ |
| 384 | + { |
| 385 | + "GITHUB_ACTION": "run", |
| 386 | + "GITHUB_JOB": "github-job-name", |
| 387 | + "GITHUB_REF": "origin/tags/0.1.0", |
| 388 | + "GITHUB_REPOSITORY": "ghactions-repo", |
| 389 | + "GITHUB_RUN_ID": "ghactions-pipeline-id", |
| 390 | + "GITHUB_RUN_NUMBER": "ghactions-pipeline-number", |
| 391 | + "GITHUB_SERVER_URL": "https://user:[email protected]", |
| 392 | + "GITHUB_SHA": "ghactions-commit", |
| 393 | + "GITHUB_WORKFLOW": "ghactions-pipeline-name", |
| 394 | + "GITHUB_WORKSPACE": "/foo/bar" |
| 395 | + }, |
| 396 | + { |
| 397 | + "_dd.ci.env_vars": "{\"GITHUB_SERVER_URL\":\"https://github.com\",\"GITHUB_REPOSITORY\":\"ghactions-repo\",\"GITHUB_RUN_ID\":\"ghactions-pipeline-id\"}", |
| 398 | + "ci.job.name": "github-job-name", |
| 399 | + "ci.job.url": "https://github.com/ghactions-repo/commit/ghactions-commit/checks", |
| 400 | + "ci.pipeline.id": "ghactions-pipeline-id", |
| 401 | + "ci.pipeline.name": "ghactions-pipeline-name", |
| 402 | + "ci.pipeline.number": "ghactions-pipeline-number", |
| 403 | + "ci.pipeline.url": "https://github.com/ghactions-repo/actions/runs/ghactions-pipeline-id", |
| 404 | + "ci.provider.name": "github", |
| 405 | + "ci.workspace_path": "/foo/bar", |
| 406 | + "git.commit.sha": "ghactions-commit", |
| 407 | + "git.repository_url": "https://github.com/ghactions-repo.git", |
| 408 | + "git.tag": "0.1.0" |
| 409 | + } |
| 410 | + ], |
| 411 | + [ |
| 412 | + { |
| 413 | + "GITHUB_ACTION": "run", |
| 414 | + "GITHUB_JOB": "github-job-name", |
| 415 | + "GITHUB_REF": "origin/tags/0.1.0", |
| 416 | + "GITHUB_REPOSITORY": "ghactions-repo", |
| 417 | + "GITHUB_RUN_ID": "ghactions-pipeline-id", |
| 418 | + "GITHUB_RUN_NUMBER": "ghactions-pipeline-number", |
| 419 | + "GITHUB_SERVER_URL": "https://[email protected]", |
| 420 | + "GITHUB_SHA": "ghactions-commit", |
| 421 | + "GITHUB_WORKFLOW": "ghactions-pipeline-name", |
| 422 | + "GITHUB_WORKSPACE": "/foo/bar" |
| 423 | + }, |
| 424 | + { |
| 425 | + "_dd.ci.env_vars": "{\"GITHUB_SERVER_URL\":\"https://github.com\",\"GITHUB_REPOSITORY\":\"ghactions-repo\",\"GITHUB_RUN_ID\":\"ghactions-pipeline-id\"}", |
| 426 | + "ci.job.name": "github-job-name", |
| 427 | + "ci.job.url": "https://github.com/ghactions-repo/commit/ghactions-commit/checks", |
| 428 | + "ci.pipeline.id": "ghactions-pipeline-id", |
| 429 | + "ci.pipeline.name": "ghactions-pipeline-name", |
| 430 | + "ci.pipeline.number": "ghactions-pipeline-number", |
| 431 | + "ci.pipeline.url": "https://github.com/ghactions-repo/actions/runs/ghactions-pipeline-id", |
| 432 | + "ci.provider.name": "github", |
| 433 | + "ci.workspace_path": "/foo/bar", |
| 434 | + "git.commit.sha": "ghactions-commit", |
| 435 | + "git.repository_url": "https://github.com/ghactions-repo.git", |
| 436 | + "git.tag": "0.1.0" |
| 437 | + } |
| 438 | + ], |
| 439 | + [ |
| 440 | + { |
| 441 | + "GITHUB_ACTION": "run", |
| 442 | + "GITHUB_JOB": "github-job-name", |
| 443 | + "GITHUB_REF": "origin/tags/0.1.0", |
| 444 | + "GITHUB_REPOSITORY": "ghactions-repo", |
| 445 | + "GITHUB_RUN_ID": "ghactions-pipeline-id", |
| 446 | + "GITHUB_RUN_NUMBER": "ghactions-pipeline-number", |
| 447 | + "GITHUB_SERVER_URL": "https://user:[email protected]:1234", |
| 448 | + "GITHUB_SHA": "ghactions-commit", |
| 449 | + "GITHUB_WORKFLOW": "ghactions-pipeline-name", |
| 450 | + "GITHUB_WORKSPACE": "/foo/bar" |
| 451 | + }, |
| 452 | + { |
| 453 | + "_dd.ci.env_vars": "{\"GITHUB_SERVER_URL\":\"https://github.com:1234\",\"GITHUB_REPOSITORY\":\"ghactions-repo\",\"GITHUB_RUN_ID\":\"ghactions-pipeline-id\"}", |
| 454 | + "ci.job.name": "github-job-name", |
| 455 | + "ci.job.url": "https://github.com:1234/ghactions-repo/commit/ghactions-commit/checks", |
| 456 | + "ci.pipeline.id": "ghactions-pipeline-id", |
| 457 | + "ci.pipeline.name": "ghactions-pipeline-name", |
| 458 | + "ci.pipeline.number": "ghactions-pipeline-number", |
| 459 | + "ci.pipeline.url": "https://github.com:1234/ghactions-repo/actions/runs/ghactions-pipeline-id", |
| 460 | + "ci.provider.name": "github", |
| 461 | + "ci.workspace_path": "/foo/bar", |
| 462 | + "git.commit.sha": "ghactions-commit", |
| 463 | + "git.repository_url": "https://github.com:1234/ghactions-repo.git", |
| 464 | + "git.tag": "0.1.0" |
| 465 | + } |
| 466 | + ], |
| 467 | + [ |
| 468 | + { |
| 469 | + "GITHUB_ACTION": "run", |
| 470 | + "GITHUB_JOB": "github-job-name", |
| 471 | + "GITHUB_REF": "origin/tags/0.1.0", |
| 472 | + "GITHUB_REPOSITORY": "ghactions-repo", |
| 473 | + "GITHUB_RUN_ID": "ghactions-pipeline-id", |
| 474 | + "GITHUB_RUN_NUMBER": "ghactions-pipeline-number", |
| 475 | + "GITHUB_SERVER_URL": "https://user:[email protected]", |
| 476 | + "GITHUB_SHA": "ghactions-commit", |
| 477 | + "GITHUB_WORKFLOW": "ghactions-pipeline-name", |
| 478 | + "GITHUB_WORKSPACE": "/foo/bar" |
| 479 | + }, |
| 480 | + { |
| 481 | + "_dd.ci.env_vars": "{\"GITHUB_SERVER_URL\":\"https://1.1.1.1\",\"GITHUB_REPOSITORY\":\"ghactions-repo\",\"GITHUB_RUN_ID\":\"ghactions-pipeline-id\"}", |
| 482 | + "ci.job.name": "github-job-name", |
| 483 | + "ci.job.url": "https://1.1.1.1/ghactions-repo/commit/ghactions-commit/checks", |
| 484 | + "ci.pipeline.id": "ghactions-pipeline-id", |
| 485 | + "ci.pipeline.name": "ghactions-pipeline-name", |
| 486 | + "ci.pipeline.number": "ghactions-pipeline-number", |
| 487 | + "ci.pipeline.url": "https://1.1.1.1/ghactions-repo/actions/runs/ghactions-pipeline-id", |
| 488 | + "ci.provider.name": "github", |
| 489 | + "ci.workspace_path": "/foo/bar", |
| 490 | + "git.commit.sha": "ghactions-commit", |
| 491 | + "git.repository_url": "https://1.1.1.1/ghactions-repo.git", |
| 492 | + "git.tag": "0.1.0" |
| 493 | + } |
| 494 | + ], |
| 495 | + [ |
| 496 | + { |
| 497 | + "GITHUB_ACTION": "run", |
| 498 | + "GITHUB_JOB": "github-job-name", |
| 499 | + "GITHUB_REF": "origin/tags/0.1.0", |
| 500 | + "GITHUB_REPOSITORY": "ghactions-repo", |
| 501 | + "GITHUB_RUN_ID": "ghactions-pipeline-id", |
| 502 | + "GITHUB_RUN_NUMBER": "ghactions-pipeline-number", |
| 503 | + "GITHUB_SERVER_URL": "https://user:[email protected]:1234", |
| 504 | + "GITHUB_SHA": "ghactions-commit", |
| 505 | + "GITHUB_WORKFLOW": "ghactions-pipeline-name", |
| 506 | + "GITHUB_WORKSPACE": "/foo/bar" |
| 507 | + }, |
| 508 | + { |
| 509 | + "_dd.ci.env_vars": "{\"GITHUB_SERVER_URL\":\"https://1.1.1.1:1234\",\"GITHUB_REPOSITORY\":\"ghactions-repo\",\"GITHUB_RUN_ID\":\"ghactions-pipeline-id\"}", |
| 510 | + "ci.job.name": "github-job-name", |
| 511 | + "ci.job.url": "https://1.1.1.1:1234/ghactions-repo/commit/ghactions-commit/checks", |
| 512 | + "ci.pipeline.id": "ghactions-pipeline-id", |
| 513 | + "ci.pipeline.name": "ghactions-pipeline-name", |
| 514 | + "ci.pipeline.number": "ghactions-pipeline-number", |
| 515 | + "ci.pipeline.url": "https://1.1.1.1:1234/ghactions-repo/actions/runs/ghactions-pipeline-id", |
| 516 | + "ci.provider.name": "github", |
| 517 | + "ci.workspace_path": "/foo/bar", |
| 518 | + "git.commit.sha": "ghactions-commit", |
| 519 | + "git.repository_url": "https://1.1.1.1:1234/ghactions-repo.git", |
| 520 | + "git.tag": "0.1.0" |
| 521 | + } |
| 522 | + ], |
355 | 523 | [ |
356 | 524 | { |
357 | 525 | "GITHUB_ACTION": "run", |
|
0 commit comments