{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user blaskmir",
          "userId" : "blaskmir",
          "userName" : "blaskmir"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 1,
      "buildableTimeMillis" : 1,
      "buildingDurationMillis" : 16638,
      "executingTimeMillis" : 16638,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 1,
      "waitingTimeMillis" : 1
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 58,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f4154bb29a06af57d5ac2c3d250d96968476fc3e",
            "branch" : [
              {
                "SHA1" : "f4154bb29a06af57d5ac2c3d250d96968476fc3e",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f4154bb29a06af57d5ac2c3d250d96968476fc3e",
            "branch" : [
              {
                "SHA1" : "f4154bb29a06af57d5ac2c3d250d96968476fc3e",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f4154bb29a06af57d5ac2c3d250d96968476fc3e",
        "branch" : [
          {
            "SHA1" : "f4154bb29a06af57d5ac2c3d250d96968476fc3e",
            "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.2.0.tgz",
      "fileName" : "s-forms-0.2.0.tgz",
      "relativePath" : "s-forms-0.2.0.tgz"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#58",
  "duration" : 16638,
  "estimatedDuration" : 123138,
  "executor" : None,
  "fullDisplayName" : "SForms #58",
  "id" : "58",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 58,
  "queueId" : 2102,
  "result" : "SUCCESS",
  "timestamp" : 1593789676360,
  "url" : "https://kbss.felk.cvut.cz/jenkins/view/JavaScript/job/s-forms/58/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package.json",
          "package-lock.json"
        ],
        "commitId" : "b9ce7a4ea7262f2c0d05700fa31d09cf854bd833",
        "timestamp" : 1593635090000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/tomas.klim",
          "fullName" : "tomas.klim"
        },
        "authorEmail" : "tomas.klim@gmail.com",
        "comment" : "[upd] Move project dependency to dependencies\u000a\u000a",
        "date" : "2020-07-01 22:24:50 +0200",
        "id" : "b9ce7a4ea7262f2c0d05700fa31d09cf854bd833",
        "msg" : "[upd] Move project dependency to dependencies",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "package.json"
          },
          {
            "editType" : "edit",
            "file" : "package-lock.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "test/__tests__/InputAnswer.test.js",
          "src/components/Answer.jsx",
          "test/__tests__/QuestionAnswerProcessor.test.js",
          "test/__tests__/TypeaheadAnswer.test.js",
          "src/constants/Constants.js",
          "test/__tests__/Answer.test.js"
        ],
        "commitId" : "0010bc79aae650bde0781a985846bd0a37cea4c0",
        "timestamp" : 1593635235000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/tomas.klim",
          "fullName" : "tomas.klim"
        },
        "authorEmail" : "tomas.klim@gmail.com",
        "comment" : "[upd] Declare JsonldUtils constants in project's constants\u000a\u000a",
        "date" : "2020-07-01 22:27:15 +0200",
        "id" : "0010bc79aae650bde0781a985846bd0a37cea4c0",
        "msg" : "[upd] Declare JsonldUtils constants in project's constants",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "test/__tests__/QuestionAnswerProcessor.test.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/Answer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/constants/Constants.js"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/TypeaheadAnswer.test.js"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/Answer.test.js"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/InputAnswer.test.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/answer/DateTimeAnswer.jsx",
          "test/rendering/TestApp.jsx"
        ],
        "commitId" : "15bf18d9489512a11cfdb29515d762d2cc1490d3",
        "timestamp" : 1593635281000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/tomas.klim",
          "fullName" : "tomas.klim"
        },
        "authorEmail" : "tomas.klim@gmail.com",
        "comment" : "[fix] Compilation problem in projects without css loader in webpack\u000a\u000a",
        "date" : "2020-07-01 22:28:01 +0200",
        "id" : "15bf18d9489512a11cfdb29515d762d2cc1490d3",
        "msg" : "[fix] Compilation problem in projects without css loader in webpack",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "test/rendering/TestApp.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/DateTimeAnswer.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/util/JsonLdObjectUtils.js",
          "src/components/Question.jsx"
        ],
        "commitId" : "cd44d39a5d8a257445f27d998600db5aac28835c",
        "timestamp" : 1593635318000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/tomas.klim",
          "fullName" : "tomas.klim"
        },
        "authorEmail" : "tomas.klim@gmail.com",
        "comment" : "[upd] Move sort of questions by label to utils\u000a\u000a",
        "date" : "2020-07-01 22:28:38 +0200",
        "id" : "cd44d39a5d8a257445f27d998600db5aac28835c",
        "msg" : "[upd] Move sort of questions by label to utils",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/Question.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/util/JsonLdObjectUtils.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/s-forms.js"
        ],
        "commitId" : "dbfc448be754ccbe71c234c2fbbb5f17966fa76c",
        "timestamp" : 1593635409000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/tomas.klim",
          "fullName" : "tomas.klim"
        },
        "authorEmail" : "tomas.klim@gmail.com",
        "comment" : "[upd] Export utils and constants from library\u000a\u000a",
        "date" : "2020-07-01 22:30:09 +0200",
        "id" : "dbfc448be754ccbe71c234c2fbbb5f17966fa76c",
        "msg" : "[upd] Export utils and constants from library",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/s-forms.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "types/s-forms.d.ts"
        ],
        "commitId" : "308b6e74ee7b0dc713a313689ec780cdb0fcd1d0",
        "timestamp" : 1593635442000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/tomas.klim",
          "fullName" : "tomas.klim"
        },
        "authorEmail" : "tomas.klim@gmail.com",
        "comment" : "[upd] Update types definition file\u000a\u000a",
        "date" : "2020-07-01 22:30:42 +0200",
        "id" : "308b6e74ee7b0dc713a313689ec780cdb0fcd1d0",
        "msg" : "[upd] Update types definition file",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "types/s-forms.d.ts"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package.json"
        ],
        "commitId" : "5c526c120840de77073c8f98f877fbc98086a985",
        "timestamp" : 1593763881000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/tomas.klim",
          "fullName" : "tomas.klim"
        },
        "authorEmail" : "tomas.klim@gmail.com",
        "comment" : "[Upd] Use webpack for production bundle compilation\u000a\u000a",
        "date" : "2020-07-03 10:11:21 +0200",
        "id" : "5c526c120840de77073c8f98f877fbc98086a985",
        "msg" : "[Upd] Use webpack for production bundle compilation",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "package.json"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/tomas.klim",
      "fullName" : "tomas.klim"
    }
  ]
}