about summary refs log tree commit diff
path: root/main/civisibility/utils/testdata/fixtures/providers/teamcity.json
blob: 086c1c16de11f37869a945384a397d3ca5e72743 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[
  [
    {
      "BUILD_URL": "https://teamcity.com/repo",
      "TEAMCITY_BUILDCONF_NAME": "Test 1",
      "TEAMCITY_VERSION": "2022.10 (build 116751)"
    },
    {
      "ci.job.name": "Test 1",
      "ci.job.url": "https://teamcity.com/repo",
      "ci.provider.name": "teamcity"
    }
  ],
  [
    {
      "BUILD_URL": "https://teamcity.com/repo",
      "DD_GIT_BRANCH": "user-supplied-branch",
      "DD_GIT_COMMIT_AUTHOR_DATE": "usersupplied-authordate",
      "DD_GIT_COMMIT_AUTHOR_EMAIL": "usersupplied-authoremail",
      "DD_GIT_COMMIT_AUTHOR_NAME": "usersupplied-authorname",
      "DD_GIT_COMMIT_COMMITTER_DATE": "usersupplied-comitterdate",
      "DD_GIT_COMMIT_COMMITTER_EMAIL": "usersupplied-comitteremail",
      "DD_GIT_COMMIT_COMMITTER_NAME": "usersupplied-comittername",
      "DD_GIT_COMMIT_MESSAGE": "usersupplied-message",
      "DD_GIT_COMMIT_SHA": "b9f0fb3fdbb94c9d24b2c75b49663122a529e123",
      "DD_GIT_REPOSITORY_URL": "git@github.com:DataDog/userrepo.git",
      "TEAMCITY_BUILDCONF_NAME": "Test 1",
      "TEAMCITY_VERSION": "2022.10 (build 116751)"
    },
    {
      "ci.job.name": "Test 1",
      "ci.job.url": "https://teamcity.com/repo",
      "ci.provider.name": "teamcity",
      "git.branch": "user-supplied-branch",
      "git.commit.author.date": "usersupplied-authordate",
      "git.commit.author.email": "usersupplied-authoremail",
      "git.commit.author.name": "usersupplied-authorname",
      "git.commit.committer.date": "usersupplied-comitterdate",
      "git.commit.committer.email": "usersupplied-comitteremail",
      "git.commit.committer.name": "usersupplied-comittername",
      "git.commit.message": "usersupplied-message",
      "git.commit.sha": "b9f0fb3fdbb94c9d24b2c75b49663122a529e123",
      "git.repository_url": "git@github.com:DataDog/userrepo.git"
    }
  ],
  [
    {
      "BUILD_URL": "https://teamcity.com/repo",
      "DD_GIT_COMMIT_AUTHOR_DATE": "usersupplied-authordate",
      "DD_GIT_COMMIT_AUTHOR_EMAIL": "usersupplied-authoremail",
      "DD_GIT_COMMIT_AUTHOR_NAME": "usersupplied-authorname",
      "DD_GIT_COMMIT_COMMITTER_DATE": "usersupplied-comitterdate",
      "DD_GIT_COMMIT_COMMITTER_EMAIL": "usersupplied-comitteremail",
      "DD_GIT_COMMIT_COMMITTER_NAME": "usersupplied-comittername",
      "DD_GIT_COMMIT_MESSAGE": "usersupplied-message",
      "DD_GIT_COMMIT_SHA": "b9f0fb3fdbb94c9d24b2c75b49663122a529e123",
      "DD_GIT_REPOSITORY_URL": "git@github.com:DataDog/userrepo.git",
      "DD_GIT_TAG": "0.0.2",
      "TEAMCITY_BUILDCONF_NAME": "Test 1",
      "TEAMCITY_VERSION": "2022.10 (build 116751)"
    },
    {
      "ci.job.name": "Test 1",
      "ci.job.url": "https://teamcity.com/repo",
      "ci.provider.name": "teamcity",
      "git.commit.author.date": "usersupplied-authordate",
      "git.commit.author.email": "usersupplied-authoremail",
      "git.commit.author.name": "usersupplied-authorname",
      "git.commit.committer.date": "usersupplied-comitterdate",
      "git.commit.committer.email": "usersupplied-comitteremail",
      "git.commit.committer.name": "usersupplied-comittername",
      "git.commit.message": "usersupplied-message",
      "git.commit.sha": "b9f0fb3fdbb94c9d24b2c75b49663122a529e123",
      "git.repository_url": "git@github.com:DataDog/userrepo.git",
      "git.tag": "0.0.2"
    }
  ]
]