{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by mikedawson"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/dev-simplified-onboarding" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 49,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "3d9076702435024ab127b489fbec026e378e24d4",
            "branch" : [
              {
                "SHA1" : "3d9076702435024ab127b489fbec026e378e24d4",
                "name" : "refs/remotes/origin/dev-simplified-onboarding"
              }
            ]
          },
          "revision" : {
            "SHA1" : "3d9076702435024ab127b489fbec026e378e24d4",
            "branch" : [
              {
                "SHA1" : "3d9076702435024ab127b489fbec026e378e24d4",
                "name" : "refs/remotes/origin/dev-simplified-onboarding"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "3d9076702435024ab127b489fbec026e378e24d4",
        "branch" : [
          {
            "SHA1" : "3d9076702435024ab127b489fbec026e378e24d4",
            "name" : "refs/remotes/origin/dev-simplified-onboarding"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/UstadMobile/UstadMobile.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 2,
      "totalCount" : 331,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "app-android-benchmarkRelease.apk",
      "fileName" : "app-android-benchmarkRelease.apk",
      "relativePath" : "app-android/build/outputs/apk/benchmarkRelease/app-android-benchmarkRelease.apk"
    },
    {
      "displayPath" : "app-android-debug.apk",
      "fileName" : "app-android-debug.apk",
      "relativePath" : "app-android/build/outputs/apk/debug/app-android-debug.apk"
    },
    {
      "displayPath" : "app-android-nonMinifiedRelease.apk",
      "fileName" : "app-android-nonMinifiedRelease.apk",
      "relativePath" : "app-android/build/outputs/apk/nonMinifiedRelease/app-android-nonMinifiedRelease.apk"
    },
    {
      "displayPath" : "app-android-release.apk",
      "fileName" : "app-android-release.apk",
      "relativePath" : "app-android/build/outputs/apk/release/app-android-release.apk"
    },
    {
      "displayPath" : "benchmarkRelease/mapping.txt",
      "fileName" : "mapping.txt",
      "relativePath" : "app-android/build/outputs/mapping/benchmarkRelease/mapping.txt"
    },
    {
      "displayPath" : "release/mapping.txt",
      "fileName" : "mapping.txt",
      "relativePath" : "app-android/build/outputs/mapping/release/mapping.txt"
    },
    {
      "displayPath" : "ustad-server.zip",
      "fileName" : "ustad-server.zip",
      "relativePath" : "app-ktor-server/build/distributions/ustad-server.zip"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#49",
  "duration" : 399179,
  "estimatedDuration" : 563613,
  "executor" : None,
  "fullDisplayName" : "dev-simplified-onboarding #49",
  "id" : "49",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 49,
  "queueId" : 2627,
  "result" : "SUCCESS",
  "timestamp" : 1746802817577,
  "url" : "https://devserver3.ustadmobile.com/jenkins/job/dev-simplified-onboarding/49/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "core/src/commonMain/kotlin/com/ustadmobile/core/domain/credentials/CreatePasskeyRequestJsonUseCase.kt",
          "testserver-controller/src/main/java/com/ustadmobile/test/http/TestServerController.kt",
          "testserver-controller/src/main/java/com/ustadmobile/test/http/FindFreePort.kt",
          "testserver-controller/src/main/java/com/ustadmobile/test/http/ServerRunner.kt",
          "testserver-controller/README.md",
          "test-end-to-end/android-maestro/README.md"
        ],
        "commitId" : "3d9076702435024ab127b489fbec026e378e24d4",
        "timestamp" : 1746802801000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Add learning space url template support to testserver controller to enable maestro end to end tests to use https.\u000a",
        "date" : "2025-05-09 19:00:01 +0400",
        "id" : "3d9076702435024ab127b489fbec026e378e24d4",
        "msg" : "Add learning space url template support to testserver controller to enable maestro end to end tests to use https.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "testserver-controller/src/main/java/com/ustadmobile/test/http/TestServerController.kt"
          },
          {
            "editType" : "edit",
            "file" : "testserver-controller/README.md"
          },
          {
            "editType" : "edit",
            "file" : "test-end-to-end/android-maestro/README.md"
          },
          {
            "editType" : "edit",
            "file" : "testserver-controller/src/main/java/com/ustadmobile/test/http/ServerRunner.kt"
          },
          {
            "editType" : "edit",
            "file" : "testserver-controller/src/main/java/com/ustadmobile/test/http/FindFreePort.kt"
          },
          {
            "editType" : "edit",
            "file" : "core/src/commonMain/kotlin/com/ustadmobile/core/domain/credentials/CreatePasskeyRequestJsonUseCase.kt"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
      "fullName" : "Mike Dawson"
    }
  ]
}