{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "3e737e29b34dcf7dff5995f11de3e2f1e2d20ee4",
            "branch" : [
              {
                "SHA1" : "3e737e29b34dcf7dff5995f11de3e2f1e2d20ee4",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "3e737e29b34dcf7dff5995f11de3e2f1e2d20ee4",
            "branch" : [
              {
                "SHA1" : "3e737e29b34dcf7dff5995f11de3e2f1e2d20ee4",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 4,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6c8fe01376e726eb8ed18a19de0e8075c1bf64aa",
            "branch" : [
              {
                "SHA1" : "6c8fe01376e726eb8ed18a19de0e8075c1bf64aa",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6c8fe01376e726eb8ed18a19de0e8075c1bf64aa",
            "branch" : [
              {
                "SHA1" : "6c8fe01376e726eb8ed18a19de0e8075c1bf64aa",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "6c8fe01376e726eb8ed18a19de0e8075c1bf64aa",
        "branch" : [
          {
            "SHA1" : "6c8fe01376e726eb8ed18a19de0e8075c1bf64aa",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/lruiz/MarkdownPapers.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.disk_usage.BuildDiskUsageAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#4",
  "duration" : 2866,
  "estimatedDuration" : 21385,
  "executor" : None,
  "fullDisplayName" : "org.tautua.markdownpapers #4",
  "id" : "4",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 4,
  "queueId" : 101,
  "result" : "FAILURE",
  "timestamp" : 1462594207044,
  "url" : "https://consolving.de/jenkins/job/org.tautua.markdownpapers/4/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "doxia-module/src/main/java/org/tautua/markdownpapers/doxia/SinkEventEmitter.java"
        ],
        "commitId" : "ca853dd22ec06d3b738bf18da547edcc32b19cd4",
        "timestamp" : 1462590665000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/lruiz",
          "fullName" : "lruiz"
        },
        "authorEmail" : "lruiz@tautua.org",
        "comment" : "fix #49, emphasis lost\u000a",
        "date" : "2016-05-06 21:11:05 -0600",
        "id" : "ca853dd22ec06d3b738bf18da547edcc32b19cd4",
        "msg" : "fix #49, emphasis lost",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "doxia-module/src/main/java/org/tautua/markdownpapers/doxia/SinkEventEmitter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "core/src/main/java/org/tautua/markdownpapers/ast/Emphasis.java"
        ],
        "commitId" : "754cd033e23a6cb84d14833270ee692c80bcc547",
        "timestamp" : 1462590837000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/lruiz",
          "fullName" : "lruiz"
        },
        "authorEmail" : "lruiz@tautua.org",
        "comment" : "cleaning unused code\u000a",
        "date" : "2016-05-06 21:13:57 -0600",
        "id" : "754cd033e23a6cb84d14833270ee692c80bcc547",
        "msg" : "cleaning unused code",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "core/src/main/java/org/tautua/markdownpapers/ast/Emphasis.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "cli/pom.xml",
          "www/pom.xml",
          "parent/pom.xml",
          "core/pom.xml",
          "pom.xml",
          "doxia-module/pom.xml"
        ],
        "commitId" : "597b264c301c56235d167be72bb32946a807dcb7",
        "timestamp" : 1462590940000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/lruiz",
          "fullName" : "lruiz"
        },
        "authorEmail" : "lruiz@tautua.org",
        "comment" : "change version to 1.4.3\u000a",
        "date" : "2016-05-06 21:15:40 -0600",
        "id" : "597b264c301c56235d167be72bb32946a807dcb7",
        "msg" : "change version to 1.4.3",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "doxia-module/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "core/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "www/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "cli/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "parent/pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "www/src/site/site.xml"
        ],
        "commitId" : "6c8fe01376e726eb8ed18a19de0e8075c1bf64aa",
        "timestamp" : 1462590979000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/lruiz",
          "fullName" : "lruiz"
        },
        "authorEmail" : "lruiz@tautua.org",
        "comment" : "change skin version to 1.0.1\u000a",
        "date" : "2016-05-06 21:16:19 -0600",
        "id" : "6c8fe01376e726eb8ed18a19de0e8075c1bf64aa",
        "msg" : "change skin version to 1.0.1",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "www/src/site/site.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/lruiz",
      "fullName" : "lruiz"
    }
  ]
}