{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by ledsoft"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 37,
      "buildableTimeMillis" : 37,
      "buildingDurationMillis" : 337092,
      "executingTimeMillis" : 337092,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5994,
      "waitingTimeMillis" : 5994
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/development" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 508,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "18a01d48083df6665938eb808b80309f166216d0",
            "branch" : [
              {
                "SHA1" : "18a01d48083df6665938eb808b80309f166216d0",
                "name" : "origin/development"
              }
            ]
          },
          "revision" : {
            "SHA1" : "18a01d48083df6665938eb808b80309f166216d0",
            "branch" : [
              {
                "SHA1" : "18a01d48083df6665938eb808b80309f166216d0",
                "name" : "origin/development"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "18a01d48083df6665938eb808b80309f166216d0",
        "branch" : [
          {
            "SHA1" : "18a01d48083df6665938eb808b80309f166216d0",
            "name" : "origin/development"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/kbss-cvut/jopa.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 53,
      "totalCount" : 5023,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#508",
  "duration" : 337092,
  "estimatedDuration" : 383118,
  "executor" : None,
  "fullDisplayName" : "JOPA Development #508",
  "id" : "508",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 508,
  "queueId" : 28,
  "result" : "SUCCESS",
  "timestamp" : 1716817260501,
  "url" : "https://kbss.felk.cvut.cz/jenkins/view/all/job/JOPA-Development/508/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ontodriver-jena/pom.xml",
          "ontodriver-rdf4j/pom.xml"
        ],
        "commitId" : "8ed08e10a428631f346b813a7b5271e11bb5ca07",
        "timestamp" : 1716797562000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "[Upd] Update to Jena 5.0.0 and RDF4J 4.3.11.\u000a",
        "date" : "2024-05-27 10:12:42 +0200",
        "id" : "8ed08e10a428631f346b813a7b5271e11bb5ca07",
        "msg" : "[Upd] Update to Jena 5.0.0 and RDF4J 4.3.11.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ontodriver-jena/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-rdf4j/pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/metamodel/ClassFieldMetamodelProcessor.java",
          "jopa-impl/src/test/java/cz/cvut/kbss/jopa/model/metamodel/DataPropertyAttributesTest.java",
          "jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/metamodel/AbstractAttribute.java",
          "jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/metamodel/DataPropertyAttributes.java",
          "jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/metamodel/PropertyInfo.java",
          "jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/metamodel/ConverterResolver.java"
        ],
        "commitId" : "829045101e371ce1248860c9c5477f8b3d93445f",
        "timestamp" : 1716798420000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "Always fetch types and data properties eagerly.\u000a",
        "date" : "2024-05-27 10:27:00 +0200",
        "id" : "829045101e371ce1248860c9c5477f8b3d93445f",
        "msg" : "Always fetch types and data properties eagerly.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/metamodel/ClassFieldMetamodelProcessor.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-impl/src/test/java/cz/cvut/kbss/jopa/model/metamodel/DataPropertyAttributesTest.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/metamodel/PropertyInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/metamodel/ConverterResolver.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/metamodel/AbstractAttribute.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/metamodel/DataPropertyAttributes.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "datatype/pom.xml",
          "TODO.md",
          "jopa-owlapi-utils/pom.xml",
          "jopa-integration-tests-jena/pom.xml",
          "jopa-distribution/pom.xml",
          "ontodriver-rdf4j/pom.xml",
          "jopa-owl2java/pom.xml",
          "jopa-impl/pom.xml",
          "jopa-integration-tests/pom.xml",
          "pom.xml",
          "CHANGELOG.md",
          "README.md",
          "jopa-maven-plugin/pom.xml",
          "jopa-integration-tests-owlapi/pom.xml",
          "modelgen/pom.xml",
          "ontodriver-api/pom.xml",
          "ontodriver-jena/pom.xml",
          "ontodriver-owlapi/pom.xml",
          "jopa-api/pom.xml",
          "jopa-integration-tests-rdf4j/pom.xml"
        ],
        "commitId" : "18a01d48083df6665938eb808b80309f166216d0",
        "timestamp" : 1716817241000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "[2.0.0] Bump version, update changelog and readme.\u000a",
        "date" : "2024-05-27 15:40:41 +0200",
        "id" : "18a01d48083df6665938eb808b80309f166216d0",
        "msg" : "[2.0.0] Bump version, update changelog and readme.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-rdf4j/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "modelgen/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-owl2java/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-maven-plugin/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "README.md"
          },
          {
            "editType" : "delete",
            "file" : "TODO.md"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-jena/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-jena/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "CHANGELOG.md"
          },
          {
            "editType" : "edit",
            "file" : "jopa-distribution/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-owlapi/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-owlapi-utils/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-rdf4j/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-api/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-impl/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "datatype/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-api/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-owlapi/pom.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
      "fullName" : "Martin Ledvinka"
    }
  ]
}