{
  "_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" : 1,
      "buildableTimeMillis" : 1,
      "buildingDurationMillis" : 963286,
      "executingTimeMillis" : 963286,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 9100,
      "waitingTimeMillis" : 9100
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/refactoring" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 12,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "79ee7ecf7775e83e456587140d6ea8de9dd7c09e",
            "branch" : [
              {
                "SHA1" : "79ee7ecf7775e83e456587140d6ea8de9dd7c09e",
                "name" : "origin/refactoring"
              }
            ]
          },
          "revision" : {
            "SHA1" : "79ee7ecf7775e83e456587140d6ea8de9dd7c09e",
            "branch" : [
              {
                "SHA1" : "79ee7ecf7775e83e456587140d6ea8de9dd7c09e",
                "name" : "origin/refactoring"
              }
            ]
          }
        },
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 148,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "1e989186a138913e1e2e4e0abd3a04683b5d1c1f",
            "branch" : [
              {
                "SHA1" : "1e989186a138913e1e2e4e0abd3a04683b5d1c1f",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1e989186a138913e1e2e4e0abd3a04683b5d1c1f",
            "branch" : [
              {
                "SHA1" : "1e989186a138913e1e2e4e0abd3a04683b5d1c1f",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "1e989186a138913e1e2e4e0abd3a04683b5d1c1f",
        "branch" : [
          {
            "SHA1" : "1e989186a138913e1e2e4e0abd3a04683b5d1c1f",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/kbss-cvut/jopa.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.sonar.action.SonarAnalysisAction",
      "ceTaskId" : "AXBetRHeLL4l3tuIgZ7j",
      "credentialsId" : None,
      "installationName" : "SonarQube",
      "installationUrl" : None,
      "new" : True,
      "serverUrl" : None,
      "skipped" : False,
      "sonarqubeDashboardUrl" : "https://kbss.felk.cvut.cz/sonarqube/dashboard/index/cz.cvut.kbss.jopa:jopa-all"
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 16,
      "totalCount" : 3221,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.sonar.action.SonarBuildBadgeAction",
      "url" : "https://kbss.felk.cvut.cz/sonarqube/dashboard/index/cz.cvut.kbss.jopa:jopa-all"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#148",
  "duration" : 963286,
  "estimatedDuration" : 555315,
  "executor" : None,
  "fullDisplayName" : "JOPA #148",
  "id" : "148",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 148,
  "queueId" : 859,
  "result" : "SUCCESS",
  "timestamp" : 1582135945064,
  "url" : "https://kbss.felk.cvut.cz/jenkins/view/Java%20Tools/job/jopa-stable/148/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jopa-impl/src/main/java/cz/cvut/kbss/jopa/loaders/ClasspathScanner.java",
          "jopa-impl/src/test/java/cz/cvut/kbss/jopa/loaders/PersistenceUnitClassFinderTest.java"
        ],
        "commitId" : "ffbba1c30f393db5cf461df5b8fe8df1d4a1c9d9",
        "timestamp" : 1582130393000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "[Bug #62] Handle situations when entity classes are in a non-standard\u000adirectory inside a JAR (e.g., in a Spring Boot repackaged JAR).\u000a",
        "date" : "2020-02-19 17:39:53 +0100",
        "id" : "ffbba1c30f393db5cf461df5b8fe8df1d4a1c9d9",
        "msg" : "[Bug #62] Handle situations when entity classes are in a non-standard",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jopa-impl/src/main/java/cz/cvut/kbss/jopa/loaders/ClasspathScanner.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-impl/src/test/java/cz/cvut/kbss/jopa/loaders/PersistenceUnitClassFinderTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ontodriver-sesame/src/test/java/cz/cvut/kbss/ontodriver/sesame/AxiomLoaderTest.java"
        ],
        "commitId" : "7da1919c8ee5e4990ce2b6c8a9b9eee596cfe9c3",
        "timestamp" : 1582133308000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "[Fix] Fix an issue in AxiomLoaderTest in the sesame-driver which made\u000athe tests unstable.\u000a",
        "date" : "2020-02-19 18:28:28 +0100",
        "id" : "7da1919c8ee5e4990ce2b6c8a9b9eee596cfe9c3",
        "msg" : "[Fix] Fix an issue in AxiomLoaderTest in the sesame-driver which made",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ontodriver-sesame/src/test/java/cz/cvut/kbss/ontodriver/sesame/AxiomLoaderTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ontodriver-sesame/src/main/java/cz/cvut/kbss/ontodriver/sesame/connector/TransactionalRepositoryConnection.java"
        ],
        "commitId" : "b0f76371ac5ceb25b5d6c1c22309ef53d7486592",
        "timestamp" : 1582134529000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "[Fix] Minor SCA-based fixes.\u000a",
        "date" : "2020-02-19 18:48:49 +0100",
        "id" : "b0f76371ac5ceb25b5d6c1c22309ef53d7486592",
        "msg" : "[Fix] Minor SCA-based fixes.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ontodriver-sesame/src/main/java/cz/cvut/kbss/ontodriver/sesame/connector/TransactionalRepositoryConnection.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jopa-owlapi-utils/pom.xml",
          "jopa-integration-tests-jena/pom.xml",
          "ontodriver-sesame/pom.xml",
          "jopa-distribution/pom.xml",
          "jopa-integration-tests-sesame/pom.xml",
          "jopa-owl2java/pom.xml",
          "jopa-impl/pom.xml",
          "jopa-integration-tests/pom.xml",
          "pom.xml",
          "jopa-maven-plugin/pom.xml",
          "jopa-integration-tests-owlapi/pom.xml",
          "ontodriver-api/pom.xml",
          "ontodriver-jena/pom.xml",
          "ontodriver-owlapi/pom.xml",
          "jopa-api/pom.xml",
          "ReleaseNotes.md"
        ],
        "commitId" : "f573d39cfbd3dcffbe0e6de1457622175b57a8e6",
        "timestamp" : 1582135583000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "[0.13.5] Bump version and update release notes.\u000a",
        "date" : "2020-02-19 19:06:23 +0100",
        "id" : "f573d39cfbd3dcffbe0e6de1457622175b57a8e6",
        "msg" : "[0.13.5] Bump version and update release notes.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-owlapi/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-sesame/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-maven-plugin/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-owlapi/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-owlapi-utils/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-api/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-impl/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-jena/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-owl2java/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-api/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-jena/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ReleaseNotes.md"
          },
          {
            "editType" : "edit",
            "file" : "jopa-distribution/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-sesame/pom.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
      "fullName" : "Martin Ledvinka"
    }
  ]
}