{
  "_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" : 15,
      "buildableTimeMillis" : 15,
      "buildingDurationMillis" : 71141,
      "executingTimeMillis" : 71141,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6524,
      "waitingTimeMillis" : 6524
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 44,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8a78a5964a80085028c13e013df2812ab86f4111",
            "branch" : [
              {
                "SHA1" : "8a78a5964a80085028c13e013df2812ab86f4111",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8a78a5964a80085028c13e013df2812ab86f4111",
            "branch" : [
              {
                "SHA1" : "8a78a5964a80085028c13e013df2812ab86f4111",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "8a78a5964a80085028c13e013df2812ab86f4111",
        "branch" : [
          {
            "SHA1" : "8a78a5964a80085028c13e013df2812ab86f4111",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/kbss-cvut/s-forms-components.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "s-forms-components-0.1.8.tgz",
      "fileName" : "s-forms-components-0.1.8.tgz",
      "relativePath" : "s-forms-components-0.1.8.tgz"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#44",
  "duration" : 71141,
  "estimatedDuration" : 63677,
  "executor" : None,
  "fullDisplayName" : "s-forms-components #44",
  "id" : "44",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 44,
  "queueId" : 34,
  "result" : "SUCCESS",
  "timestamp" : 1665595356936,
  "url" : "https://kbss.felk.cvut.cz/jenkins/view/STools/job/s-forms-components/44/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package.json"
        ],
        "commitId" : "561b5131fa760d867a6287d41ffa3ae517941870",
        "timestamp" : 1665581352000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/blcham",
          "fullName" : "blcham"
        },
        "authorEmail" : "blcham@gmail.com",
        "comment" : "[Upd] SForms dependency update\u000a",
        "date" : "2022-10-12 15:29:12 +0200",
        "id" : "561b5131fa760d867a6287d41ffa3ae517941870",
        "msg" : "[Upd] SForms dependency update",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "package.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/SectionComponent.jsx",
          "src/components/TypeQuestionAnswer.jsx",
          "src/components/SectionIdentifier.jsx",
          "src/components/NullQuestion.jsx",
          ".gitignore",
          "package-lock.json",
          ".storybook/main.cjs",
          "src/Constants.js",
          "src/components/CompositeQuestion.jsx",
          "src/SmartComponents.js",
          "src/components/WizardStepComponent.jsx",
          "src/lib.js",
          "src/components/ShowAdvancedSwitch.jsx",
          "src/styles/components.css",
          ".prettierignore",
          "tsconfig.json",
          "src/Utils.js",
          "package.json",
          ".husky/pre-commit",
          ".storybook/preview.js",
          "src/components/QuestionWithUnit.jsx",
          ".npmignore"
        ],
        "commitId" : "dff2d61634a6ae5139c901bf064f121c8d1e9160",
        "timestamp" : 1665582899000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/blcham",
          "fullName" : "blcham"
        },
        "authorEmail" : "blcham@gmail.com",
        "comment" : "[New] Add prettier,release management, chromatic\u000a",
        "date" : "2022-10-12 15:54:59 +0200",
        "id" : "dff2d61634a6ae5139c901bf064f121c8d1e9160",
        "msg" : "[New] Add prettier,release management, chromatic",
        "paths" : [
          {
            "editType" : "add",
            "file" : ".npmignore"
          },
          {
            "editType" : "edit",
            "file" : "src/components/CompositeQuestion.jsx"
          },
          {
            "editType" : "edit",
            "file" : "package-lock.json"
          },
          {
            "editType" : "edit",
            "file" : "src/Constants.js"
          },
          {
            "editType" : "edit",
            "file" : "src/lib.js"
          },
          {
            "editType" : "edit",
            "file" : "src/styles/components.css"
          },
          {
            "editType" : "edit",
            "file" : "src/SmartComponents.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/TypeQuestionAnswer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "package.json"
          },
          {
            "editType" : "edit",
            "file" : "src/components/ShowAdvancedSwitch.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/QuestionWithUnit.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/NullQuestion.jsx"
          },
          {
            "editType" : "add",
            "file" : ".husky/pre-commit"
          },
          {
            "editType" : "add",
            "file" : ".prettierignore"
          },
          {
            "editType" : "edit",
            "file" : ".storybook/preview.js"
          },
          {
            "editType" : "edit",
            "file" : ".gitignore"
          },
          {
            "editType" : "edit",
            "file" : "src/components/SectionIdentifier.jsx"
          },
          {
            "editType" : "edit",
            "file" : "tsconfig.json"
          },
          {
            "editType" : "edit",
            "file" : ".storybook/main.cjs"
          },
          {
            "editType" : "edit",
            "file" : "src/components/WizardStepComponent.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/Utils.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/SectionComponent.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package.json"
        ],
        "commitId" : "22aee9ce1d895666d5fff259695a3a60a06d1085",
        "timestamp" : 1665583372000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/blcham",
          "fullName" : "blcham"
        },
        "authorEmail" : "blcham@gmail.com",
        "comment" : "[Fix] Add missing test script\u000a",
        "date" : "2022-10-12 16:02:52 +0200",
        "id" : "22aee9ce1d895666d5fff259695a3a60a06d1085",
        "msg" : "[Fix] Add missing test script",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "package.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package.json"
        ],
        "commitId" : "fdb4c83d57d958b7da1cde15537b8614b30607d0",
        "timestamp" : 1665583632000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/blcham",
          "fullName" : "blcham"
        },
        "authorEmail" : "blcham@gmail.com",
        "comment" : "[Upd] Remove flag to be able to publish to npm\u000a",
        "date" : "2022-10-12 16:07:12 +0200",
        "id" : "fdb4c83d57d958b7da1cde15537b8614b30607d0",
        "msg" : "[Upd] Remove flag to be able to publish to npm",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "package.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package.json",
          "package-lock.json",
          "CHANGELOG.md"
        ],
        "commitId" : "b107d2a9239f1a63dadb3aeb0c5d166a57c228f8",
        "timestamp" : 1665583644000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/blcham",
          "fullName" : "blcham"
        },
        "authorEmail" : "blcham@gmail.com",
        "comment" : "[0.1.7] Bump version\u000a",
        "date" : "2022-10-12 16:07:24 +0200",
        "id" : "b107d2a9239f1a63dadb3aeb0c5d166a57c228f8",
        "msg" : "[0.1.7] Bump version",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "package.json"
          },
          {
            "editType" : "edit",
            "file" : "package-lock.json"
          },
          {
            "editType" : "add",
            "file" : "CHANGELOG.md"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package.json",
          "src/SmartComponents.js",
          "src/s-forms-components.js",
          "package-lock.json",
          "src/lib.js"
        ],
        "commitId" : "cf3a8ac5af851b85d9766f6f82978bfaf4895157",
        "timestamp" : 1665595179000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/blcham",
          "fullName" : "blcham"
        },
        "authorEmail" : "blcham@gmail.com",
        "comment" : "[Fix] Fix bundle for use in external project\u000a",
        "date" : "2022-10-12 19:19:39 +0200",
        "id" : "cf3a8ac5af851b85d9766f6f82978bfaf4895157",
        "msg" : "[Fix] Fix bundle for use in external project",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/SmartComponents.js"
          },
          {
            "editType" : "delete",
            "file" : "src/lib.js"
          },
          {
            "editType" : "edit",
            "file" : "package-lock.json"
          },
          {
            "editType" : "add",
            "file" : "src/s-forms-components.js"
          },
          {
            "editType" : "edit",
            "file" : "package.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package-lock.json",
          "package.json",
          "CHANGELOG.md"
        ],
        "commitId" : "8a78a5964a80085028c13e013df2812ab86f4111",
        "timestamp" : 1665595283000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/blcham",
          "fullName" : "blcham"
        },
        "authorEmail" : "blcham@gmail.com",
        "comment" : "[0.1.8] Bump version\u000a",
        "date" : "2022-10-12 19:21:23 +0200",
        "id" : "8a78a5964a80085028c13e013df2812ab86f4111",
        "msg" : "[0.1.8] Bump version",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "CHANGELOG.md"
          },
          {
            "editType" : "edit",
            "file" : "package-lock.json"
          },
          {
            "editType" : "edit",
            "file" : "package.json"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/blcham",
      "fullName" : "blcham"
    }
  ]
}