{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.TimerTrigger$TimerTriggerCause",
          "shortDescription" : "Started by timer"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/school_settings_screen_flow" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 82,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "be279ba7d2e2aacf8fea479a68cb5c60799ca646",
            "branch" : [
              {
                "SHA1" : "be279ba7d2e2aacf8fea479a68cb5c60799ca646",
                "name" : "refs/remotes/origin/school_settings_screen_flow"
              }
            ]
          },
          "revision" : {
            "SHA1" : "be279ba7d2e2aacf8fea479a68cb5c60799ca646",
            "branch" : [
              {
                "SHA1" : "be279ba7d2e2aacf8fea479a68cb5c60799ca646",
                "name" : "refs/remotes/origin/school_settings_screen_flow"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "be279ba7d2e2aacf8fea479a68cb5c60799ca646",
        "branch" : [
          {
            "SHA1" : "be279ba7d2e2aacf8fea479a68cb5c60799ca646",
            "name" : "refs/remotes/origin/school_settings_screen_flow"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/UstadMobile/Respect.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "respect-app-compose-debug.apk",
      "fileName" : "respect-app-compose-debug.apk",
      "relativePath" : "respect-app-compose/build/outputs/apk/debug/respect-app-compose-debug.apk"
    },
    {
      "displayPath" : "respect-app-compose-release.apk",
      "fileName" : "respect-app-compose-release.apk",
      "relativePath" : "respect-app-compose/build/outputs/apk/release/respect-app-compose-release.apk"
    },
    {
      "displayPath" : "respect-app-compose-debug.aab",
      "fileName" : "respect-app-compose-debug.aab",
      "relativePath" : "respect-app-compose/build/outputs/bundle/debug/respect-app-compose-debug.aab"
    },
    {
      "displayPath" : "respect-app-compose-release.aab",
      "fileName" : "respect-app-compose-release.aab",
      "relativePath" : "respect-app-compose/build/outputs/bundle/release/respect-app-compose-release.aab"
    },
    {
      "displayPath" : "mapping.txt",
      "fileName" : "mapping.txt",
      "relativePath" : "respect-app-compose/build/outputs/mapping/release/mapping.txt"
    },
    {
      "displayPath" : "respect-cli.zip",
      "fileName" : "respect-cli.zip",
      "relativePath" : "respect-cli/build/distributions/respect-cli.zip"
    },
    {
      "displayPath" : "respect-server-1.0.0.zip",
      "fileName" : "respect-server-1.0.0.zip",
      "relativePath" : "respect-server/build/distributions/respect-server-1.0.0.zip"
    },
    {
      "displayPath" : "respect-server-shadow-1.0.0.zip",
      "fileName" : "respect-server-shadow-1.0.0.zip",
      "relativePath" : "respect-server/build/distributions/respect-server-shadow-1.0.0.zip"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#82",
  "duration" : 184609,
  "estimatedDuration" : 174024,
  "executor" : None,
  "fullDisplayName" : "school_settings_screen_flow #82",
  "id" : "82",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 82,
  "queueId" : 7156,
  "result" : "SUCCESS",
  "timestamp" : 1775507100892,
  "url" : "https://devserver3.ustadmobile.com/jenkins/view/all/job/school_settings_screen_flow/82/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/sharedschooldevice/TeacherPinConfirmationViewmodel.kt",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/sharedschooldevice/login/SelectClassViewModel.kt",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/account/sharedschooldevice/setpin/SetSharedDevicePINUseCase.kt"
        ],
        "commitId" : "49e810f51e0affe43bf9189d395851f29c00ac3d",
        "timestamp" : 1775455973000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/anugraha",
          "fullName" : "Anugraha"
        },
        "authorEmail" : "anugraha@sutara.org",
        "comment" : "fix maestro failure\u000a",
        "date" : "2026-04-06 11:42:53 +0530",
        "id" : "49e810f51e0affe43bf9189d395851f29c00ac3d",
        "msg" : "fix maestro failure",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/account/sharedschooldevice/setpin/SetSharedDevicePINUseCase.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/sharedschooldevice/login/SelectClassViewModel.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/sharedschooldevice/TeacherPinConfirmationViewmodel.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/sharedschooldevice/login/StudentListViewModel.kt"
        ],
        "commitId" : "7e53991c2c8a3cec0702939a60caa2038b7d6877",
        "timestamp" : 1775471648000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/anugraha",
          "fullName" : "Anugraha"
        },
        "authorEmail" : "anugraha@sutara.org",
        "comment" : "add logs for testing\u000a",
        "date" : "2026-04-06 16:04:08 +0530",
        "id" : "7e53991c2c8a3cec0702939a60caa2038b7d6877",
        "msg" : "add logs for testing",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/sharedschooldevice/login/StudentListViewModel.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/sharedschooldevice/login/StudentListViewModel.kt"
        ],
        "commitId" : "be279ba7d2e2aacf8fea479a68cb5c60799ca646",
        "timestamp" : 1775483703000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/anugraha",
          "fullName" : "Anugraha"
        },
        "authorEmail" : "anugraha@sutara.org",
        "comment" : "remove logs\u000a",
        "date" : "2026-04-06 19:25:03 +0530",
        "id" : "be279ba7d2e2aacf8fea479a68cb5c60799ca646",
        "msg" : "remove logs",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/sharedschooldevice/login/StudentListViewModel.kt"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/anugraha",
      "fullName" : "Anugraha"
    }
  ]
}