{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by tomasklim"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 7,
      "buildableTimeMillis" : 7,
      "buildingDurationMillis" : 14198,
      "executingTimeMillis" : 14198,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5255,
      "waitingTimeMillis" : 5255
    },
    {
      "_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" : 84,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ec6cd2cdc576e13cc52a571fdca31f156593769c",
            "branch" : [
              {
                "SHA1" : "ec6cd2cdc576e13cc52a571fdca31f156593769c",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ec6cd2cdc576e13cc52a571fdca31f156593769c",
            "branch" : [
              {
                "SHA1" : "ec6cd2cdc576e13cc52a571fdca31f156593769c",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "ec6cd2cdc576e13cc52a571fdca31f156593769c",
        "branch" : [
          {
            "SHA1" : "ec6cd2cdc576e13cc52a571fdca31f156593769c",
            "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.1.tgz",
      "fileName" : "s-forms-0.2.1.tgz",
      "relativePath" : "s-forms-0.2.1.tgz"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#84",
  "duration" : 14198,
  "estimatedDuration" : 123138,
  "executor" : None,
  "fullDisplayName" : "SForms #84",
  "id" : "84",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 84,
  "queueId" : 2760,
  "result" : "SUCCESS",
  "timestamp" : 1602170259165,
  "url" : "https://kbss.felk.cvut.cz/jenkins/view/JavaScript/job/s-forms/84/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package-lock.json",
          "types/s-forms.d.ts",
          "css/s-forms.min.css",
          "src/constants/Constants.js",
          "src/util/FormUtils.js"
        ],
        "commitId" : "2ba8a3d0a84a8c29d30eb9203220dbd16e86ea4b",
        "timestamp" : 1602160762000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/tomas.klim",
          "fullName" : "tomas.klim"
        },
        "authorEmail" : "tomas.klim@gmail.com",
        "comment" : "[upd] Add text layout class constant; Add category to ts definitions\u000a\u000a",
        "date" : "2020-10-08 14:39:22 +0200",
        "id" : "2ba8a3d0a84a8c29d30eb9203220dbd16e86ea4b",
        "msg" : "[upd] Add text layout class constant; Add category to ts definitions",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/constants/Constants.js"
          },
          {
            "editType" : "edit",
            "file" : "types/s-forms.d.ts"
          },
          {
            "editType" : "edit",
            "file" : "src/util/FormUtils.js"
          },
          {
            "editType" : "edit",
            "file" : "package-lock.json"
          },
          {
            "editType" : "edit",
            "file" : "css/s-forms.min.css"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/Question.jsx",
          "src/util/JsonLdFramingUtils.js",
          "src/components/wizard/WizardStep.jsx",
          "src/components/PrefixIcon.jsx",
          "src/components/answer/CheckboxAnswer.jsx",
          "src/model/ValidatorFactory.js",
          "test/__tests__/InputAnswer.test.js",
          "src/constants/Constants.js",
          "src/components/answer/TypeaheadAnswer.jsx",
          "test/__tests__/MaskedInputAnswer.test.js",
          "test/__tests__/QuestionAnswerProcessor.test.js",
          "src/model/FormGenerator.js",
          "test/__tests__/DefaultFormGenerator.test.js",
          "test/__tests__/Question.test.js",
          "src/components/answer/DateTimeAnswer.jsx",
          "test/__tests__/TypeaheadAnswer.test.js",
          "src/util/FormUtils.js",
          "src/components/answer/SelectAnswer.jsx",
          "src/components/Answer.jsx",
          "src/util/Utils.js",
          "src/model/QuestionAnswerProcessor.js",
          "src/components/answer/MaskedInputAnswer.jsx",
          "src/s-forms.js",
          "test/__tests__/Answer.test.js",
          "src/components/answer/InputAnswer.jsx",
          "src/components/MediaContent.jsx",
          "test/__tests__/FormUtils.test.js",
          "src/components/wizard/Wizard.jsx",
          "types/s-forms.d.ts"
        ],
        "commitId" : "8d238ab034023343fd5c600ab72f315c0ba4687c",
        "timestamp" : 1602161785000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/tomas.klim",
          "fullName" : "tomas.klim"
        },
        "authorEmail" : "tomas.klim@gmail.com",
        "comment" : "[fix] Change ts constants' definitions to string from unique symbol\u000a\u000a",
        "date" : "2020-10-08 14:56:25 +0200",
        "id" : "8d238ab034023343fd5c600ab72f315c0ba4687c",
        "msg" : "[fix] Change ts constants' definitions to string from unique symbol",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "test/__tests__/Question.test.js"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/QuestionAnswerProcessor.test.js"
          },
          {
            "editType" : "edit",
            "file" : "src/util/Utils.js"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/Answer.test.js"
          },
          {
            "editType" : "edit",
            "file" : "src/model/FormGenerator.js"
          },
          {
            "editType" : "edit",
            "file" : "src/model/ValidatorFactory.js"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/DefaultFormGenerator.test.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/wizard/WizardStep.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/PrefixIcon.jsx"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/TypeaheadAnswer.test.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/MaskedInputAnswer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/wizard/Wizard.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/model/QuestionAnswerProcessor.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/Question.jsx"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/FormUtils.test.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/InputAnswer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/constants/Constants.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/CheckboxAnswer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/TypeaheadAnswer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/MediaContent.jsx"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/InputAnswer.test.js"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/MaskedInputAnswer.test.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/Answer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/SelectAnswer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/s-forms.js"
          },
          {
            "editType" : "edit",
            "file" : "src/util/FormUtils.js"
          },
          {
            "editType" : "edit",
            "file" : "src/util/JsonLdFramingUtils.js"
          },
          {
            "editType" : "edit",
            "file" : "types/s-forms.d.ts"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/DateTimeAnswer.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/util/JsonLdFramingUtils.js",
          "test/rendering/form1.json",
          "test/rendering/TestApp.jsx",
          "test/rendering/form2.json",
          "src/contexts/ConfigurationContext.js",
          "test/__tests__/Question.test.js",
          "src/constants/Constants.js"
        ],
        "commitId" : "ec6cd2cdc576e13cc52a571fdca31f156593769c",
        "timestamp" : 1602168357000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/tomas.klim",
          "fullName" : "tomas.klim"
        },
        "authorEmail" : "tomas.klim@gmail.com",
        "comment" : "[fix] Broken has-possible-value from 2016\u000a\u000a",
        "date" : "2020-10-08 16:45:57 +0200",
        "id" : "ec6cd2cdc576e13cc52a571fdca31f156593769c",
        "msg" : "[fix] Broken has-possible-value from 2016",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/constants/Constants.js"
          },
          {
            "editType" : "edit",
            "file" : "src/contexts/ConfigurationContext.js"
          },
          {
            "editType" : "edit",
            "file" : "src/util/JsonLdFramingUtils.js"
          },
          {
            "editType" : "edit",
            "file" : "test/rendering/form1.json"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/Question.test.js"
          },
          {
            "editType" : "edit",
            "file" : "test/rendering/form2.json"
          },
          {
            "editType" : "edit",
            "file" : "test/rendering/TestApp.jsx"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/tomas.klim",
      "fullName" : "tomas.klim"
    }
  ]
}