{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user Martin Ledvinka",
          "userId" : "ledvima1",
          "userName" : "Martin Ledvinka"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 11,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "162480cafbd3bbcb6d4115465096db1a1e54ac14",
            "branch" : [
              {
                "SHA1" : "162480cafbd3bbcb6d4115465096db1a1e54ac14",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "162480cafbd3bbcb6d4115465096db1a1e54ac14",
            "branch" : [
              {
                "SHA1" : "162480cafbd3bbcb6d4115465096db1a1e54ac14",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "162480cafbd3bbcb6d4115465096db1a1e54ac14",
        "branch" : [
          {
            "SHA1" : "162480cafbd3bbcb6d4115465096db1a1e54ac14",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "file:///srv/git/semforms.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "semforms-0.0.1.tgz",
      "fileName" : "semforms-0.0.1.tgz",
      "relativePath" : "semforms-0.0.1.tgz"
    },
    {
      "displayPath" : "semforms-0.0.2.tgz",
      "fileName" : "semforms-0.0.2.tgz",
      "relativePath" : "semforms-0.0.2.tgz"
    },
    {
      "displayPath" : "semforms-0.0.3.tgz",
      "fileName" : "semforms-0.0.3.tgz",
      "relativePath" : "semforms-0.0.3.tgz"
    },
    {
      "displayPath" : "semforms-0.0.4.tgz",
      "fileName" : "semforms-0.0.4.tgz",
      "relativePath" : "semforms-0.0.4.tgz"
    },
    {
      "displayPath" : "semforms-0.0.5.tgz",
      "fileName" : "semforms-0.0.5.tgz",
      "relativePath" : "semforms-0.0.5.tgz"
    },
    {
      "displayPath" : "semforms-0.0.6.tgz",
      "fileName" : "semforms-0.0.6.tgz",
      "relativePath" : "semforms-0.0.6.tgz"
    },
    {
      "displayPath" : "semforms-0.1.0.tgz",
      "fileName" : "semforms-0.1.0.tgz",
      "relativePath" : "semforms-0.1.0.tgz"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#11",
  "duration" : 68737,
  "estimatedDuration" : 123138,
  "executor" : None,
  "fullDisplayName" : "SForms #11",
  "id" : "11",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 11,
  "queueId" : 28,
  "result" : "SUCCESS",
  "timestamp" : 1475572639315,
  "url" : "https://kbss.felk.cvut.cz/jenkins/view/JavaScript/job/s-forms/11/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/Question.js",
          "src/components/Answer.js",
          "src/components/answer/DateTimeAnswer.js",
          "src/components/answer/MaskedInputAnswer.js",
          "test/__tests__/FormUtilsTest.js",
          "test/__tests__/MaskedInputAnswerTest.js",
          "src/util/FormUtils.js",
          "test/__tests__/AnswerTest.js",
          "src/components/MaskedInput.js",
          "src/constants/Constants.js"
        ],
        "commitId" : "da8adf1cbb5aaf85c832541b0d03f89b219b4ed9",
        "timestamp" : 1472461058000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "Added support for masked input.\u000a",
        "date" : "2016-08-29 10:57:38 +0200",
        "id" : "da8adf1cbb5aaf85c832541b0d03f89b219b4ed9",
        "msg" : "Added support for masked input.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "test/__tests__/FormUtilsTest.js"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/AnswerTest.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/Answer.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/MaskedInput.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/DateTimeAnswer.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/Question.js"
          },
          {
            "editType" : "add",
            "file" : "src/components/answer/MaskedInputAnswer.js"
          },
          {
            "editType" : "edit",
            "file" : "src/util/FormUtils.js"
          },
          {
            "editType" : "add",
            "file" : "test/__tests__/MaskedInputAnswerTest.js"
          },
          {
            "editType" : "edit",
            "file" : "src/constants/Constants.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/MaskedInput.js"
        ],
        "commitId" : "d14e4f1c920c3a92caf3e1f2b14f255d0ad07770",
        "timestamp" : 1472461213000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "Remove unused import.\u000a",
        "date" : "2016-08-29 11:00:13 +0200",
        "id" : "d14e4f1c920c3a92caf3e1f2b14f255d0ad07770",
        "msg" : "Remove unused import.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/MaskedInput.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/util/Utils.js",
          "test/__tests__/InputAnswerTest.js",
          "src/components/answer/MaskedInputAnswer.js",
          "test/__tests__/MaskedInputAnswerTest.js",
          "src/util/FormUtils.js",
          "package.json",
          "test/__tests__/AnswerTest.js",
          "src/components/answer/InputAnswer.js",
          "src/constants/Constants.js"
        ],
        "commitId" : "ad93655b1162ca1f1a435db56830587d59cee8b3",
        "timestamp" : 1472479498000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "Fixed masked input. Constraint support in numeric inputs. Use\u000axsd-datatype for numeric input determining. Bumped version to 0.0.7.\u000a",
        "date" : "2016-08-29 16:04:58 +0200",
        "id" : "ad93655b1162ca1f1a435db56830587d59cee8b3",
        "msg" : "Fixed masked input. Constraint support in numeric inputs. Use",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/util/FormUtils.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/InputAnswer.js"
          },
          {
            "editType" : "edit",
            "file" : "src/constants/Constants.js"
          },
          {
            "editType" : "edit",
            "file" : "package.json"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/MaskedInputAnswer.js"
          },
          {
            "editType" : "edit",
            "file" : "src/util/Utils.js"
          },
          {
            "editType" : "add",
            "file" : "test/__tests__/InputAnswerTest.js"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/MaskedInputAnswerTest.js"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/AnswerTest.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/constants/Constants.js"
        ],
        "commitId" : "97ed5ad73dee4d909437b2ed2b6337d992e162e8",
        "timestamp" : 1472482407000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/blcham",
          "fullName" : "blcham"
        },
        "authorEmail" : "blcham@gmail.com",
        "comment" : "[upd] new vocabulary\u000a",
        "date" : "2016-08-29 16:53:27 +0200",
        "id" : "97ed5ad73dee4d909437b2ed2b6337d992e162e8",
        "msg" : "[upd] new vocabulary",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/constants/Constants.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "test/rendering/form.json",
          "test/rendering/bootstrap-datetimepicker.min.css",
          "src/components/Question.js",
          "test/rendering/fonts/glyphicons-halflings-regular.woff",
          "test/rendering/fonts/glyphicons-halflings-regular.woff2",
          "test/rendering/fonts/glyphicons-halflings-regular.svg",
          "test/rendering/fonts/glyphicons-halflings-regular.ttf",
          "src/constants/Constants.js",
          "test/rendering/index.html",
          "test/rendering/fonts/glyphicons-halflings-regular.eot",
          "test/rendering/bootstrap.min.css",
          "test/rendering/semforms.css",
          "package.json",
          "css/semforms.min.css",
          "css/semforms.css",
          "src/components/HelpIcon.js"
        ],
        "commitId" : "00119a94a9ded5acd159a4df8fe419a51ba862bb",
        "timestamp" : 1472485809000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "Added help icon for questions (based on dc:description property). Moved\u000aCSS file into a separate top-level folder, so that it can be copied into\u000atarget projects. Bumped version to 0.0.8.\u000a",
        "date" : "2016-08-29 17:50:09 +0200",
        "id" : "00119a94a9ded5acd159a4df8fe419a51ba862bb",
        "msg" : "Added help icon for questions (based on dc:description property). Moved",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "test/rendering/fonts/glyphicons-halflings-regular.eot"
          },
          {
            "editType" : "delete",
            "file" : "test/rendering/bootstrap.min.css"
          },
          {
            "editType" : "add",
            "file" : "css/semforms.css"
          },
          {
            "editType" : "add",
            "file" : "src/components/HelpIcon.js"
          },
          {
            "editType" : "edit",
            "file" : "test/rendering/form.json"
          },
          {
            "editType" : "edit",
            "file" : "package.json"
          },
          {
            "editType" : "delete",
            "file" : "test/rendering/fonts/glyphicons-halflings-regular.ttf"
          },
          {
            "editType" : "edit",
            "file" : "test/rendering/index.html"
          },
          {
            "editType" : "delete",
            "file" : "test/rendering/fonts/glyphicons-halflings-regular.woff"
          },
          {
            "editType" : "add",
            "file" : "css/semforms.min.css"
          },
          {
            "editType" : "delete",
            "file" : "test/rendering/fonts/glyphicons-halflings-regular.svg"
          },
          {
            "editType" : "delete",
            "file" : "test/rendering/bootstrap-datetimepicker.min.css"
          },
          {
            "editType" : "delete",
            "file" : "test/rendering/semforms.css"
          },
          {
            "editType" : "delete",
            "file" : "test/rendering/fonts/glyphicons-halflings-regular.woff2"
          },
          {
            "editType" : "edit",
            "file" : "src/constants/Constants.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/Question.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package.json",
          "test/rendering/form.json",
          "src/components/Question.js",
          "css/semforms.css",
          "src/constants/Constants.js"
        ],
        "commitId" : "679660e4d4ac6079d65ec273f8940757d3ec9e25",
        "timestamp" : 1472489301000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "Show units next to value inputs. Moved help icon next to the units\u000alabel. Bumped version to 0.0.9.\u000a",
        "date" : "2016-08-29 18:48:21 +0200",
        "id" : "679660e4d4ac6079d65ec273f8940757d3ec9e25",
        "msg" : "Show units next to value inputs. Moved help icon next to the units",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "test/rendering/form.json"
          },
          {
            "editType" : "edit",
            "file" : "src/components/Question.js"
          },
          {
            "editType" : "edit",
            "file" : "css/semforms.css"
          },
          {
            "editType" : "edit",
            "file" : "src/constants/Constants.js"
          },
          {
            "editType" : "edit",
            "file" : "package.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "css/semforms.min.css"
        ],
        "commitId" : "1ff3c06c061cf9e741c8f3b71a1d816952c62376",
        "timestamp" : 1472489346000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "Updated minifed css.\u000a",
        "date" : "2016-08-29 18:49:06 +0200",
        "id" : "1ff3c06c061cf9e741c8f3b71a1d816952c62376",
        "msg" : "Updated minifed css.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "css/semforms.min.css"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/constants/Constants.js"
        ],
        "commitId" : "ee46f63918543022e53ffbbb8877e32103296e1c",
        "timestamp" : 1472489595000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "Merge aftermath.\u000a",
        "date" : "2016-08-29 18:53:15 +0200",
        "id" : "ee46f63918543022e53ffbbb8877e32103296e1c",
        "msg" : "Merge aftermath.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/constants/Constants.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/Question.js",
          "src/util/Utils.js",
          "test/__tests__/FormUtilsTest.js",
          "src/util/JsonObjectMap.js",
          "src/util/FormUtils.js"
        ],
        "commitId" : "f0d36ae4ab4725383b8b10874b549898cc3bd57f",
        "timestamp" : 1472558340000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/blcham",
          "fullName" : "blcham"
        },
        "authorEmail" : "blcham@gmail.com",
        "comment" : "[new] is-relevant-if\u000a",
        "date" : "2016-08-30 13:59:00 +0200",
        "id" : "f0d36ae4ab4725383b8b10874b549898cc3bd57f",
        "msg" : "[new] is-relevant-if",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/util/FormUtils.js"
          },
          {
            "editType" : "add",
            "file" : "src/util/JsonObjectMap.js"
          },
          {
            "editType" : "edit",
            "file" : "src/util/Utils.js"
          },
          {
            "editType" : "edit",
            "file" : "test/__tests__/FormUtilsTest.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/Question.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/Question.js",
          "src/util/JsonLdObjectUtils.js",
          "src/util/FormUtils.js"
        ],
        "commitId" : "7794d58fc336036479778fcb34e47844e27c184f",
        "timestamp" : 1472656468000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/blcham",
          "fullName" : "blcham"
        },
        "authorEmail" : "blcham@gmail.com",
        "comment" : "[fix] is-relevant-if not showing subquestions\u000a",
        "date" : "2016-08-31 17:14:28 +0200",
        "id" : "7794d58fc336036479778fcb34e47844e27c184f",
        "msg" : "[fix] is-relevant-if not showing subquestions",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/Question.js"
          },
          {
            "editType" : "edit",
            "file" : "src/util/FormUtils.js"
          },
          {
            "editType" : "add",
            "file" : "src/util/JsonLdObjectUtils.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package.json",
          "src/model/Configuration.js",
          "src/components/DefaultInput.js"
        ],
        "commitId" : "162480cafbd3bbcb6d4115465096db1a1e54ac14",
        "timestamp" : 1475572605000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "Upgraded to react-bootstrap 0.30.3. Added default input implementation.\u000a",
        "date" : "2016-10-04 11:16:45 +0200",
        "id" : "162480cafbd3bbcb6d4115465096db1a1e54ac14",
        "msg" : "Upgraded to react-bootstrap 0.30.3. Added default input implementation.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/model/Configuration.js"
          },
          {
            "editType" : "add",
            "file" : "src/components/DefaultInput.js"
          },
          {
            "editType" : "edit",
            "file" : "package.json"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/blcham",
      "fullName" : "blcham"
    },
    {
      "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
      "fullName" : "Martin Ledvinka"
    }
  ]
}