{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.scm.SubversionTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 8970,
      "urlName" : "testReport"
    },
    {
      "_class" : "hudson.plugins.disk_usage.BuildDiskUsageAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "opendj-ldap-toolkit-3.0.0-SNAPSHOT.zip",
      "fileName" : "opendj-ldap-toolkit-3.0.0-SNAPSHOT.zip",
      "relativePath" : "opendj-ldap-toolkit/target/opendj-ldap-toolkit-3.0.0-SNAPSHOT.zip"
    },
    {
      "displayPath" : "opendj-rest2ldap-servlet-3.0.0-SNAPSHOT-servlet.war",
      "fileName" : "opendj-rest2ldap-servlet-3.0.0-SNAPSHOT-servlet.war",
      "relativePath" : "opendj-rest2ldap-servlet/target/opendj-rest2ldap-servlet-3.0.0-SNAPSHOT-servlet.war"
    },
    {
      "displayPath" : "opendj-server-example-plugin-3.0.0-SNAPSHOT.zip",
      "fileName" : "opendj-server-example-plugin-3.0.0-SNAPSHOT.zip",
      "relativePath" : "opendj-server-example-plugin/target/opendj-server-example-plugin-3.0.0-SNAPSHOT.zip"
    },
    {
      "displayPath" : "experimental/example-plugin.zip",
      "fileName" : "example-plugin.zip",
      "relativePath" : "opendj-server-legacy/experimental/example-plugin.zip"
    },
    {
      "displayPath" : "src.zip",
      "fileName" : "src.zip",
      "relativePath" : "opendj-server-legacy/ext/testng/src.zip"
    },
    {
      "displayPath" : "target/example-plugin.zip",
      "fileName" : "example-plugin.zip",
      "relativePath" : "opendj-server-legacy/target/example-plugin.zip"
    },
    {
      "displayPath" : "opendj/example-plugin.zip",
      "fileName" : "example-plugin.zip",
      "relativePath" : "opendj-server-legacy/target/package/opendj/example-plugin.zip"
    },
    {
      "displayPath" : "OpenDJ-3.0.0-DSML.war",
      "fileName" : "OpenDJ-3.0.0-DSML.war",
      "relativePath" : "opendj-server-legacy/target/package/OpenDJ-3.0.0-DSML.war"
    },
    {
      "displayPath" : "OpenDJ-3.0.0.zip",
      "fileName" : "OpenDJ-3.0.0.zip",
      "relativePath" : "opendj-server-legacy/target/package/OpenDJ-3.0.0.zip"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#15",
  "duration" : 303531,
  "estimatedDuration" : 311165,
  "executor" : None,
  "fullDisplayName" : "org.forgerock.opendj #15",
  "id" : "15",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 15,
  "queueId" : 177,
  "result" : "SUCCESS",
  "timestamp" : 1440041709663,
  "url" : "https://consolving.de/jenkins/view/all/job/org.forgerock.opendj/15/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.scm.SubversionChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.scm.SubversionChangeLogSet$LogEntry",
        "affectedPaths" : [
          "opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/AttrHistoricalSingleTest.java"
        ],
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/JnRouvignac",
          "fullName" : "JnRouvignac"
        },
        "commitId" : "12758",
        "timestamp" : 1439996246451,
        "date" : "2015-08-19T14:57:26.451908Z",
        "msg" : "AttrHistoricalSingleTest.java:\u000aFixed a bug in replay_deleteMissingAttributeValue().\u000aRenamed replayOperationSuccess() to replayOperation().\u000aRenamed replayOperationFailure() to replayOperationSuppressMod().",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "/trunk/opendj/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/AttrHistoricalSingleTest.java"
          }
        ],
        "revision" : 12758,
        "user" : "JnRouvignac"
      },
      {
        "_class" : "hudson.scm.SubversionChangeLogSet$LogEntry",
        "affectedPaths" : [
          "opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/AttrHistoricalMultipleTest.java",
          "opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/AttrHistoricalSingleTest.java",
          "opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/AttrInfoTest.java"
        ],
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/JnRouvignac",
          "fullName" : "JnRouvignac"
        },
        "commitId" : "12757",
        "timestamp" : 1439993408523,
        "date" : "2015-08-19T14:10:08.523213Z",
        "msg" : "OPENDJ-1192 Modify request replay failures\u000a\u000aAdded unit tests for AttrHistoricalSingleT and AttrHistoricalMultiple.\u000aRenamed AttrInfoTest to AttrHistoricalMultipleTest.",
        "paths" : [
          {
            "editType" : "add",
            "file" : "/trunk/opendj/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/AttrHistoricalMultipleTest.java"
          },
          {
            "editType" : "add",
            "file" : "/trunk/opendj/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/AttrHistoricalSingleTest.java"
          },
          {
            "editType" : "delete",
            "file" : "/trunk/opendj/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/AttrInfoTest.java"
          }
        ],
        "revision" : 12757,
        "user" : "JnRouvignac"
      },
      {
        "_class" : "hudson.scm.SubversionChangeLogSet$LogEntry",
        "affectedPaths" : [
          "opendj-server-legacy/src/main/java/org/opends/server/tools/CreateRCScript.java"
        ],
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/cjr",
          "fullName" : "cjr"
        },
        "commitId" : "12756",
        "timestamp" : 1439977413741,
        "date" : "2015-08-19T09:43:33.741242Z",
        "msg" : "CR-7872 OPENDJ-2238 Add support for FreeBSD to init script",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "/trunk/opendj/opendj-server-legacy/src/main/java/org/opends/server/tools/CreateRCScript.java"
          }
        ],
        "revision" : 12756,
        "user" : "cjr"
      }
    ],
    "kind" : "svn",
    "revisions" : [
      {
        "module" : "https://svn.forgerock.org/opendj/trunk/opendj",
        "revision" : 12758
      }
    ]
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/JnRouvignac",
      "fullName" : "JnRouvignac"
    },
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/cjr",
      "fullName" : "cjr"
    }
  ]
}