{
  "_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" : 11,
      "buildableTimeMillis" : 11,
      "buildingDurationMillis" : 99146,
      "executingTimeMillis" : 99146,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8087,
      "waitingTimeMillis" : 8087
    },
    {
      "_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" : 137,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "c3b854fc6b87bd341f3e89d20c3f7f1ac6d8c637",
            "branch" : [
              {
                "SHA1" : "c3b854fc6b87bd341f3e89d20c3f7f1ac6d8c637",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "c3b854fc6b87bd341f3e89d20c3f7f1ac6d8c637",
            "branch" : [
              {
                "SHA1" : "c3b854fc6b87bd341f3e89d20c3f7f1ac6d8c637",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "c3b854fc6b87bd341f3e89d20c3f7f1ac6d8c637",
        "branch" : [
          {
            "SHA1" : "c3b854fc6b87bd341f3e89d20c3f7f1ac6d8c637",
            "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.5.tgz",
      "fileName" : "s-forms-0.3.5.tgz",
      "relativePath" : "s-forms-0.3.5.tgz"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#137",
  "duration" : 99146,
  "estimatedDuration" : 123138,
  "executor" : None,
  "fullDisplayName" : "SForms #137",
  "id" : "137",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 137,
  "queueId" : 281,
  "result" : "SUCCESS",
  "timestamp" : 1647349373214,
  "url" : "https://kbss.felk.cvut.cz/jenkins/view/all/job/s-forms/137/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/stories/assets/tourist_destination_form.json",
          "src/stories/SForms/SForms.stories.tsx",
          "src/stories/SForms/example_turisticky_cil.json"
        ],
        "commitId" : "ff08bb993c07856e14c7da35987d43f133756465",
        "timestamp" : 1647338918000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[Upd #117] Add tourist destination form to SForm story\u000a",
        "date" : "2022-03-15 11:08:38 +0100",
        "id" : "ff08bb993c07856e14c7da35987d43f133756465",
        "msg" : "[Upd #117] Add tourist destination form to SForm story",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "src/stories/SForms/example_turisticky_cil.json"
          },
          {
            "editType" : "add",
            "file" : "src/stories/assets/tourist_destination_form.json"
          },
          {
            "editType" : "edit",
            "file" : "src/stories/SForms/SForms.stories.tsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "README.md"
        ],
        "commitId" : "447ecbe6251b5a409e5d0f772176231a9b9718d0",
        "timestamp" : 1647347187000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[New #119] Added link to netlify deployment\u000a",
        "date" : "2022-03-15 13:26:27 +0100",
        "id" : "447ecbe6251b5a409e5d0f772176231a9b9718d0",
        "msg" : "[New #119] Added link to netlify deployment",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "README.md"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package.json",
          ".gitignore",
          "webpack.config.prod.js",
          ".browserslistrc",
          "webpack.config.dev.js"
        ],
        "commitId" : "06add74d5b894d1dcb518e8ed202acf66d4fbdbe",
        "timestamp" : 1647347270000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[Upd #119] Modify script for storybook and remove unnecessary webpack configuration\u000a",
        "date" : "2022-03-15 13:27:50 +0100",
        "id" : "06add74d5b894d1dcb518e8ed202acf66d4fbdbe",
        "msg" : "[Upd #119] Modify script for storybook and remove unnecessary webpack configuration",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".gitignore"
          },
          {
            "editType" : "delete",
            "file" : "webpack.config.prod.js"
          },
          {
            "editType" : "edit",
            "file" : "package.json"
          },
          {
            "editType" : "delete",
            "file" : ".browserslistrc"
          },
          {
            "editType" : "delete",
            "file" : "webpack.config.dev.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "README.md"
        ],
        "commitId" : "7fdd06b48dbd4c44ec463a751744bfb43f8aee5d",
        "timestamp" : 1647347283000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
          "fullName" : "max.chopart"
        },
        "authorEmail" : "max.chopart@gmail.com",
        "comment" : "[Upd #119] Update readme for storybook\u000a",
        "date" : "2022-03-15 13:28:03 +0100",
        "id" : "7fdd06b48dbd4c44ec463a751744bfb43f8aee5d",
        "msg" : "[Upd #119] Update readme for storybook",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "README.md"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/max.chopart",
      "fullName" : "max.chopart"
    }
  ]
}