{
  "_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" : 5,
      "buildableTimeMillis" : 5,
      "buildingDurationMillis" : 153606,
      "executingTimeMillis" : 153606,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8432,
      "waitingTimeMillis" : 8432
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/development" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 330,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f57c586687eb8891dc522915f94f14063b46744d",
            "branch" : [
              {
                "SHA1" : "f57c586687eb8891dc522915f94f14063b46744d",
                "name" : "origin/development"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f57c586687eb8891dc522915f94f14063b46744d",
            "branch" : [
              {
                "SHA1" : "f57c586687eb8891dc522915f94f14063b46744d",
                "name" : "origin/development"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f57c586687eb8891dc522915f94f14063b46744d",
        "branch" : [
          {
            "SHA1" : "f57c586687eb8891dc522915f94f14063b46744d",
            "name" : "origin/development"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/kbss-cvut/jopa.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 16,
      "totalCount" : 3541,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#330",
  "duration" : 153606,
  "estimatedDuration" : 384050,
  "executor" : None,
  "fullDisplayName" : "JOPA Development #330",
  "id" : "330",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 330,
  "queueId" : 444,
  "result" : "SUCCESS",
  "timestamp" : 1614715243863,
  "url" : "https://kbss.felk.cvut.cz/jenkins/view/Java%20Tools/job/JOPA-Development/330/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jopa-integration-tests-sesame/src/test/java/cz/cvut/kbss/jopa/test/query/sesame/SoqlTest.java",
          "jopa-integration-tests-jena/src/test/java/cz/cvut/kbss/jopa/test/query/jena/SoqlTest.java"
        ],
        "commitId" : "2cfc581d2d3b46379c924492dbfee3981ef21cfa",
        "timestamp" : 1614701233000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/martin.ledvinka",
          "fullName" : "martin.ledvinka"
        },
        "authorEmail" : "martin.ledvinka@hotmail.com",
        "comment" : "[Fix] Minor test fix (Logger class name).\u000a",
        "date" : "2021-03-02 17:07:13 +0100",
        "id" : "2cfc581d2d3b46379c924492dbfee3981ef21cfa",
        "msg" : "[Fix] Minor test fix (Logger class name).",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-jena/src/test/java/cz/cvut/kbss/jopa/test/query/jena/SoqlTest.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-sesame/src/test/java/cz/cvut/kbss/jopa/test/query/sesame/SoqlTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ontodriver-owlapi/src/test/resources/logback-test.xml",
          "jopa-distribution/pom.xml"
        ],
        "commitId" : "bb6dba46d8cf9cc0555cdfb8da7f78a2e1cfd288",
        "timestamp" : 1614703669000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/martin.ledvinka",
          "fullName" : "martin.ledvinka"
        },
        "authorEmail" : "martin.ledvinka@hotmail.com",
        "comment" : "[Fix] Restrict logging in OWLAPI OntoDriver tests to prevent JVM crashes on Windows.\u000a",
        "date" : "2021-03-02 17:47:49 +0100",
        "id" : "bb6dba46d8cf9cc0555cdfb8da7f78a2e1cfd288",
        "msg" : "[Fix] Restrict logging in OWLAPI OntoDriver tests to prevent JVM crashes on Windows.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jopa-distribution/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-owlapi/src/test/resources/logback-test.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jopa-integration-tests-owlapi/pom.xml",
          "jopa-integration-tests-sesame/pom.xml",
          "jopa-impl/pom.xml",
          "jopa-integration-tests/pom.xml",
          "pom.xml",
          "jopa-integration-tests-jena/pom.xml"
        ],
        "commitId" : "4eb50b276463e4a588908ce685ddc9858b4951d1",
        "timestamp" : 1614704394000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/martin.ledvinka",
          "fullName" : "martin.ledvinka"
        },
        "authorEmail" : "martin.ledvinka@hotmail.com",
        "comment" : "[Upd] Switch to a different fork of AspectJ maven plugin which allows building under newer JDK (tested on 11).\u000a",
        "date" : "2021-03-02 17:59:54 +0100",
        "id" : "4eb50b276463e4a588908ce685ddc9858b4951d1",
        "msg" : "[Upd] Switch to a different fork of AspectJ maven plugin which allows building under newer JDK (tested on 11).",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-jena/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-owlapi/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-impl/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-sesame/pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/RetrieveOperationsRunner.java",
          "jopa-integration-tests-owlapi/src/test/java/cz/cvut/kbss/jopa/test/integration/owlapi/RetrieveOperationsTest.java",
          "jopa-integration-tests-jena/src/test/java/cz/cvut/kbss/jopa/test/integration/jena/RetrieveOperationsTest.java",
          "jopa-integration-tests-sesame/src/test/java/cz/cvut/kbss/jopa/test/integration/sesame/PersistenceUnitTest.java"
        ],
        "commitId" : "f57c586687eb8891dc522915f94f14063b46744d",
        "timestamp" : 1614715226000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/martin.ledvinka",
          "fullName" : "martin.ledvinka"
        },
        "authorEmail" : "martin.ledvinka@hotmail.com",
        "comment" : "[Fix] One more fix of the Windows build.\u000a",
        "date" : "2021-03-02 21:00:26 +0100",
        "id" : "f57c586687eb8891dc522915f94f14063b46744d",
        "msg" : "[Fix] One more fix of the Windows build.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-jena/src/test/java/cz/cvut/kbss/jopa/test/integration/jena/RetrieveOperationsTest.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/RetrieveOperationsRunner.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-owlapi/src/test/java/cz/cvut/kbss/jopa/test/integration/owlapi/RetrieveOperationsTest.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-sesame/src/test/java/cz/cvut/kbss/jopa/test/integration/sesame/PersistenceUnitTest.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/martin.ledvinka",
      "fullName" : "martin.ledvinka"
    }
  ]
}