{
  "_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" : 16,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d87e041bee8308377c46f0f3800cb6c03f64e655",
            "branch" : [
              {
                "SHA1" : "d87e041bee8308377c46f0f3800cb6c03f64e655",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d87e041bee8308377c46f0f3800cb6c03f64e655",
            "branch" : [
              {
                "SHA1" : "d87e041bee8308377c46f0f3800cb6c03f64e655",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "d87e041bee8308377c46f0f3800cb6c03f64e655",
        "branch" : [
          {
            "SHA1" : "d87e041bee8308377c46f0f3800cb6c03f64e655",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://github.com/wocommunity/wolips.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#16",
  "duration" : 40065,
  "estimatedDuration" : 46541,
  "executor" : None,
  "fullDisplayName" : "WOLips46 #16",
  "id" : "16",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 16,
  "queueId" : 2015,
  "result" : "FAILURE",
  "timestamp" : 1636766649127,
  "url" : "https://sdagjenkins.wocommunity.org/job/WOLips46/16/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "wolips/core/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/WOLipsNatureUtils.java"
        ],
        "commitId" : "fb10b2589cc63b44e581b85c13640df24b111dcf",
        "timestamp" : 1636539907000,
        "author" : {
          "absoluteUrl" : "https://sdagjenkins.wocommunity.org/user/ramseygurley",
          "fullName" : "ramseygurley"
        },
        "authorEmail" : "ramseygurley@gmail.com",
        "comment" : "Detect maven projects with current maven nature id\u000a",
        "date" : "2021-11-10 19:25:07 +0900",
        "id" : "fb10b2589cc63b44e581b85c13640df24b111dcf",
        "msg" : "Detect maven projects with current maven nature id",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "wolips/core/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/WOLipsNatureUtils.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "wolips/core/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLReverseEngineer53.java",
          "wolips/core/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLUtils53.java",
          "wolips/core/plugins/org.objectstyle.wolips.eomodeler.core/.classpath",
          "wolips/core/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLGenerator53.java",
          "wolips/core/plugins/org.objectstyle.wolips.eomodeler/.classpath"
        ],
        "commitId" : "cc7bd3fdba26efffeed713712065c77ca4bd1a7b",
        "timestamp" : 1636540131000,
        "author" : {
          "absoluteUrl" : "https://sdagjenkins.wocommunity.org/user/ramseygurley",
          "fullName" : "ramseygurley"
        },
        "authorEmail" : "ramseygurley@gmail.com",
        "comment" : "Eliminated dependence on WO_HOME variable to build/debug wolips\u000a\u000aThe WO_HOME was only required to allow three classes to compile which\u000awould use WO frameworks at runtime for SQL generation and reverse\u000aengineering. Removed this dependency by rewriting those three classes\u000ausing reflection.\u000a",
        "date" : "2021-11-10 19:28:51 +0900",
        "id" : "cc7bd3fdba26efffeed713712065c77ca4bd1a7b",
        "msg" : "Eliminated dependence on WO_HOME variable to build/debug wolips",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "wolips/core/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLGenerator53.java"
          },
          {
            "editType" : "edit",
            "file" : "wolips/core/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLReverseEngineer53.java"
          },
          {
            "editType" : "edit",
            "file" : "wolips/core/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLUtils53.java"
          },
          {
            "editType" : "edit",
            "file" : "wolips/core/plugins/org.objectstyle.wolips.eomodeler.core/.classpath"
          },
          {
            "editType" : "edit",
            "file" : "wolips/core/plugins/org.objectstyle.wolips.eomodeler/.classpath"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "wolips/core/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/ProjectClasspathRoot.java",
          "wolips/core/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseFrameworkModel.java",
          "wolips/core/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseJarFramework.java",
          "woenvironment/src/java/org/objectstyle/woenvironment/frameworks/Root.java"
        ],
        "commitId" : "52158b24e27160d606ff6882f1a9db11819c4368",
        "timestamp" : 1636540311000,
        "author" : {
          "absoluteUrl" : "https://sdagjenkins.wocommunity.org/user/ramseygurley",
          "fullName" : "ramseygurley"
        },
        "authorEmail" : "ramseygurley@gmail.com",
        "comment" : "Adding a classpath root for maven projects\u000a\u000aThis allows the EOModel creation wizard to work for maven projects\u000awithout requiring WebObjects be installed in a directory outside of the\u000amaven repository.\u000a",
        "date" : "2021-11-10 19:31:51 +0900",
        "id" : "52158b24e27160d606ff6882f1a9db11819c4368",
        "msg" : "Adding a classpath root for maven projects",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "woenvironment/src/java/org/objectstyle/woenvironment/frameworks/Root.java"
          },
          {
            "editType" : "edit",
            "file" : "wolips/core/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseFrameworkModel.java"
          },
          {
            "editType" : "edit",
            "file" : "wolips/core/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseJarFramework.java"
          },
          {
            "editType" : "add",
            "file" : "wolips/core/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/ProjectClasspathRoot.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://sdagjenkins.wocommunity.org/user/ramseygurley",
      "fullName" : "ramseygurley"
    },
    {
      "absoluteUrl" : "https://sdagjenkins.wocommunity.org/user/rasc",
      "fullName" : "rasc"
    }
  ]
}