{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user Mike Dawson",
          "userId" : "mike",
          "userName" : "Mike Dawson"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 13,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ffc8340ae65bcf0c1240c010f3c0e18e10224b5b",
            "branch" : [
              {
                "SHA1" : "ffc8340ae65bcf0c1240c010f3c0e18e10224b5b",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ffc8340ae65bcf0c1240c010f3c0e18e10224b5b",
            "branch" : [
              {
                "SHA1" : "ffc8340ae65bcf0c1240c010f3c0e18e10224b5b",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "ffc8340ae65bcf0c1240c010f3c0e18e10224b5b",
        "branch" : [
          {
            "SHA1" : "ffc8340ae65bcf0c1240c010f3c0e18e10224b5b",
            "name" : "refs/remotes/origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/UstadMobile/XmlPullParserKmp.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#13",
  "duration" : 32333,
  "estimatedDuration" : 31695,
  "executor" : None,
  "fullDisplayName" : "XmlPullParserKmp #13",
  "id" : "13",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 13,
  "queueId" : 521,
  "result" : "SUCCESS",
  "timestamp" : 1620482861511,
  "url" : "https://devserver3.ustadmobile.com/jenkins/job/XmlPullParserKmp/13/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "build.gradle",
          ".gitignore"
        ],
        "commitId" : "406d22286f262ad02dc010c0bd93e043e1c1c2e4",
        "timestamp" : 1617208593000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/lkileha",
          "fullName" : "lkileha"
        },
        "authorEmail" : "lkileha@gmail.com",
        "comment" : "Added publishing configs\u000a",
        "date" : "2021-03-31 19:36:33 +0300",
        "id" : "406d22286f262ad02dc010c0bd93e043e1c1c2e4",
        "msg" : "Added publishing configs",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "build.gradle"
          },
          {
            "editType" : "edit",
            "file" : ".gitignore"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jsTest/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParserFactoryTest.kt",
          "src/jsTest/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParserJsImplTest.kt",
          "src/jsMain/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParserJsImpl.kt"
        ],
        "commitId" : "7d7f4e557884d5b358c5babeea9a37613c7f6e74",
        "timestamp" : 1619302489000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/lkileha",
          "fullName" : "lkileha"
        },
        "authorEmail" : "lkileha@gmail.com",
        "comment" : "Resolved a bug on a parsering logic - text event was supposed to be logged when text is read before starting a tag\u000a",
        "date" : "2021-04-25 01:14:49 +0300",
        "id" : "7d7f4e557884d5b358c5babeea9a37613c7f6e74",
        "msg" : "Resolved a bug on a parsering logic - text event was supposed to be logged when text is read before starting a tag",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jsMain/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParserJsImpl.kt"
          },
          {
            "editType" : "add",
            "file" : "src/jsTest/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParserFactoryTest.kt"
          },
          {
            "editType" : "delete",
            "file" : "src/jsTest/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParserJsImplTest.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jsTest/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParserFactoryTest.kt",
          "src/commonMain/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParserException.kt",
          "build.gradle"
        ],
        "commitId" : "b70c7f64db420c79568f552477618cc3d0778b9e",
        "timestamp" : 1619302503000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/lkileha",
          "fullName" : "lkileha"
        },
        "authorEmail" : "lkileha@gmail.com",
        "comment" : "Added tests and bumped version\u000a",
        "date" : "2021-04-25 01:15:03 +0300",
        "id" : "b70c7f64db420c79568f552477618cc3d0778b9e",
        "msg" : "Added tests and bumped version",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "build.gradle"
          },
          {
            "editType" : "edit",
            "file" : "src/jsTest/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParserFactoryTest.kt"
          },
          {
            "editType" : "edit",
            "file" : "src/commonMain/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParserException.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/commonMain/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParser.kt",
          "src/jsMain/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParserJsImpl.kt",
          "src/jsMain/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParser.kt",
          "src/jsTest/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParserFactoryTest.kt"
        ],
        "commitId" : "fc178068478b3cc592a03c5ff5497500f4a25ca2",
        "timestamp" : 1619367262000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/lkileha",
          "fullName" : "lkileha"
        },
        "authorEmail" : "lkileha@gmail.com",
        "comment" : "Minor parsing fixes\u000a",
        "date" : "2021-04-25 19:14:22 +0300",
        "id" : "fc178068478b3cc592a03c5ff5497500f4a25ca2",
        "msg" : "Minor parsing fixes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jsTest/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParserFactoryTest.kt"
          },
          {
            "editType" : "edit",
            "file" : "src/jsMain/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParser.kt"
          },
          {
            "editType" : "edit",
            "file" : "src/commonMain/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParser.kt"
          },
          {
            "editType" : "edit",
            "file" : "src/jsMain/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParserJsImpl.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "build.gradle"
        ],
        "commitId" : "e73c048cb0a981c68a0c7aecaafb8e727841cb8d",
        "timestamp" : 1619367280000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/lkileha",
          "fullName" : "lkileha"
        },
        "authorEmail" : "lkileha@gmail.com",
        "comment" : "Bumped version\u000a",
        "date" : "2021-04-25 19:14:40 +0300",
        "id" : "e73c048cb0a981c68a0c7aecaafb8e727841cb8d",
        "msg" : "Bumped version",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "build.gradle"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/commonMain/kotlin/com/ustadmobile/xmlpullparserkmp/XmlSerializer.kt",
          "src/jsMain/kotlin/com/ustadmobile/xmlpullparserkmp/XmlSerializer.kt",
          "build.gradle"
        ],
        "commitId" : "84c3765f4eab2a77ad23635e79d322390bd409e0",
        "timestamp" : 1620482721000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Add function signatures for cdsect and flush on XmlSerializer\u000a",
        "date" : "2021-05-08 18:05:21 +0400",
        "id" : "84c3765f4eab2a77ad23635e79d322390bd409e0",
        "msg" : "Add function signatures for cdsect and flush on XmlSerializer",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "build.gradle"
          },
          {
            "editType" : "edit",
            "file" : "src/commonMain/kotlin/com/ustadmobile/xmlpullparserkmp/XmlSerializer.kt"
          },
          {
            "editType" : "edit",
            "file" : "src/jsMain/kotlin/com/ustadmobile/xmlpullparserkmp/XmlSerializer.kt"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
      "fullName" : "Mike Dawson"
    },
    {
      "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/lukundo",
      "fullName" : "lukundo"
    }
  ]
}