{
  "_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" : 7,
      "buildableTimeMillis" : 7,
      "buildingDurationMillis" : 13998,
      "executingTimeMillis" : 13998,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 9628,
      "waitingTimeMillis" : 9628
    },
    {
      "_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" : 78,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7eee20d5ab12449db65c58e5d102cde9623f0f14",
            "branch" : [
              {
                "SHA1" : "7eee20d5ab12449db65c58e5d102cde9623f0f14",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7eee20d5ab12449db65c58e5d102cde9623f0f14",
            "branch" : [
              {
                "SHA1" : "7eee20d5ab12449db65c58e5d102cde9623f0f14",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "7eee20d5ab12449db65c58e5d102cde9623f0f14",
        "branch" : [
          {
            "SHA1" : "7eee20d5ab12449db65c58e5d102cde9623f0f14",
            "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" : "#78",
  "duration" : 13998,
  "estimatedDuration" : 123138,
  "executor" : None,
  "fullDisplayName" : "SForms #78",
  "id" : "78",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 78,
  "queueId" : 2734,
  "result" : "SUCCESS",
  "timestamp" : 1601809188026,
  "url" : "https://kbss.felk.cvut.cz/jenkins/view/JavaScript/job/s-forms/78/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/model/WizardGenerator.js"
        ],
        "commitId" : "d758072ab7f1fbe0fa60706bf39702a303b9ea0c",
        "timestamp" : 1601139405000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/tomas.klim",
          "fullName" : "tomas.klim"
        },
        "authorEmail" : "tomas.klim@gmail.com",
        "comment" : "[fix] Create default wizard\u000a\u000a",
        "date" : "2020-09-26 18:56:45 +0200",
        "id" : "d758072ab7f1fbe0fa60706bf39702a303b9ea0c",
        "msg" : "[fix] Create default wizard",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/model/WizardGenerator.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/model/DefaultFormGenerator.js",
          "src/model/WizardGenerator.js",
          "src/components/SForms.jsx",
          "types/s-forms.d.ts"
        ],
        "commitId" : "d6a93876a9a92a7260d213063b57be09e9f47546",
        "timestamp" : 1601228519000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/tomas.klim",
          "fullName" : "tomas.klim"
        },
        "authorEmail" : "tomas.klim@gmail.com",
        "comment" : "[upd] Remove option to generate wizard from question\u000a\u000a",
        "date" : "2020-09-27 19:41:59 +0200",
        "id" : "d6a93876a9a92a7260d213063b57be09e9f47546",
        "msg" : "[upd] Remove option to generate wizard from question",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "types/s-forms.d.ts"
          },
          {
            "editType" : "edit",
            "file" : "src/model/WizardGenerator.js"
          },
          {
            "editType" : "edit",
            "file" : "src/model/DefaultFormGenerator.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/SForms.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "test/rendering/form.json",
          "src/components/GeneratedStep.jsx",
          "test/rendering/TestApp.jsx",
          "test/rendering/form1.json",
          "src/model/WizardGenerator.js",
          "css/s-forms.min.css",
          "test/rendering/form2.json",
          "src/components/wizard/WizardStep.jsx",
          "src/components/wizard/Wizard.jsx",
          "src/components/FormManager.jsx"
        ],
        "commitId" : "e8e35d8ce50a4656394ebded70eea0274a6d4de2",
        "timestamp" : 1601234030000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/tomas.klim",
          "fullName" : "tomas.klim"
        },
        "authorEmail" : "tomas.klim@gmail.com",
        "comment" : "[upd] Display forms without wizard-step layout class\u000a\u000a",
        "date" : "2020-09-27 21:13:50 +0200",
        "id" : "e8e35d8ce50a4656394ebded70eea0274a6d4de2",
        "msg" : "[upd] Display forms without wizard-step layout class",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/wizard/Wizard.jsx"
          },
          {
            "editType" : "edit",
            "file" : "css/s-forms.min.css"
          },
          {
            "editType" : "edit",
            "file" : "test/rendering/TestApp.jsx"
          },
          {
            "editType" : "add",
            "file" : "test/rendering/form2.json"
          },
          {
            "editType" : "edit",
            "file" : "src/model/WizardGenerator.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/FormManager.jsx"
          },
          {
            "editType" : "add",
            "file" : "test/rendering/form1.json"
          },
          {
            "editType" : "delete",
            "file" : "test/rendering/form.json"
          },
          {
            "editType" : "delete",
            "file" : "src/components/GeneratedStep.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/wizard/WizardStep.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/contexts/FormQuestionsContext.js",
          "src/model/WizardGenerator.js",
          "src/model/FormGenerator.js",
          "src/components/wizard/WizardStep.jsx",
          "src/components/FormWindow.jsx",
          "test/__tests__/DefaultFormGenerator.test.js",
          "src/components/wizard/WizardWindow.jsx",
          "src/contexts/WizardContext.js",
          "src/components/SForms.jsx",
          "src/components/wizard/Wizard.jsx",
          "src/components/FormManager.jsx"
        ],
        "commitId" : "10ba9a81dc78061fdb4c27722ba5639e3ab6ea44",
        "timestamp" : 1601238749000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/tomas.klim",
          "fullName" : "tomas.klim"
        },
        "authorEmail" : "tomas.klim@gmail.com",
        "comment" : "[upd] Rename steps to formQuestions outside wizards\u000a\u000a",
        "date" : "2020-09-27 22:32:29 +0200",
        "id" : "10ba9a81dc78061fdb4c27722ba5639e3ab6ea44",
        "msg" : "[upd] Rename steps to formQuestions outside wizards",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "src/model/WizardGenerator.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/SForms.jsx"
          },
          {
            "editType" : "add",
            "file" : "src/contexts/FormQuestionsContext.js"
          },
          {
            "editType" : "delete",
            "file" : "src/components/wizard/WizardWindow.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/wizard/WizardStep.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/wizard/Wizard.jsx"
          },
          {
            "editType" : "add",
            "file" : "src/model/FormGenerator.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/FormManager.jsx"
          },
          {
            "editType" : "add",
            "file" : "src/components/FormWindow.jsx"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/DefaultFormGenerator.test.js"
          },
          {
            "editType" : "delete",
            "file" : "src/contexts/WizardContext.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/wizard/Wizard.jsx",
          "src/components/FormManager.jsx",
          "src/components/SForms.jsx"
        ],
        "commitId" : "b79df8638d727e9872551083fb3d1d218bdd2719",
        "timestamp" : 1601238816000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/tomas.klim",
          "fullName" : "tomas.klim"
        },
        "authorEmail" : "tomas.klim@gmail.com",
        "comment" : "[upd] Wizardless form in modal window\u000a\u000a",
        "date" : "2020-09-27 22:33:36 +0200",
        "id" : "b79df8638d727e9872551083fb3d1d218bdd2719",
        "msg" : "[upd] Wizardless form in modal window",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/wizard/Wizard.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/FormManager.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/SForms.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/FormManager.jsx"
        ],
        "commitId" : "9a0fcf48e9cc8ac089ff2f50173a4eae55b2b660",
        "timestamp" : 1601314065000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/tomas.klim",
          "fullName" : "tomas.klim"
        },
        "authorEmail" : "tomas.klim@gmail.com",
        "comment" : "[upd] Inform user about missing questions in the form.\u000a\u000a",
        "date" : "2020-09-28 19:27:45 +0200",
        "id" : "9a0fcf48e9cc8ac089ff2f50173a4eae55b2b660",
        "msg" : "[upd] Inform user about missing questions in the form.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/FormManager.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "test/rendering/TestApp.jsx",
          "src/components/wizard/Wizard.jsx",
          "src/components/SForms.jsx",
          "src/components/FormManager.jsx",
          "src/components/wizard/VerticalWizardNav.jsx"
        ],
        "commitId" : "f9c0841b9e114bd93c323f6de387d241349b8211",
        "timestamp" : 1601315733000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/tomas.klim",
          "fullName" : "tomas.klim"
        },
        "authorEmail" : "tomas.klim@gmail.com",
        "comment" : "[upd] Unify main form container look for all types of forms\u000a\u000a",
        "date" : "2020-09-28 19:55:33 +0200",
        "id" : "f9c0841b9e114bd93c323f6de387d241349b8211",
        "msg" : "[upd] Unify main form container look for all types of forms",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/wizard/Wizard.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/wizard/VerticalWizardNav.jsx"
          },
          {
            "editType" : "edit",
            "file" : "test/rendering/TestApp.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/SForms.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/FormManager.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".gitignore",
          "src/components/FormManager.jsx",
          "src/components/SForms.jsx",
          "css/s-forms.min.css"
        ],
        "commitId" : "575e970143f6cc9724f6d45d2e09b11d6babf269",
        "timestamp" : 1601317763000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/tomas.klim",
          "fullName" : "tomas.klim"
        },
        "authorEmail" : "tomas.klim@gmail.com",
        "comment" : "[fix] Incorrect bootstrap class \u000a\u000a",
        "date" : "2020-09-28 20:29:23 +0200",
        "id" : "575e970143f6cc9724f6d45d2e09b11d6babf269",
        "msg" : "[fix] Incorrect bootstrap class",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".gitignore"
          },
          {
            "editType" : "edit",
            "file" : "src/components/FormManager.jsx"
          },
          {
            "editType" : "edit",
            "file" : "css/s-forms.min.css"
          },
          {
            "editType" : "edit",
            "file" : "src/components/SForms.jsx"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/tomas.klim",
      "fullName" : "tomas.klim"
    }
  ]
}