{
  "_class" : "hudson.maven.MavenModuleSetBuild",
  "actions" : [
    {
      "_class" : "hudson.model.ParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "D1_CN_INDEX_PROCESSOR",
          "value" : "main"
        }
      ]
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user administrator",
          "userId" : "admin",
          "userName" : "administrator"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 146,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f656b8260b21d7c17bf513ed3edd0bd9b40dec88",
            "branch" : [
              {
                "SHA1" : "f656b8260b21d7c17bf513ed3edd0bd9b40dec88",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f656b8260b21d7c17bf513ed3edd0bd9b40dec88",
            "branch" : [
              {
                "SHA1" : "f656b8260b21d7c17bf513ed3edd0bd9b40dec88",
                "name" : "origin/main"
              }
            ]
          }
        },
        "origin/develop_2.3" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 144,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "070d4376564c5191b9f86783e60bb289083acd8b",
            "branch" : [
              {
                "SHA1" : "070d4376564c5191b9f86783e60bb289083acd8b",
                "name" : "origin/develop_2.3"
              }
            ]
          },
          "revision" : {
            "SHA1" : "070d4376564c5191b9f86783e60bb289083acd8b",
            "branch" : [
              {
                "SHA1" : "070d4376564c5191b9f86783e60bb289083acd8b",
                "name" : "origin/develop_2.3"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f656b8260b21d7c17bf513ed3edd0bd9b40dec88",
        "branch" : [
          {
            "SHA1" : "f656b8260b21d7c17bf513ed3edd0bd9b40dec88",
            "name" : "origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/DataONEorg/d1_cn_index_processor"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#146",
  "duration" : 44008,
  "estimatedDuration" : 41390,
  "executor" : None,
  "fullDisplayName" : "d1_cn_index_processor_beta #146",
  "id" : "146",
  "keepLog" : False,
  "number" : 146,
  "queueId" : 5356,
  "result" : "SUCCESS",
  "timestamp" : 1655228863936,
  "url" : "http://jenkins-ucsb-1.dataone.org/jenkins/job/d1_cn_index_processor_beta/146/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml"
        ],
        "commitId" : "7e140763ac89171b1ab53220cac7f58cfa3d49c9",
        "timestamp" : 1633975423000,
        "author" : {
          "absoluteUrl" : "http://jenkins-ucsb-1.dataone.org/jenkins/user/petridish",
          "fullName" : "petridish"
        },
        "authorEmail" : "petridish@gmail.com",
        "comment" : "Fix http repository issues in pom.xml\u000a\u000aChanges our dataone maven repo to use https and puts in an override mirror for for Restlet since the POM for the version of solr-core we use appears to include a link to the *http* restlet mirror. Maven as of 3.8.1  only supports https repository URLs and your entire dependency tree needs to respect that.\u000a",
        "date" : "2021-10-11 10:03:43 -0800",
        "id" : "7e140763ac89171b1ab53220cac7f58cfa3d49c9",
        "msg" : "Fix http repository issues in pom.xml",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/org/dataone/cn/indexer/parser/JsonLdSubprocessor.java"
        ],
        "commitId" : "d69498c5fd933f3ea7d031c2add8910f744503ca",
        "timestamp" : 1653106377000,
        "author" : {
          "absoluteUrl" : "http://jenkins-ucsb-1.dataone.org/jenkins/user/tao",
          "fullName" : "tao"
        },
        "authorEmail" : "tao@nceas.ucsb.edu",
        "comment" : "Use a recursive method to look for schema.org for expanded json documents.\u000a",
        "date" : "2022-05-20 21:12:57 -0700",
        "id" : "d69498c5fd933f3ea7d031c2add8910f744503ca",
        "msg" : "Use a recursive method to look for schema.org for expanded json documents.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/org/dataone/cn/indexer/parser/JsonLdSubprocessor.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/resources/org/dataone/cn/index/resources/d1_testdocs/json-ld/hakai-deep-schema.jsonld",
          "src/test/java/org/dataone/cn/index/JsonLdSubprocessorTest.java",
          "src/test/resources/org/dataone/cn/index/test-context.xml"
        ],
        "commitId" : "f9528cb51f0f379da93580c5b04c9b0c594ac363",
        "timestamp" : 1653331815000,
        "author" : {
          "absoluteUrl" : "http://jenkins-ucsb-1.dataone.org/jenkins/user/tao",
          "fullName" : "tao"
        },
        "authorEmail" : "tao@nceas.ucsb.edu",
        "comment" : "Add a new junit test to parse the documents from the hakai member node.\u000a",
        "date" : "2022-05-23 11:50:15 -0700",
        "id" : "f9528cb51f0f379da93580c5b04c9b0c594ac363",
        "msg" : "Add a new junit test to parse the documents from the hakai member node.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/java/org/dataone/cn/index/JsonLdSubprocessorTest.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/resources/org/dataone/cn/index/resources/d1_testdocs/json-ld/hakai-deep-schema.jsonld"
          },
          {
            "editType" : "edit",
            "file" : "src/test/resources/org/dataone/cn/index/test-context.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/java/org/dataone/cn/index/JsonLdSubprocessorTest.java"
        ],
        "commitId" : "eedf66636ae2fa057fd165bca6a1d82990afff9c",
        "timestamp" : 1655163515000,
        "author" : {
          "absoluteUrl" : "http://jenkins-ucsb-1.dataone.org/jenkins/user/tao",
          "fullName" : "tao"
        },
        "authorEmail" : "tao@nceas.ucsb.edu",
        "comment" : "Waiting for the finish of the index process, instead of waiting a big chunk time, we use a for loop to wait a shortter chunk time.\u000a",
        "date" : "2022-06-13 16:38:35 -0700",
        "id" : "eedf66636ae2fa057fd165bca6a1d82990afff9c",
        "msg" : "Waiting for the finish of the index process, instead of waiting a big chunk time, we use a for loop to wait a shortter chunk time.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/java/org/dataone/cn/index/JsonLdSubprocessorTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml"
        ],
        "commitId" : "2e3b1151d6523cfdc243bad993bd938c4969e42a",
        "timestamp" : 1655164544000,
        "author" : {
          "absoluteUrl" : "http://jenkins-ucsb-1.dataone.org/jenkins/user/tao",
          "fullName" : "tao"
        },
        "authorEmail" : "tao@nceas.ucsb.edu",
        "comment" : "Bump the version to 2.3.15\u000a",
        "date" : "2022-06-13 16:55:44 -0700",
        "id" : "2e3b1151d6523cfdc243bad993bd938c4969e42a",
        "msg" : "Bump the version to 2.3.15",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://jenkins-ucsb-1.dataone.org/jenkins/user/petridish",
      "fullName" : "petridish"
    },
    {
      "absoluteUrl" : "http://jenkins-ucsb-1.dataone.org/jenkins/user/tao",
      "fullName" : "tao"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.6.0"
}