{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by blcham"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 8,
      "buildableTimeMillis" : 8,
      "buildingDurationMillis" : 24918,
      "executingTimeMillis" : 24918,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8974,
      "waitingTimeMillis" : 8974
    },
    {
      "_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" : 112,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d1a27b065e2d6e89c3aa8d2a27f9f7b6d1234b5d",
            "branch" : [
              {
                "SHA1" : "d1a27b065e2d6e89c3aa8d2a27f9f7b6d1234b5d",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d1a27b065e2d6e89c3aa8d2a27f9f7b6d1234b5d",
            "branch" : [
              {
                "SHA1" : "d1a27b065e2d6e89c3aa8d2a27f9f7b6d1234b5d",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "d1a27b065e2d6e89c3aa8d2a27f9f7b6d1234b5d",
        "branch" : [
          {
            "SHA1" : "d1a27b065e2d6e89c3aa8d2a27f9f7b6d1234b5d",
            "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.2.tgz",
      "fileName" : "s-forms-0.3.2.tgz",
      "relativePath" : "s-forms-0.3.2.tgz"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#112",
  "duration" : 24918,
  "estimatedDuration" : 123138,
  "executor" : None,
  "fullDisplayName" : "SForms #112",
  "id" : "112",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 112,
  "queueId" : 53,
  "result" : "SUCCESS",
  "timestamp" : 1638223736584,
  "url" : "https://kbss.felk.cvut.cz/jenkins/view/JavaScript/job/s-forms/112/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/styles/icons/ExternalLink.jsx",
          "src/components/Question.jsx",
          "test/rendering/TestApp.jsx",
          "test/rendering/form1.json",
          "src/components/LinkIcon.jsx",
          "src/constants/Constants.js"
        ],
        "commitId" : "17235f4b60e60f32a132b4de03516f442911da7b",
        "timestamp" : 1638182667000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/blcham",
          "fullName" : "blcham"
        },
        "authorEmail" : "blcham@gmail.com",
        "comment" : "[New] Implement link icon (part 1)\u000a",
        "date" : "2021-11-29 11:44:27 +0100",
        "id" : "17235f4b60e60f32a132b4de03516f442911da7b",
        "msg" : "[New] Implement link icon (part 1)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/Question.jsx"
          },
          {
            "editType" : "add",
            "file" : "src/styles/icons/ExternalLink.jsx"
          },
          {
            "editType" : "add",
            "file" : "src/components/LinkIcon.jsx"
          },
          {
            "editType" : "edit",
            "file" : "test/rendering/TestApp.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/constants/Constants.js"
          },
          {
            "editType" : "edit",
            "file" : "test/rendering/form1.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/styles/s-forms.css",
          "src/styles/icons/ExternalLink.jsx",
          "src/components/Question.jsx",
          "src/components/LinkIcon.jsx"
        ],
        "commitId" : "72ba3378c5a03a2d41fefc08bbf0e505fbfff8bb",
        "timestamp" : 1638220916000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/chopamax",
          "fullName" : "chopamax"
        },
        "authorEmail" : "chopamax@fd.cvut.cz",
        "comment" : "[Upd] Implement link icon (part 2)\u000a",
        "date" : "2021-11-29 22:21:56 +0100",
        "id" : "72ba3378c5a03a2d41fefc08bbf0e505fbfff8bb",
        "msg" : "[Upd] Implement link icon (part 2)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/LinkIcon.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/styles/icons/ExternalLink.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/styles/s-forms.css"
          },
          {
            "editType" : "edit",
            "file" : "src/components/Question.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package.json"
        ],
        "commitId" : "d1a27b065e2d6e89c3aa8d2a27f9f7b6d1234b5d",
        "timestamp" : 1638223631000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/blcham",
          "fullName" : "blcham"
        },
        "authorEmail" : "blcham@gmail.com",
        "comment" : "[0.3.2] Bump version\u000a",
        "date" : "2021-11-29 23:07:11 +0100",
        "id" : "d1a27b065e2d6e89c3aa8d2a27f9f7b6d1234b5d",
        "msg" : "[0.3.2] Bump version",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "package.json"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/blcham",
      "fullName" : "blcham"
    },
    {
      "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/chopamax",
      "fullName" : "chopamax"
    }
  ]
}