{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by LaChope"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 5,
      "buildableTimeMillis" : 5,
      "buildingDurationMillis" : 115886,
      "executingTimeMillis" : 115886,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5060,
      "waitingTimeMillis" : 5060
    },
    {
      "_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" : 151,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "3b151efe081f3c33a693b59d6197a63bfdf17683",
            "branch" : [
              {
                "SHA1" : "3b151efe081f3c33a693b59d6197a63bfdf17683",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "3b151efe081f3c33a693b59d6197a63bfdf17683",
            "branch" : [
              {
                "SHA1" : "3b151efe081f3c33a693b59d6197a63bfdf17683",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "3b151efe081f3c33a693b59d6197a63bfdf17683",
        "branch" : [
          {
            "SHA1" : "3b151efe081f3c33a693b59d6197a63bfdf17683",
            "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" : "#151",
  "duration" : 115886,
  "estimatedDuration" : 123138,
  "executor" : None,
  "fullDisplayName" : "SForms #151",
  "id" : "151",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 151,
  "queueId" : 325,
  "result" : "SUCCESS",
  "timestamp" : 1648113509259,
  "url" : "https://kbss.felk.cvut.cz/jenkins/view/JavaScript/job/s-forms/151/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/answer/DateTimeAnswer.jsx",
          "src/components/Answer.jsx",
          "src/components/comment/CommentList.tsx",
          "src/components/Question.jsx",
          "src/components/comment/QuestionCommentIcon.jsx",
          "src/components/comment/CommentForm.jsx",
          "src/components/comment/CommentView.jsx",
          "src/components/FormManager.jsx",
          "src/components/answer/TypeaheadAnswer.jsx"
        ],
        "commitId" : "11c7596497c0f0592c53c7465414b7e68b7be53a",
        "timestamp" : 1647956669000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[Upd #71] Refactor with handler naming convention\u000a",
        "date" : "2022-03-22 14:44:29 +0100",
        "id" : "11c7596497c0f0592c53c7465414b7e68b7be53a",
        "msg" : "[Upd #71] Refactor with handler naming convention",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/Answer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/TypeaheadAnswer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/Question.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/comment/CommentForm.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/DateTimeAnswer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/comment/QuestionCommentIcon.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/comment/CommentList.tsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/FormManager.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/comment/CommentView.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/stories/assets/touristDestinationForm2.json",
          "src/stories/assets/tourist_destination_form.json",
          "src/stories/SForms/SForms.stories.tsx",
          "src/stories/assets/touristDestinationForm1.json"
        ],
        "commitId" : "5d0c9047852aaf0f7877e85d40ca720f7c6d8710",
        "timestamp" : 1647960748000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/blcham",
          "fullName" : "blcham"
        },
        "authorEmail" : "blcham@gmail.com",
        "comment" : "[New] Story for new tourist destination form\u000a\u000a(cherry picked from commit 025a7168c297c02cac30b25518d7885fc7a41cef)\u000a",
        "date" : "2022-03-22 15:52:28 +0100",
        "id" : "5d0c9047852aaf0f7877e85d40ca720f7c6d8710",
        "msg" : "[New] Story for new tourist destination form",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/stories/assets/touristDestinationForm2.json"
          },
          {
            "editType" : "edit",
            "file" : "src/stories/SForms/SForms.stories.tsx"
          },
          {
            "editType" : "delete",
            "file" : "src/stories/assets/tourist_destination_form.json"
          },
          {
            "editType" : "add",
            "file" : "src/stories/assets/touristDestinationForm1.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/comment/CommentForm.jsx"
        ],
        "commitId" : "22f116594e2395c9de39aed2823019e21473386c",
        "timestamp" : 1647962001000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[Upd #71] Refactor function for semantic\u000a",
        "date" : "2022-03-22 16:13:21 +0100",
        "id" : "22f116594e2395c9de39aed2823019e21473386c",
        "msg" : "[Upd #71] Refactor function for semantic",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/comment/CommentForm.jsx"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/blcham",
      "fullName" : "blcham"
    },
    {
      "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
      "fullName" : "max.chopart"
    }
  ]
}