{
  "_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" : 6,
      "buildableTimeMillis" : 6,
      "buildingDurationMillis" : 916153,
      "executingTimeMillis" : 916153,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 9059,
      "waitingTimeMillis" : 9059
    },
    {
      "_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" : 157,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "dc76efbd11b29b38930d4b1e780e090d7cb911c6",
            "branch" : [
              {
                "SHA1" : "dc76efbd11b29b38930d4b1e780e090d7cb911c6",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "dc76efbd11b29b38930d4b1e780e090d7cb911c6",
            "branch" : [
              {
                "SHA1" : "dc76efbd11b29b38930d4b1e780e090d7cb911c6",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "dc76efbd11b29b38930d4b1e780e090d7cb911c6",
        "branch" : [
          {
            "SHA1" : "dc76efbd11b29b38930d4b1e780e090d7cb911c6",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/kbss-cvut/jopa.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.sonar.action.SonarAnalysisAction",
      "ceTaskId" : "AXO4SR35PbEJv4QpnfFe",
      "credentialsId" : None,
      "installationName" : "SonarQube",
      "installationUrl" : "https://kbss.felk.cvut.cz/sonarqube",
      "new" : True,
      "serverUrl" : "https://kbss.felk.cvut.cz/sonarqube",
      "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" : 3336,
      "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" : "#157",
  "duration" : 916153,
  "estimatedDuration" : 555315,
  "executor" : None,
  "fullDisplayName" : "JOPA #157",
  "id" : "157",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 157,
  "queueId" : 2396,
  "result" : "SUCCESS",
  "timestamp" : 1596523770191,
  "url" : "https://kbss.felk.cvut.cz/jenkins/job/jopa-stable/157/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jopa-impl/src/test/java/cz/cvut/kbss/jopa/query/parameter/DateTimeParameterValueTest.java",
          "jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/parameter/DateTimeParameterValue.java"
        ],
        "commitId" : "7a0d7b09203d2dd230a0f3e11a03971019f9c27d",
        "timestamp" : 1593344421000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "[Fix] Fix incorrect query string formatting of java.util.Date values as query parameters.\u000a",
        "date" : "2020-06-28 13:40:21 +0200",
        "id" : "7a0d7b09203d2dd230a0f3e11a03971019f9c27d",
        "msg" : "[Fix] Fix incorrect query string formatting of java.util.Date values as query parameters.",
        "paths" : [
          {
            "editType" : "add",
            "file" : "jopa-impl/src/test/java/cz/cvut/kbss/jopa/query/parameter/DateTimeParameterValueTest.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/parameter/DateTimeParameterValue.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jopa-impl/src/test/java/cz/cvut/kbss/jopa/query/parameter/ParameterValueFactoryTest.java"
        ],
        "commitId" : "9cd0efe3691b69ba5958e811008e50d5f6825d6e",
        "timestamp" : 1593348803000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "[Fix] Fix failing test.\u000a",
        "date" : "2020-06-28 14:53:23 +0200",
        "id" : "9cd0efe3691b69ba5958e811008e50d5f6825d6e",
        "msg" : "[Fix] Fix failing test.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jopa-impl/src/test/java/cz/cvut/kbss/jopa/query/parameter/ParameterValueFactoryTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml",
          "ontodriver-jena/pom.xml",
          "ontodriver-owlapi/pom.xml",
          "ontodriver-sesame/pom.xml"
        ],
        "commitId" : "c955ec4e876963eaed6d85f5c71bfc1f2231f971",
        "timestamp" : 1596442933000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "[Upd] Update dependencies - Jena 3.16.0, OWLAPI 5.1.16, RDF4J 3.3.0, OWL2Query 0.6.0.\u000a",
        "date" : "2020-08-03 10:22:13 +0200",
        "id" : "c955ec4e876963eaed6d85f5c71bfc1f2231f971",
        "msg" : "[Upd] Update dependencies - Jena 3.16.0, OWLAPI 5.1.16, RDF4J 3.3.0, OWL2Query 0.6.0.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ontodriver-owlapi/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-sesame/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-jena/pom.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" : "c6c14ff76e2630d4b813bb4ac7601b67189eeaea",
        "timestamp" : 1596449206000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "[Conf] Simplify configuration of the AspectJ maven plugin by pulling it into the parent project.\u000a",
        "date" : "2020-08-03 12:06:46 +0200",
        "id" : "c6c14ff76e2630d4b813bb4ac7601b67189eeaea",
        "msg" : "[Conf] Simplify configuration of the AspectJ maven plugin by pulling it into the parent project.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-owlapi/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-jena/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-impl/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-sesame/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jopa-integration-tests/pom.xml"
        ],
        "commitId" : "44db8a845152b518d0f103b72e7828dbfa98535b",
        "timestamp" : 1596450499000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "[Conf] One more Maven configuration simplification - in integration tests.\u000a",
        "date" : "2020-08-03 12:28:19 +0200",
        "id" : "44db8a845152b518d0f103b72e7828dbfa98535b",
        "msg" : "[Conf] One more Maven configuration simplification - in integration tests.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests/pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/CreateOperationsRunner.java",
          "ontodriver-sesame/src/test/java/cz/cvut/kbss/ontodriver/sesame/AxiomLoaderTest.java"
        ],
        "commitId" : "1770166cf821ecfebc32f46e57c279c852e20335",
        "timestamp" : 1596452527000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "[Fix] Fix irregular test failure issues.\u000a",
        "date" : "2020-08-03 13:02:07 +0200",
        "id" : "1770166cf821ecfebc32f46e57c279c852e20335",
        "msg" : "[Fix] Fix irregular test failure issues.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/CreateOperationsRunner.java"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-sesame/src/test/java/cz/cvut/kbss/ontodriver/sesame/AxiomLoaderTest.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" : "6520405f9b19f36c0ffb6a071fd88a8dd1d85f95",
        "timestamp" : 1596523333000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "[0.14.7] Bump version and update release notes.\u000a",
        "date" : "2020-08-04 08:42:13 +0200",
        "id" : "6520405f9b19f36c0ffb6a071fd88a8dd1d85f95",
        "msg" : "[0.14.7] Bump version and update release notes.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-sesame/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-jena/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-owlapi/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-jena/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-api/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-owl2java/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-owlapi-utils/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-sesame/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-maven-plugin/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-distribution/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-api/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-impl/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ReleaseNotes.md"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-owlapi/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests/pom.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
      "fullName" : "Martin Ledvinka"
    }
  ]
}