{
  "_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" : 9,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "73928a3f35f1b97e32d7de0384032b7ce71d6c61",
            "branch" : [
              {
                "SHA1" : "73928a3f35f1b97e32d7de0384032b7ce71d6c61",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "73928a3f35f1b97e32d7de0384032b7ce71d6c61",
            "branch" : [
              {
                "SHA1" : "73928a3f35f1b97e32d7de0384032b7ce71d6c61",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "73928a3f35f1b97e32d7de0384032b7ce71d6c61",
        "branch" : [
          {
            "SHA1" : "73928a3f35f1b97e32d7de0384032b7ce71d6c61",
            "name" : "refs/remotes/origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/UstadMobile/DemoLaunchableApp.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "app-debug.apk",
      "fileName" : "app-debug.apk",
      "relativePath" : "app/build/outputs/apk/debug/app-debug.apk"
    },
    {
      "displayPath" : "app-release.apk",
      "fileName" : "app-release.apk",
      "relativePath" : "app/build/outputs/apk/release/app-release.apk"
    }
  ],
  "building" : false,
  "description" : null,
  "displayName" : "#9",
  "duration" : 49995,
  "estimatedDuration" : 42601,
  "executor" : null,
  "fullDisplayName" : "DemoLaunchableApp #9",
  "id" : "9",
  "inProgress" : false,
  "keepLog" : false,
  "number" : 9,
  "queueId" : 11543,
  "result" : "SUCCESS",
  "timestamp" : 1788270291911,
  "url" : "https://devserver3.ustadmobile.com/jenkins/view/all/job/DemoLaunchableApp/9/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "app/build.gradle.kts",
          "gradle/libs.versions.toml",
          "app/src/main/java/org/openeel/demolaunchableapp/screens/LearningUnitScreen.kt",
          "settings.gradle.kts"
        ],
        "commitId" : "f1a6160960cdc0f4abe58bbe2d20a2fc78faabfc",
        "timestamp" : 1787406726000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Initial test proof of concept working with http-ipc library.\u000a",
        "date" : "2026-08-22 17:52:06 +0400",
        "id" : "f1a6160960cdc0f4abe58bbe2d20a2fc78faabfc",
        "msg" : "Initial test proof of concept working with http-ipc library.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "app/build.gradle.kts"
          },
          {
            "editType" : "edit",
            "file" : "gradle/libs.versions.toml"
          },
          {
            "editType" : "edit",
            "file" : "settings.gradle.kts"
          },
          {
            "editType" : "edit",
            "file" : "app/src/main/java/org/openeel/demolaunchableapp/screens/LearningUnitScreen.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "gradle/libs.versions.toml",
          "app/build.gradle.kts"
        ],
        "commitId" : "e2f0ab5972f1edd01d30c4ae197a0a32e109e889",
        "timestamp" : 1787580273000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Change package names for http-ipc.\u000a\u000aHTTP-IPC is not really limited to caching: remove the word cache from the module names.\u000a",
        "date" : "2026-08-24 18:04:33 +0400",
        "id" : "e2f0ab5972f1edd01d30c4ae197a0a32e109e889",
        "msg" : "Change package names for http-ipc.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "gradle/libs.versions.toml"
          },
          {
            "editType" : "edit",
            "file" : "app/build.gradle.kts"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "app/build.gradle.kts",
          "app/src/main/java/org/openeel/demolaunchableapp/MainActivity.kt",
          "app/src/main/java/org/openeel/demolaunchableapp/DemoConstants.kt",
          "gradle/libs.versions.toml",
          "app/src/main/java/org/openeel/demolaunchableapp/HttpClientProvider.kt",
          "app/src/main/java/org/openeel/demolaunchableapp/screens/LearningUnitScreen.kt"
        ],
        "commitId" : "6e59a86ef0959a2edb2e211e4b34ec1392ee0130",
        "timestamp" : 1787766140000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Update example to show loading resources.\u000a",
        "date" : "2026-08-26 21:42:20 +0400",
        "id" : "6e59a86ef0959a2edb2e211e4b34ec1392ee0130",
        "msg" : "Update example to show loading resources.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "app/src/main/java/org/openeel/demolaunchableapp/MainActivity.kt"
          },
          {
            "editType" : "edit",
            "file" : "app/src/main/java/org/openeel/demolaunchableapp/screens/LearningUnitScreen.kt"
          },
          {
            "editType" : "edit",
            "file" : "app/build.gradle.kts"
          },
          {
            "editType" : "add",
            "file" : "app/src/main/java/org/openeel/demolaunchableapp/DemoConstants.kt"
          },
          {
            "editType" : "edit",
            "file" : "gradle/libs.versions.toml"
          },
          {
            "editType" : "add",
            "file" : "app/src/main/java/org/openeel/demolaunchableapp/HttpClientProvider.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "app/src/main/AndroidManifest.xml"
        ],
        "commitId" : "a180108eac5d8685fb1f3f0ddaa7f47bcf71eb14",
        "timestamp" : 1788107323000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Add intent filter to AndroidManifest.xml .\u000a",
        "date" : "2026-08-30 20:28:43 +0400",
        "id" : "a180108eac5d8685fb1f3f0ddaa7f47bcf71eb14",
        "msg" : "Add intent filter to AndroidManifest.xml .",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "app/src/main/AndroidManifest.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "app/src/main/java/org/openeel/demolaunchableapp/MainActivity.kt"
        ],
        "commitId" : "34c95040e42556a30c2a8c4425b82791031677b7",
        "timestamp" : 1788266061000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Update path uriPattern as per demo app content catalog.\u000a",
        "date" : "2026-09-01 16:34:21 +0400",
        "id" : "34c95040e42556a30c2a8c4425b82791031677b7",
        "msg" : "Update path uriPattern as per demo app content catalog.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "app/src/main/java/org/openeel/demolaunchableapp/MainActivity.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "gradle/libs.versions.toml",
          "settings.gradle.kts"
        ],
        "commitId" : "73928a3f35f1b97e32d7de0384032b7ce71d6c61",
        "timestamp" : 1788270281000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Update to use published openeel lib.\u000a",
        "date" : "2026-09-01 17:44:41 +0400",
        "id" : "73928a3f35f1b97e32d7de0384032b7ce71d6c61",
        "msg" : "Update to use published openeel lib.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "settings.gradle.kts"
          },
          {
            "editType" : "edit",
            "file" : "gradle/libs.versions.toml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
      "fullName" : "Mike Dawson"
    }
  ]
}