{
  "_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" : 3,
      "buildableTimeMillis" : 3,
      "buildingDurationMillis" : 23154,
      "executingTimeMillis" : 23154,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8279,
      "waitingTimeMillis" : 8279
    },
    {
      "_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" : 125,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "40d52283106d9d606343c00d7968d91ad94b0a5b",
            "branch" : [
              {
                "SHA1" : "40d52283106d9d606343c00d7968d91ad94b0a5b",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "40d52283106d9d606343c00d7968d91ad94b0a5b",
            "branch" : [
              {
                "SHA1" : "40d52283106d9d606343c00d7968d91ad94b0a5b",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "40d52283106d9d606343c00d7968d91ad94b0a5b",
        "branch" : [
          {
            "SHA1" : "40d52283106d9d606343c00d7968d91ad94b0a5b",
            "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.3.tgz",
      "fileName" : "s-forms-0.3.3.tgz",
      "relativePath" : "s-forms-0.3.3.tgz"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#125",
  "duration" : 23154,
  "estimatedDuration" : 123138,
  "executor" : None,
  "fullDisplayName" : "SForms #125",
  "id" : "125",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 125,
  "queueId" : 172,
  "result" : "SUCCESS",
  "timestamp" : 1643719518011,
  "url" : "https://kbss.felk.cvut.cz/jenkins/view/JavaScript/job/s-forms/125/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".prettierignore",
          ".prettierrc",
          "package.json"
        ],
        "commitId" : "4d35974393253012353616b7921fd8d27f4c7361",
        "timestamp" : 1643295461000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[New #56] Init prettier library\u000a",
        "date" : "2022-01-27 15:57:41 +0100",
        "id" : "4d35974393253012353616b7921fd8d27f4c7361",
        "msg" : "[New #56] Init prettier library",
        "paths" : [
          {
            "editType" : "add",
            "file" : ".prettierignore"
          },
          {
            "editType" : "add",
            "file" : ".prettierrc"
          },
          {
            "editType" : "edit",
            "file" : "package.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/HelpIcon.jsx",
          "src/components/Question.jsx",
          "src/components/DefaultInput.jsx",
          "src/components/wizard/WizardStep.jsx",
          "src/components/MaskedInput.jsx",
          "test/__tests__/InputAnswer.test.js",
          "src/styles/icons/ExternalLink.jsx",
          "src/constants/Constants.js",
          "src/components/IconList.jsx",
          "test/rendering/TestApp.jsx",
          "src/components/comment/CommentForm.jsx",
          "src/styles/icons/CommentBubble.jsx",
          "src/components/FormManager.jsx",
          "src/components/wizard/VerticalWizardNav.jsx",
          "src/styles/icons/ArrowRight.jsx",
          "src/components/answer/DateTimeAnswer.jsx",
          "src/contexts/FormQuestionsContext.js",
          "src/components/comment/QuestionCommentIcon.jsx",
          "test/rendering/form2.json",
          "src/components/answer/SelectAnswer.jsx",
          "src/components/comment/CommentList.jsx",
          "src/components/IconOverlay.jsx",
          "test/setup.js",
          "README.md",
          "src/model/QuestionAnswerProcessor.js",
          "src/components/answer/InputAnswer.jsx",
          "src/components/comment/CommentView.jsx",
          "src/components/MediaContent.jsx",
          "types/s-forms.d.ts",
          "src/styles/s-forms.css",
          "src/util/JsonLdFramingUtils.js",
          "package-lock.json",
          "src/components/wizard/HorizontalWizardNav.jsx",
          "src/components/PrefixIcon.jsx",
          "src/components/answer/TypeaheadAnswer.jsx",
          "test/__tests__/MaskedInputAnswer.test.js",
          "test/rendering/form1.json",
          "test/__tests__/QuestionAnswerProcessor.test.js",
          "src/model/FormGenerator.js",
          "src/components/LinkIcon.jsx",
          "src/contexts/ConfigurationContext.js",
          "test/__tests__/Question.test.js",
          "test/__tests__/TypeaheadAnswer.test.js",
          "src/util/JsonLdObjectUtils.js",
          "src/model/defaultForm.js",
          "src/util/FormUtils.js",
          "test/__tests__/JsonLdObjectUtils.test.js",
          "src/components/SForms.jsx",
          "src/components/answer/OptimizedMenuList.jsx",
          "src/components/Answer.jsx",
          "test/__tests__/Answer.test.js",
          "test/__tests__/FormUtils.test.js",
          "src/components/wizard/Wizard.jsx"
        ],
        "commitId" : "4663347b1d5da6e046af17a3fb3107fe50cc58ed",
        "timestamp" : 1643295511000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[Upd #56] Refactored with Prettier\u000a",
        "date" : "2022-01-27 15:58:31 +0100",
        "id" : "4663347b1d5da6e046af17a3fb3107fe50cc58ed",
        "msg" : "[Upd #56] Refactored with Prettier",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/FormManager.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/LinkIcon.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/wizard/HorizontalWizardNav.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/wizard/VerticalWizardNav.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/InputAnswer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/TypeaheadAnswer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/comment/CommentForm.jsx"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/Answer.test.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/MaskedInput.jsx"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/JsonLdObjectUtils.test.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/comment/CommentList.jsx"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/InputAnswer.test.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/IconOverlay.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/model/defaultForm.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/SForms.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/model/QuestionAnswerProcessor.js"
          },
          {
            "editType" : "edit",
            "file" : "types/s-forms.d.ts"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/SelectAnswer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/styles/icons/ExternalLink.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/constants/Constants.js"
          },
          {
            "editType" : "edit",
            "file" : "src/util/JsonLdFramingUtils.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/IconList.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/wizard/Wizard.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/model/FormGenerator.js"
          },
          {
            "editType" : "edit",
            "file" : "src/contexts/FormQuestionsContext.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/HelpIcon.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/OptimizedMenuList.jsx"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/MaskedInputAnswer.test.js"
          },
          {
            "editType" : "edit",
            "file" : "src/contexts/ConfigurationContext.js"
          },
          {
            "editType" : "edit",
            "file" : "src/styles/s-forms.css"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/TypeaheadAnswer.test.js"
          },
          {
            "editType" : "edit",
            "file" : "test/rendering/form1.json"
          },
          {
            "editType" : "edit",
            "file" : "README.md"
          },
          {
            "editType" : "edit",
            "file" : "src/components/Question.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/styles/icons/ArrowRight.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/PrefixIcon.jsx"
          },
          {
            "editType" : "edit",
            "file" : "package-lock.json"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/QuestionAnswerProcessor.test.js"
          },
          {
            "editType" : "edit",
            "file" : "src/util/FormUtils.js"
          },
          {
            "editType" : "edit",
            "file" : "src/styles/icons/CommentBubble.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/util/JsonLdObjectUtils.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/DefaultInput.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/comment/CommentView.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/MediaContent.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/comment/QuestionCommentIcon.jsx"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/FormUtils.test.js"
          },
          {
            "editType" : "edit",
            "file" : "test/rendering/TestApp.jsx"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/Question.test.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/Answer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "test/setup.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/wizard/WizardStep.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/DateTimeAnswer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "test/rendering/form2.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".prettierignore",
          ".prettierrc"
        ],
        "commitId" : "e8bbdb4e60e4226578571f90c45484cb375b4fdb",
        "timestamp" : 1643363440000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[Upd #56] Removed configuration files to leave default config\u000a",
        "date" : "2022-01-28 10:50:40 +0100",
        "id" : "e8bbdb4e60e4226578571f90c45484cb375b4fdb",
        "msg" : "[Upd #56] Removed configuration files to leave default config",
        "paths" : [
          {
            "editType" : "delete",
            "file" : ".prettierignore"
          },
          {
            "editType" : "delete",
            "file" : ".prettierrc"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/HelpIcon.jsx",
          "src/util/JsonLdFramingUtils.js",
          "src/components/Question.jsx",
          "src/components/wizard/HorizontalWizardNav.jsx",
          "src/components/DefaultInput.jsx",
          "src/components/wizard/WizardStep.jsx",
          "src/components/PrefixIcon.jsx",
          "src/styles/icons/ExternalLink.jsx",
          "src/constants/Constants.js",
          "src/components/answer/TypeaheadAnswer.jsx",
          "test/__tests__/QuestionAnswerProcessor.test.js",
          "test/rendering/form1.json",
          "src/model/FormGenerator.js",
          "src/components/comment/CommentForm.jsx",
          "test/__tests__/Question.test.js",
          "src/contexts/ConfigurationContext.js",
          "src/components/answer/DateTimeAnswer.jsx",
          "src/contexts/FormQuestionsContext.js",
          "test/__tests__/TypeaheadAnswer.test.js",
          "src/util/JsonLdObjectUtils.js",
          "src/components/comment/QuestionCommentIcon.jsx",
          "src/util/FormUtils.js",
          "src/model/defaultForm.js",
          "src/components/answer/SelectAnswer.jsx",
          "test/__tests__/JsonLdObjectUtils.test.js",
          "src/components/SForms.jsx",
          "src/components/Answer.jsx",
          "src/components/answer/OptimizedMenuList.jsx",
          "src/model/QuestionAnswerProcessor.js",
          "css/s-forms.min.css",
          "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" : "3e02e890621bb2d9e235dc4d4f36659f240c12fa",
        "timestamp" : 1643363479000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[Upd #56] Refactored with Prettier\u000a",
        "date" : "2022-01-28 10:51:19 +0100",
        "id" : "3e02e890621bb2d9e235dc4d4f36659f240c12fa",
        "msg" : "[Upd #56] Refactored with Prettier",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/wizard/HorizontalWizardNav.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/util/JsonLdFramingUtils.js"
          },
          {
            "editType" : "edit",
            "file" : "css/s-forms.min.css"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/Answer.test.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/SelectAnswer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/comment/CommentForm.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/comment/QuestionCommentIcon.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/SForms.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/wizard/Wizard.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/wizard/WizardStep.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/styles/icons/ExternalLink.jsx"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/TypeaheadAnswer.test.js"
          },
          {
            "editType" : "edit",
            "file" : "src/util/FormUtils.js"
          },
          {
            "editType" : "edit",
            "file" : "src/constants/Constants.js"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/QuestionAnswerProcessor.test.js"
          },
          {
            "editType" : "edit",
            "file" : "src/model/defaultForm.js"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/Question.test.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/TypeaheadAnswer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/DefaultInput.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/Question.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/model/FormGenerator.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/PrefixIcon.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/model/QuestionAnswerProcessor.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/Answer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/HelpIcon.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/MediaContent.jsx"
          },
          {
            "editType" : "edit",
            "file" : "test/rendering/form1.json"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/DateTimeAnswer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/contexts/FormQuestionsContext.js"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/JsonLdObjectUtils.test.js"
          },
          {
            "editType" : "edit",
            "file" : "types/s-forms.d.ts"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/FormUtils.test.js"
          },
          {
            "editType" : "edit",
            "file" : "src/contexts/ConfigurationContext.js"
          },
          {
            "editType" : "edit",
            "file" : "src/util/JsonLdObjectUtils.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/OptimizedMenuList.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/InputAnswer.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".prettierignore"
        ],
        "commitId" : "53e04d68efad1014a12fb10297e8ea8bbf221b8c",
        "timestamp" : 1643622165000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[Upd #56] Added prettierignore file\u000a",
        "date" : "2022-01-31 10:42:45 +0100",
        "id" : "53e04d68efad1014a12fb10297e8ea8bbf221b8c",
        "msg" : "[Upd #56] Added prettierignore file",
        "paths" : [
          {
            "editType" : "add",
            "file" : ".prettierignore"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "css/s-forms.min.css"
        ],
        "commitId" : "724255cdb48e1a1947ab0543be276a45145bf908",
        "timestamp" : 1643666750000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/blcham",
          "fullName" : "blcham"
        },
        "authorEmail" : "blcham@gmail.com",
        "comment" : "Revert [Upd #56] Refactored with Prettier\u000a",
        "date" : "2022-01-31 23:05:50 +0100",
        "id" : "724255cdb48e1a1947ab0543be276a45145bf908",
        "msg" : "Revert [Upd #56] Refactored with Prettier",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "css/s-forms.min.css"
          }
        ]
      }
    ],
    "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"
    }
  ]
}