{
  "_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" : 4,
      "buildableTimeMillis" : 4,
      "buildingDurationMillis" : 231400,
      "executingTimeMillis" : 231400,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5356,
      "waitingTimeMillis" : 5356
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/development" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 499,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6697a5811392b2232935636049e8d5a7cdecf425",
            "branch" : [
              {
                "SHA1" : "6697a5811392b2232935636049e8d5a7cdecf425",
                "name" : "origin/development"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6697a5811392b2232935636049e8d5a7cdecf425",
            "branch" : [
              {
                "SHA1" : "6697a5811392b2232935636049e8d5a7cdecf425",
                "name" : "origin/development"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "6697a5811392b2232935636049e8d5a7cdecf425",
        "branch" : [
          {
            "SHA1" : "6697a5811392b2232935636049e8d5a7cdecf425",
            "name" : "origin/development"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/kbss-cvut/jopa.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 28,
      "totalCount" : 4793,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#499",
  "duration" : 231400,
  "estimatedDuration" : 368914,
  "executor" : None,
  "fullDisplayName" : "JOPA Development #499",
  "id" : "499",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 499,
  "queueId" : 19,
  "result" : "SUCCESS",
  "timestamp" : 1703089223738,
  "url" : "https://kbss.felk.cvut.cz/jenkins/view/all/job/JOPA-Development/499/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jopa-impl/src/test/java/cz/cvut/kbss/jopa/sessions/change/ManagedTypeChangeDetectorTest.java",
          "jopa-api/src/main/java/cz/cvut/kbss/jopa/model/DefaultPersistenceProviderResolver.java",
          "modelgen/src/main/java/cz/cvut/kbss/jopa/modelgen/ModelGenProcessor.java"
        ],
        "commitId" : "4e5a3512b27efbe00701c18a3307e4545c7282a6",
        "timestamp" : 1703088348000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "[SCA] Minor SCA-based code improvements.\u000a",
        "date" : "2023-12-20 17:05:48 +0100",
        "id" : "4e5a3512b27efbe00701c18a3307e4545c7282a6",
        "msg" : "[SCA] Minor SCA-based code improvements.",
        "paths" : [
          {
            "editType" : "add",
            "file" : "jopa-impl/src/test/java/cz/cvut/kbss/jopa/sessions/change/ManagedTypeChangeDetectorTest.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-api/src/main/java/cz/cvut/kbss/jopa/model/DefaultPersistenceProviderResolver.java"
          },
          {
            "editType" : "edit",
            "file" : "modelgen/src/main/java/cz/cvut/kbss/jopa/modelgen/ModelGenProcessor.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ontodriver-rdf4j/pom.xml",
          "ontodriver-jena/pom.xml"
        ],
        "commitId" : "8f465d191df9afe013b9ec67e22ebf8908a38e84",
        "timestamp" : 1703088875000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "[Upd] RDF4J 4.3.8, Jena 4.10.0\u000a",
        "date" : "2023-12-20 17:14:35 +0100",
        "id" : "8f465d191df9afe013b9ec67e22ebf8908a38e84",
        "msg" : "[Upd] RDF4J 4.3.8, Jena 4.10.0",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ontodriver-rdf4j/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-jena/pom.xml"
          }
        ]
      },
      {
        "_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",
          "jopa-maven-plugin/pom.xml",
          "jopa-integration-tests-owlapi/pom.xml",
          "ontodriver-api/pom.xml",
          "modelgen/pom.xml",
          "ontodriver-jena/pom.xml",
          "jopa-api/pom.xml",
          "ontodriver-owlapi/pom.xml",
          "jopa-integration-tests-rdf4j/pom.xml"
        ],
        "commitId" : "6697a5811392b2232935636049e8d5a7cdecf425",
        "timestamp" : 1703089212000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "[1.2.0] Bump version, update changelog.\u000a",
        "date" : "2023-12-20 17:20:12 +0100",
        "id" : "6697a5811392b2232935636049e8d5a7cdecf425",
        "msg" : "[1.2.0] Bump version, update changelog.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-jena/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-api/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "datatype/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "modelgen/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-owlapi/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-owl2java/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-distribution/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-jena/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-rdf4j/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-rdf4j/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-impl/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "TODO.md"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-maven-plugin/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-api/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-owlapi/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "CHANGELOG.md"
          },
          {
            "editType" : "edit",
            "file" : "jopa-owlapi-utils/pom.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
      "fullName" : "Martin Ledvinka"
    }
  ]
}