{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by LaChope"
        },
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by LaChope"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 7,
      "buildableTimeMillis" : 7,
      "buildingDurationMillis" : 137861,
      "executingTimeMillis" : 137861,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 9412,
      "waitingTimeMillis" : 9412
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "detached" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 72,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "828a0db47cdbc2447f169b74c9dd1ebc0265c6a3",
            "branch" : [
              {
                "SHA1" : "828a0db47cdbc2447f169b74c9dd1ebc0265c6a3",
                "name" : "detached"
              }
            ]
          },
          "revision" : {
            "SHA1" : "828a0db47cdbc2447f169b74c9dd1ebc0265c6a3",
            "branch" : [
              {
                "SHA1" : "828a0db47cdbc2447f169b74c9dd1ebc0265c6a3",
                "name" : "detached"
              }
            ]
          }
        },
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 152,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "cc86a80bf63c1c7e6ca6c184d318e4c5b8f4ce6a",
            "branch" : [
              {
                "SHA1" : "cc86a80bf63c1c7e6ca6c184d318e4c5b8f4ce6a",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "cc86a80bf63c1c7e6ca6c184d318e4c5b8f4ce6a",
            "branch" : [
              {
                "SHA1" : "cc86a80bf63c1c7e6ca6c184d318e4c5b8f4ce6a",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "cc86a80bf63c1c7e6ca6c184d318e4c5b8f4ce6a",
        "branch" : [
          {
            "SHA1" : "cc86a80bf63c1c7e6ca6c184d318e4c5b8f4ce6a",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/kbss-cvut/s-forms.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "s-forms-0.3.5.tgz",
      "fileName" : "s-forms-0.3.5.tgz",
      "relativePath" : "s-forms-0.3.5.tgz"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#152",
  "duration" : 137861,
  "estimatedDuration" : 123138,
  "executor" : None,
  "fullDisplayName" : "SForms #152",
  "id" : "152",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 152,
  "queueId" : 385,
  "result" : "SUCCESS",
  "timestamp" : 1649438716002,
  "url" : "https://kbss.felk.cvut.cz/jenkins/view/JavaScript/job/s-forms/152/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package-lock.json",
          "jest.config.js",
          "test/__tests__/Answer.test.js",
          "test/__tests__/DefaultFormGenerator.test.js",
          "package.json",
          "test/setup.js",
          "src/model/DefaultFormGenerator.js",
          ".babelrc",
          "jest.config.cjs"
        ],
        "commitId" : "e24ec571334df7b45c756269f9841de942eab9d3",
        "timestamp" : 1648118930000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[Fix #113] Fix existing tests\u000a",
        "date" : "2022-03-24 11:48:50 +0100",
        "id" : "e24ec571334df7b45c756269f9841de942eab9d3",
        "msg" : "[Fix #113] Fix existing tests",
        "paths" : [
          {
            "editType" : "add",
            "file" : ".babelrc"
          },
          {
            "editType" : "edit",
            "file" : "test/setup.js"
          },
          {
            "editType" : "delete",
            "file" : "jest.config.js"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/DefaultFormGenerator.test.js"
          },
          {
            "editType" : "edit",
            "file" : "package-lock.json"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/Answer.test.js"
          },
          {
            "editType" : "edit",
            "file" : "src/model/DefaultFormGenerator.js"
          },
          {
            "editType" : "add",
            "file" : "jest.config.cjs"
          },
          {
            "editType" : "edit",
            "file" : "package.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/stories/QuestionCommentIcon.stories.tsx",
          "package.json",
          "package-lock.json",
          "src/components/comment/QuestionCommentIcon.jsx"
        ],
        "commitId" : "77f52a06761e8b4f9073d8575541d73e80493e31",
        "timestamp" : 1648127727000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[New #113] Add useEvent to trigger comment tooltip\u000a",
        "date" : "2022-03-24 14:15:27 +0100",
        "id" : "77f52a06761e8b4f9073d8575541d73e80493e31",
        "msg" : "[New #113] Add useEvent to trigger comment tooltip",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/comment/QuestionCommentIcon.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/stories/QuestionCommentIcon.stories.tsx"
          },
          {
            "editType" : "edit",
            "file" : "package-lock.json"
          },
          {
            "editType" : "edit",
            "file" : "package.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/styles/s-forms.css"
        ],
        "commitId" : "4ae5c923cf7d8cbcf51adcce0c0c2cf7f0b06fd8",
        "timestamp" : 1648127979000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[Upd #113] Make visual change to test chromatic\u000a",
        "date" : "2022-03-24 14:19:39 +0100",
        "id" : "4ae5c923cf7d8cbcf51adcce0c0c2cf7f0b06fd8",
        "msg" : "[Upd #113] Make visual change to test chromatic",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/styles/s-forms.css"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/styles/s-forms.css"
        ],
        "commitId" : "871607de876c8b66422733c39922e612223118b0",
        "timestamp" : 1648130213000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[Upd #113] Revert changes\u000a",
        "date" : "2022-03-24 14:56:53 +0100",
        "id" : "871607de876c8b66422733c39922e612223118b0",
        "msg" : "[Upd #113] Revert changes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/styles/s-forms.css"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package.json",
          "test/setup.js",
          "package-lock.json",
          "jest.config.cjs",
          ".storybook/main.cjs"
        ],
        "commitId" : "c1f56d75b29986a2fe242d5d219891c4565ad9b3",
        "timestamp" : 1648201559000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[New #113] Set up environment to test stories\u000a",
        "date" : "2022-03-25 10:45:59 +0100",
        "id" : "c1f56d75b29986a2fe242d5d219891c4565ad9b3",
        "msg" : "[New #113] Set up environment to test stories",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "package.json"
          },
          {
            "editType" : "edit",
            "file" : "test/setup.js"
          },
          {
            "editType" : "edit",
            "file" : "jest.config.cjs"
          },
          {
            "editType" : "edit",
            "file" : "package-lock.json"
          },
          {
            "editType" : "edit",
            "file" : ".storybook/main.cjs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "test/__tests__/DefaultFormGenerator.test.js",
          "src/model/FormGenerator.js"
        ],
        "commitId" : "f7b367f7df9c30574fbd369439006d0d2aec1344",
        "timestamp" : 1648540991000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[Fix #113] Fix existing tests\u000a",
        "date" : "2022-03-29 10:03:11 +0200",
        "id" : "f7b367f7df9c30574fbd369439006d0d2aec1344",
        "msg" : "[Fix #113] Fix existing tests",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/model/FormGenerator.js"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/DefaultFormGenerator.test.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "test/__tests__/TypeaheadAnswer.test.js"
        ],
        "commitId" : "5d687038e0e3e967817ff13201c715544c8e7185",
        "timestamp" : 1648541098000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[Upd #113] Removing useless test (testing external component)\u000a",
        "date" : "2022-03-29 10:04:58 +0200",
        "id" : "5d687038e0e3e967817ff13201c715544c8e7185",
        "msg" : "[Upd #113] Removing useless test (testing external component)",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "test/__tests__/TypeaheadAnswer.test.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package.json",
          ".storybook/preview.js",
          "package-lock.json",
          "src/stories/Answer.stories.tsx"
        ],
        "commitId" : "d69fae88445e3e82cc85da6b5dad2e180c1b6221",
        "timestamp" : 1648542533000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[Upd #113] Add global decorator\u000a",
        "date" : "2022-03-29 10:28:53 +0200",
        "id" : "d69fae88445e3e82cc85da6b5dad2e180c1b6221",
        "msg" : "[Upd #113] Add global decorator",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "package.json"
          },
          {
            "editType" : "edit",
            "file" : "package-lock.json"
          },
          {
            "editType" : "edit",
            "file" : "src/stories/Answer.stories.tsx"
          },
          {
            "editType" : "edit",
            "file" : ".storybook/preview.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/stories/QuestionCommentIcon.stories.tsx"
        ],
        "commitId" : "f8f8473e9c479673d7203bbc799d45ad661a99d1",
        "timestamp" : 1648542546000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[New #113] Add interaction test\u000a",
        "date" : "2022-03-29 10:29:06 +0200",
        "id" : "f8f8473e9c479673d7203bbc799d45ad661a99d1",
        "msg" : "[New #113] Add interaction test",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/stories/QuestionCommentIcon.stories.tsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package.json",
          ".gitignore"
        ],
        "commitId" : "9d36cc409abde9772b8447f89489a43017d4acb7",
        "timestamp" : 1648543438000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[New #113] Remove token from script\u000a",
        "date" : "2022-03-29 10:43:58 +0200",
        "id" : "9d36cc409abde9772b8447f89489a43017d4acb7",
        "msg" : "[New #113] Remove token from script",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".gitignore"
          },
          {
            "editType" : "edit",
            "file" : "package.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/stories/Question.stories.tsx"
        ],
        "commitId" : "380eab1f25cd30a4f1c2b870c8050c1973b936ab",
        "timestamp" : 1648548219000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[New #113] Add question story\u000a",
        "date" : "2022-03-29 12:03:39 +0200",
        "id" : "380eab1f25cd30a4f1c2b870c8050c1973b936ab",
        "msg" : "[New #113] Add question story",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/stories/Question.stories.tsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".github/workflows/chromatic.yml"
        ],
        "commitId" : "39885ca6797ffc1410c11f66cef1e052934deae3",
        "timestamp" : 1648553989000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[New #113] Add workflows to automate chromatic\u000a",
        "date" : "2022-03-29 13:39:49 +0200",
        "id" : "39885ca6797ffc1410c11f66cef1e052934deae3",
        "msg" : "[New #113] Add workflows to automate chromatic",
        "paths" : [
          {
            "editType" : "add",
            "file" : ".github/workflows/chromatic.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/stories/QuestionCommentIcon.stories.tsx",
          "test/__tests__/QuestionCommentIcon.js",
          "src/stories/assets/question/questionWithComment.json"
        ],
        "commitId" : "e1ae10ada9fd920e9e61f1f3696274c39a355db9",
        "timestamp" : 1648563578000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[New #113] Add tests for QuestionCommentIcon\u000a",
        "date" : "2022-03-29 16:19:38 +0200",
        "id" : "e1ae10ada9fd920e9e61f1f3696274c39a355db9",
        "msg" : "[New #113] Add tests for QuestionCommentIcon",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/stories/QuestionCommentIcon.stories.tsx"
          },
          {
            "editType" : "edit",
            "file" : "src/stories/assets/question/questionWithComment.json"
          },
          {
            "editType" : "add",
            "file" : "test/__tests__/QuestionCommentIcon.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "test/__tests__/QuestionCommentIcon.test.js",
          "src/stories/CommentForm.stories.tsx",
          "test/__tests__/QuestionCommentIcon.js",
          ".github/workflows/chromatic.yml"
        ],
        "commitId" : "83c7b295585c4456d0ab8ab33a5b508899d53789",
        "timestamp" : 1648717433000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[Upd #113] Improve QuestionCommentIcon tests\u000a",
        "date" : "2022-03-31 11:03:53 +0200",
        "id" : "83c7b295585c4456d0ab8ab33a5b508899d53789",
        "msg" : "[Upd #113] Improve QuestionCommentIcon tests",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".github/workflows/chromatic.yml"
          },
          {
            "editType" : "delete",
            "file" : "test/__tests__/QuestionCommentIcon.js"
          },
          {
            "editType" : "add",
            "file" : "test/__tests__/QuestionCommentIcon.test.js"
          },
          {
            "editType" : "add",
            "file" : "src/stories/CommentForm.stories.tsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/comment/CommentView.jsx",
          "src/components/comment/QuestionCommentIcon.jsx",
          ".storybook/preview.js"
        ],
        "commitId" : "37c5b83122d8aad95df87024ffe1cef236b0838d",
        "timestamp" : 1648717446000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[Upd #113] Refactor\u000a",
        "date" : "2022-03-31 11:04:06 +0200",
        "id" : "37c5b83122d8aad95df87024ffe1cef236b0838d",
        "msg" : "[Upd #113] Refactor",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".storybook/preview.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/comment/CommentView.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/comment/QuestionCommentIcon.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/model/FormGenerator.js"
        ],
        "commitId" : "55b6ce3c1b4ec4b1507f2e173a08153547fe3131",
        "timestamp" : 1649358847000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Simplify code\u000a",
        "date" : "2022-04-07 21:14:07 +0200",
        "id" : "55b6ce3c1b4ec4b1507f2e173a08153547fe3131",
        "msg" : "Simplify code",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/model/FormGenerator.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package-lock.json",
          "package.json",
          ".babelrc"
        ],
        "commitId" : "6332ff61f13cfe89ca871b644c0c2817e826ea8e",
        "timestamp" : 1649408428000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[Upd #131] Remove useless babel dependencies and plugins\u000a",
        "date" : "2022-04-08 11:00:28 +0200",
        "id" : "6332ff61f13cfe89ca871b644c0c2817e826ea8e",
        "msg" : "[Upd #131] Remove useless babel dependencies and plugins",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".babelrc"
          },
          {
            "editType" : "edit",
            "file" : "package-lock.json"
          },
          {
            "editType" : "edit",
            "file" : "package.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "test/__tests__/TypeheadAnswer.test.js"
        ],
        "commitId" : "4b54fa02f3b48aa0e8a1d0b1fb2484be1e24321d",
        "timestamp" : 1649410649000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[Upd #131] Reimport and fix TypeheadAnswer test\u000a",
        "date" : "2022-04-08 11:37:29 +0200",
        "id" : "4b54fa02f3b48aa0e8a1d0b1fb2484be1e24321d",
        "msg" : "[Upd #131] Reimport and fix TypeheadAnswer test",
        "paths" : [
          {
            "editType" : "add",
            "file" : "test/__tests__/TypeheadAnswer.test.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".gitignore"
        ],
        "commitId" : "cc86a80bf63c1c7e6ca6c184d318e4c5b8f4ce6a",
        "timestamp" : 1649410744000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[Upd #131] Remove .env as not needed\u000a",
        "date" : "2022-04-08 11:39:04 +0200",
        "id" : "cc86a80bf63c1c7e6ca6c184d318e4c5b8f4ce6a",
        "msg" : "[Upd #131] Remove .env as not needed",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".gitignore"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/noreply",
      "fullName" : "noreply"
    },
    {
      "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
      "fullName" : "max.chopart"
    }
  ]
}