{
  "_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" : 44,
      "buildableTimeMillis" : 44,
      "buildingDurationMillis" : 50013,
      "executingTimeMillis" : 50013,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 7249,
      "waitingTimeMillis" : 7249
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 72,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "cd27448e8ba77dbc114bc3b224a7643749ac09a1",
            "branch" : [
              {
                "SHA1" : "cd27448e8ba77dbc114bc3b224a7643749ac09a1",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "cd27448e8ba77dbc114bc3b224a7643749ac09a1",
            "branch" : [
              {
                "SHA1" : "cd27448e8ba77dbc114bc3b224a7643749ac09a1",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "cd27448e8ba77dbc114bc3b224a7643749ac09a1",
        "branch" : [
          {
            "SHA1" : "cd27448e8ba77dbc114bc3b224a7643749ac09a1",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/kbss-cvut/jb4jsonld.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 554,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#72",
  "duration" : 50013,
  "estimatedDuration" : 36653,
  "executor" : None,
  "fullDisplayName" : "JB4JSON-LD #72",
  "id" : "72",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 72,
  "queueId" : 338,
  "result" : "SUCCESS",
  "timestamp" : 1680162857586,
  "url" : "https://kbss.felk.cvut.cz/jenkins/job/jaxb-jsonld/72/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/java/cz/cvut/kbss/jsonld/serialization/ContextBuildingJsonLdSerializerTest.java"
        ],
        "commitId" : "f8bf4f620ed638daf5111251419dd8bf6a1a078d",
        "timestamp" : 1680162846000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@outlook.com",
        "comment" : "[Bug #51] Add test reproducing the issue.\u000a",
        "date" : "2023-03-30 09:54:06 +0200",
        "id" : "f8bf4f620ed638daf5111251419dd8bf6a1a078d",
        "msg" : "[Bug #51] Add test reproducing the issue.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/java/cz/cvut/kbss/jsonld/serialization/ContextBuildingJsonLdSerializerTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/cz/cvut/kbss/jsonld/serialization/JsonLdTreeBuilder.java",
          "src/test/java/cz/cvut/kbss/jsonld/serialization/JsonLdTreeBuilderTest.java"
        ],
        "commitId" : "20a3bac7d4aaf1d00f41ae0e13cc42d33d73ac37",
        "timestamp" : 1680162846000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@outlook.com",
        "comment" : "[Bug #51] Fix the issue of attempting to add JSON-LD context to a collection node.\u000a",
        "date" : "2023-03-30 09:54:06 +0200",
        "id" : "20a3bac7d4aaf1d00f41ae0e13cc42d33d73ac37",
        "msg" : "[Bug #51] Fix the issue of attempting to add JSON-LD context to a collection node.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/cz/cvut/kbss/jsonld/serialization/JsonLdTreeBuilder.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/java/cz/cvut/kbss/jsonld/serialization/JsonLdTreeBuilderTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "CHANGELOG.md",
          "pom.xml"
        ],
        "commitId" : "cd27448e8ba77dbc114bc3b224a7643749ac09a1",
        "timestamp" : 1680162846000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@outlook.com",
        "comment" : "[0.12.2] Bump version, update changelog.\u000a",
        "date" : "2023-03-30 09:54:06 +0200",
        "id" : "cd27448e8ba77dbc114bc3b224a7643749ac09a1",
        "msg" : "[0.12.2] Bump version, update changelog.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "CHANGELOG.md"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
      "fullName" : "Martin Ledvinka"
    }
  ]
}