{
  "_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" : 85,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "0b08e2c90cc3ab1c1b72e3e10839aef95aac0830",
            "branch" : [
              {
                "SHA1" : "0b08e2c90cc3ab1c1b72e3e10839aef95aac0830",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "0b08e2c90cc3ab1c1b72e3e10839aef95aac0830",
            "branch" : [
              {
                "SHA1" : "0b08e2c90cc3ab1c1b72e3e10839aef95aac0830",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "0b08e2c90cc3ab1c1b72e3e10839aef95aac0830",
        "branch" : [
          {
            "SHA1" : "0b08e2c90cc3ab1c1b72e3e10839aef95aac0830",
            "name" : "refs/remotes/origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/UstadMobile/door.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#85",
  "duration" : 193023,
  "estimatedDuration" : 161708,
  "executor" : None,
  "fullDisplayName" : "Door #85",
  "id" : "85",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 85,
  "queueId" : 3402,
  "result" : "SUCCESS",
  "timestamp" : 1711734383806,
  "url" : "https://devserver3.ustadmobile.com/jenkins/job/Door/85/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/paging/DoorRepositoryReplicatePullPagingSource.kt",
          "door-compiler/src/main/kotlin/com/ustadmobile/lib/annotationprocessor/core/DoorRepositoryProcessor.kt",
          "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/http/RepoHttpRequest.kt",
          "door-testdb/src/jvmTest/kotlin/com/ustadmobile/door/replication/PullIntegrationTest.kt",
          "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/paging/DoorRepositoryRemoteMediator.kt",
          "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/paging/HttpResponsePagingExt.kt",
          "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/paging/PagingSourceReplicatePullHttpResponseResult.kt",
          "door-compiler/src/main/kotlin/com/ustadmobile/lib/annotationprocessor/core/DoorHttpServerProcessor.kt",
          "door-testdb/src/jvmTest/kotlin/com/ustadmobile/door/ktor/routes/GeneratedHttpDaoEndpointTest.kt",
          "build.gradle",
          "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/http/DoorHttpServerConfig.kt",
          "door-testdb/src/jvmTest/kotlin/com/ustadmobile/door/replication/PushIntegrationTest.kt",
          "door-testdb-server/src/main/kotlin/repdb/DoorTestDbApplication.kt",
          "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/DoorConstants.kt",
          "door-testdb/src/jvmTest/kotlin/com/ustadmobile/door/ktor/routes/ReplicationRouteTest.kt",
          "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/paging/PagingSourceExt.kt"
        ],
        "commitId" : "67862f525cbf8570de60fd60b01b6e6a21114167",
        "timestamp" : 1711317647000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Initial implementation of paging RemoteMediator\u000a",
        "date" : "2024-03-25 02:00:47 +0400",
        "id" : "67862f525cbf8570de60fd60b01b6e6a21114167",
        "msg" : "Initial implementation of paging RemoteMediator",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "door-testdb/src/jvmTest/kotlin/com/ustadmobile/door/ktor/routes/GeneratedHttpDaoEndpointTest.kt"
          },
          {
            "editType" : "add",
            "file" : "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/paging/HttpResponsePagingExt.kt"
          },
          {
            "editType" : "edit",
            "file" : "door-testdb/src/jvmTest/kotlin/com/ustadmobile/door/replication/PushIntegrationTest.kt"
          },
          {
            "editType" : "edit",
            "file" : "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/paging/DoorRepositoryReplicatePullPagingSource.kt"
          },
          {
            "editType" : "edit",
            "file" : "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/http/RepoHttpRequest.kt"
          },
          {
            "editType" : "edit",
            "file" : "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/paging/PagingSourceExt.kt"
          },
          {
            "editType" : "edit",
            "file" : "build.gradle"
          },
          {
            "editType" : "add",
            "file" : "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/paging/DoorRepositoryRemoteMediator.kt"
          },
          {
            "editType" : "add",
            "file" : "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/paging/PagingSourceReplicatePullHttpResponseResult.kt"
          },
          {
            "editType" : "edit",
            "file" : "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/http/DoorHttpServerConfig.kt"
          },
          {
            "editType" : "edit",
            "file" : "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/DoorConstants.kt"
          },
          {
            "editType" : "edit",
            "file" : "door-testdb/src/jvmTest/kotlin/com/ustadmobile/door/ktor/routes/ReplicationRouteTest.kt"
          },
          {
            "editType" : "edit",
            "file" : "door-testdb/src/jvmTest/kotlin/com/ustadmobile/door/replication/PullIntegrationTest.kt"
          },
          {
            "editType" : "edit",
            "file" : "door-compiler/src/main/kotlin/com/ustadmobile/lib/annotationprocessor/core/DoorHttpServerProcessor.kt"
          },
          {
            "editType" : "edit",
            "file" : "door-compiler/src/main/kotlin/com/ustadmobile/lib/annotationprocessor/core/DoorRepositoryProcessor.kt"
          },
          {
            "editType" : "edit",
            "file" : "door-testdb-server/src/main/kotlin/repdb/DoorTestDbApplication.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "app-testdb/build.gradle",
          "gradle/libs.versions.toml",
          "door-testdb/src/commonTest/kotlin/com/ustadmobile/door/test/BasicCrudIntegrationTest.kt",
          "kotlin-js-store/yarn.lock",
          "README.md",
          "build.gradle"
        ],
        "commitId" : "27fe4a66dd92fd36667690de179e903a42f5e966",
        "timestamp" : 1711452359000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Update to Kotlin 1.9.23\u000a",
        "date" : "2024-03-26 15:25:59 +0400",
        "id" : "27fe4a66dd92fd36667690de179e903a42f5e966",
        "msg" : "Update to Kotlin 1.9.23",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "app-testdb/build.gradle"
          },
          {
            "editType" : "edit",
            "file" : "kotlin-js-store/yarn.lock"
          },
          {
            "editType" : "edit",
            "file" : "door-testdb/src/commonTest/kotlin/com/ustadmobile/door/test/BasicCrudIntegrationTest.kt"
          },
          {
            "editType" : "edit",
            "file" : "README.md"
          },
          {
            "editType" : "edit",
            "file" : "build.gradle"
          },
          {
            "editType" : "edit",
            "file" : "gradle/libs.versions.toml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "door-runtime/src/jsTest/kotlin/JsWeakMap.kt",
          "door-runtime/src/jsMain/kotlin/com/ustadmobile/door/util/WeakRefJs.kt",
          "gradle/libs.versions.toml",
          "door-runtime/src/jsMain/kotlin/com/ustadmobile/door/util/WeakMapJs.kt",
          "build.gradle"
        ],
        "commitId" : "fedda3e4cd2e9bb539b9d7868d96584e052f59de",
        "timestamp" : 1711461845000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Update to Kotlin 1.9.23\u000a",
        "date" : "2024-03-26 18:04:05 +0400",
        "id" : "fedda3e4cd2e9bb539b9d7868d96584e052f59de",
        "msg" : "Update to Kotlin 1.9.23",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "door-runtime/src/jsMain/kotlin/com/ustadmobile/door/util/WeakRefJs.kt"
          },
          {
            "editType" : "add",
            "file" : "door-runtime/src/jsTest/kotlin/JsWeakMap.kt"
          },
          {
            "editType" : "edit",
            "file" : "gradle/libs.versions.toml"
          },
          {
            "editType" : "edit",
            "file" : "build.gradle"
          },
          {
            "editType" : "edit",
            "file" : "door-runtime/src/jsMain/kotlin/com/ustadmobile/door/util/WeakMapJs.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/paging/DoorRepositoryReplicatePullPagingSource.kt",
          "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/paging/DoorPagingUtil.kt",
          "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/paging/FilterPagingSource.kt",
          "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/paging/PagingSourceInterceptor.kt",
          "door-runtime/src/commonJvmJs/kotlin/com/ustadmobile/door/paging/DoorPagingUtil.kt",
          "build.gradle"
        ],
        "commitId" : "6aacb8bcc035716e9163648bbe0eaf64f3545c40",
        "timestamp" : 1711556404000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Move DoorPagingUtil to common. Add FilterPagingSource and PagingSourceInterceptor\u000a",
        "date" : "2024-03-27 20:20:04 +0400",
        "id" : "6aacb8bcc035716e9163648bbe0eaf64f3545c40",
        "msg" : "Move DoorPagingUtil to common. Add FilterPagingSource and PagingSourceInterceptor",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/paging/DoorRepositoryReplicatePullPagingSource.kt"
          },
          {
            "editType" : "add",
            "file" : "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/paging/DoorPagingUtil.kt"
          },
          {
            "editType" : "add",
            "file" : "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/paging/PagingSourceInterceptor.kt"
          },
          {
            "editType" : "edit",
            "file" : "build.gradle"
          },
          {
            "editType" : "delete",
            "file" : "door-runtime/src/commonJvmJs/kotlin/com/ustadmobile/door/paging/DoorPagingUtil.kt"
          },
          {
            "editType" : "add",
            "file" : "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/paging/FilterPagingSource.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "door-testdb/src/jvmTest/kotlin/com/ustadmobile/door/replication/PullIntegrationTest.kt",
          "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/paging/DoorRepositoryRemoteMediator.kt",
          "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/paging/DoorOffsetLimitRemoteMediator.kt",
          "build.gradle"
        ],
        "commitId" : "8462657ddd37668049d31c050a9be65fa3fa3879",
        "timestamp" : 1711643440000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Add DoorOffsetLimitRemoteMediator to Door. Remove old RemoteMediator.\u000a",
        "date" : "2024-03-28 20:30:40 +0400",
        "id" : "8462657ddd37668049d31c050a9be65fa3fa3879",
        "msg" : "Add DoorOffsetLimitRemoteMediator to Door. Remove old RemoteMediator.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "door-testdb/src/jvmTest/kotlin/com/ustadmobile/door/replication/PullIntegrationTest.kt"
          },
          {
            "editType" : "edit",
            "file" : "build.gradle"
          },
          {
            "editType" : "delete",
            "file" : "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/paging/DoorRepositoryRemoteMediator.kt"
          },
          {
            "editType" : "add",
            "file" : "door-runtime/src/commonMain/kotlin/com/ustadmobile/door/paging/DoorOffsetLimitRemoteMediator.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "door-runtime/src/jvmTest/kotlin/com/ustadmobile/door/paging/DoorOffsetLimitRemoteMediatorTest.kt"
        ],
        "commitId" : "436614ad63f98508739a09691dd915eae2c05ede",
        "timestamp" : 1711643685000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Add DoorOffsetLimitRemoteMediatorTest\u000a",
        "date" : "2024-03-28 20:34:45 +0400",
        "id" : "436614ad63f98508739a09691dd915eae2c05ede",
        "msg" : "Add DoorOffsetLimitRemoteMediatorTest",
        "paths" : [
          {
            "editType" : "add",
            "file" : "door-runtime/src/jvmTest/kotlin/com/ustadmobile/door/paging/DoorOffsetLimitRemoteMediatorTest.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "build.gradle"
        ],
        "commitId" : "0b08e2c90cc3ab1c1b72e3e10839aef95aac0830",
        "timestamp" : 1711733890000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Bump version\u000a",
        "date" : "2024-03-29 21:38:10 +0400",
        "id" : "0b08e2c90cc3ab1c1b72e3e10839aef95aac0830",
        "msg" : "Bump version",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "build.gradle"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
      "fullName" : "Mike Dawson"
    }
  ]
}