{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by holubv"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 4,
      "buildableTimeMillis" : 4,
      "buildingDurationMillis" : 11503,
      "executingTimeMillis" : 11503,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8982,
      "waitingTimeMillis" : 8982
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 6,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "298febb15953038c57117202f173429aa080adc9",
            "branch" : [
              {
                "SHA1" : "298febb15953038c57117202f173429aa080adc9",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "298febb15953038c57117202f173429aa080adc9",
            "branch" : [
              {
                "SHA1" : "298febb15953038c57117202f173429aa080adc9",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "298febb15953038c57117202f173429aa080adc9",
        "branch" : [
          {
            "SHA1" : "298febb15953038c57117202f173429aa080adc9",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/holubv/s-forms-smart-components.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "s-forms-smart-components-0.0.3.tgz",
      "fileName" : "s-forms-smart-components-0.0.3.tgz",
      "relativePath" : "s-forms-smart-components-0.0.3.tgz"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#6",
  "duration" : 11503,
  "estimatedDuration" : 63677,
  "executor" : None,
  "fullDisplayName" : "s-forms-components #6",
  "id" : "6",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 6,
  "queueId" : 21,
  "result" : "SUCCESS",
  "timestamp" : 1618997645729,
  "url" : "https://kbss.felk.cvut.cz/jenkins/view/STools/job/s-forms-components/6/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "test/form1.json"
        ],
        "commitId" : "bf739a7a9169bb2893b156268a9df7c85050f532",
        "timestamp" : 1618964984000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Update test form1\u000a",
        "date" : "2021-04-21 02:29:44 +0200",
        "id" : "bf739a7a9169bb2893b156268a9df7c85050f532",
        "msg" : "Update test form1",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "test/form1.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/NullQuestion.jsx",
          "src/styles/components.css",
          "test/TestApp.jsx",
          "src/Constants.js",
          "package.json",
          "test/form2.json",
          "src/SmartComponents.js",
          "src/components/QuestionWithUnit.jsx"
        ],
        "commitId" : "a388673ba718cfe3f2640ebc84d86d0cbe4aa53c",
        "timestamp" : 1618965413000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Implement question with unit\u000a",
        "date" : "2021-04-21 02:36:53 +0200",
        "id" : "a388673ba718cfe3f2640ebc84d86d0cbe4aa53c",
        "msg" : "Implement question with unit",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "package.json"
          },
          {
            "editType" : "edit",
            "file" : "src/Constants.js"
          },
          {
            "editType" : "edit",
            "file" : "src/SmartComponents.js"
          },
          {
            "editType" : "add",
            "file" : "src/components/NullQuestion.jsx"
          },
          {
            "editType" : "add",
            "file" : "src/components/QuestionWithUnit.jsx"
          },
          {
            "editType" : "edit",
            "file" : "test/form2.json"
          },
          {
            "editType" : "edit",
            "file" : "test/TestApp.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/styles/components.css"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "test/form2.json",
          "src/SmartComponents.js",
          "src/components/QuestionWithUnit.jsx",
          "src/Utils.js"
        ],
        "commitId" : "e5cfe9a00085748077744242f633a8277a177555",
        "timestamp" : 1618967452000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Do not use is-unit-of-measure property\u000a",
        "date" : "2021-04-21 03:10:52 +0200",
        "id" : "e5cfe9a00085748077744242f633a8277a177555",
        "msg" : "Do not use is-unit-of-measure property",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/QuestionWithUnit.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/SmartComponents.js"
          },
          {
            "editType" : "edit",
            "file" : "test/form2.json"
          },
          {
            "editType" : "add",
            "file" : "src/Utils.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/SmartComponents.js"
        ],
        "commitId" : "7653a200e57117581b02e4324bae35647f6515af",
        "timestamp" : 1618997320000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Cache mapping rules\u000a",
        "date" : "2021-04-21 11:28:40 +0200",
        "id" : "7653a200e57117581b02e4324bae35647f6515af",
        "msg" : "Cache mapping rules",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/SmartComponents.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package-lock.json",
          "package.json"
        ],
        "commitId" : "e126a5b1cd0706e06817abbee4602071da1509c8",
        "timestamp" : 1618997584000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Update s-forms version\u000a",
        "date" : "2021-04-21 11:33:04 +0200",
        "id" : "e126a5b1cd0706e06817abbee4602071da1509c8",
        "msg" : "Update s-forms version",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "package-lock.json"
          },
          {
            "editType" : "edit",
            "file" : "package.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "test/form2.json",
          "src/Constants.js"
        ],
        "commitId" : "298febb15953038c57117202f173429aa080adc9",
        "timestamp" : 1618997605000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Change unit of measure constant\u000a",
        "date" : "2021-04-21 11:33:25 +0200",
        "id" : "298febb15953038c57117202f173429aa080adc9",
        "msg" : "Change unit of measure constant",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "test/form2.json"
          },
          {
            "editType" : "edit",
            "file" : "src/Constants.js"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
      "fullName" : "holubvojtech"
    }
  ]
}