{
  "_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-maestro-cloud-run" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 10,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "4c7679e7b9c80b89ea503c28608711ef175a6ba3",
            "branch" : [
              {
                "SHA1" : "4c7679e7b9c80b89ea503c28608711ef175a6ba3",
                "name" : "refs/remotes/origin/main-maestro-cloud-run"
              }
            ]
          },
          "revision" : {
            "SHA1" : "4c7679e7b9c80b89ea503c28608711ef175a6ba3",
            "branch" : [
              {
                "SHA1" : "4c7679e7b9c80b89ea503c28608711ef175a6ba3",
                "name" : "refs/remotes/origin/main-maestro-cloud-run"
              }
            ]
          }
        },
        "refs/remotes/origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 49,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "008e202e226b434edff17f6c3438ec6bba93b618",
            "branch" : [
              {
                "SHA1" : "008e202e226b434edff17f6c3438ec6bba93b618",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "008e202e226b434edff17f6c3438ec6bba93b618",
            "branch" : [
              {
                "SHA1" : "008e202e226b434edff17f6c3438ec6bba93b618",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "008e202e226b434edff17f6c3438ec6bba93b618",
        "branch" : [
          {
            "SHA1" : "008e202e226b434edff17f6c3438ec6bba93b618",
            "name" : "refs/remotes/origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/UstadMobile/Respect.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#49",
  "duration" : 1709413,
  "estimatedDuration" : 1689891,
  "executor" : None,
  "fullDisplayName" : "RESPECT-end-to-end #49",
  "id" : "49",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 49,
  "queueId" : 4224,
  "result" : "SUCCESS",
  "timestamp" : 1763040176818,
  "url" : "https://devserver3.ustadmobile.com/jenkins/view/all/job/RESPECT-end-to-end/49/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/AppRoutes.kt",
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/person/edit/PersonEditScreen.kt",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/person/list/PersonListViewModel.kt",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/person/edit/PersonEditViewModel.kt"
        ],
        "commitId" : "3d55e8fb9ff593985885358a8b05ed6d92883f16",
        "timestamp" : 1763024580000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Correct visibility of family members in person edit screen.\u000aHandle removal of family member connection.\u000aManage permissions for making family member changes.\u000a",
        "date" : "2025-11-13 13:03:00 +0400",
        "id" : "3d55e8fb9ff593985885358a8b05ed6d92883f16",
        "msg" : "Correct visibility of family members in person edit screen.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/person/edit/PersonEditScreen.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/person/list/PersonListViewModel.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/person/edit/PersonEditViewModel.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/AppRoutes.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".maestro/flows/001_002_add_user_direct_test.yaml"
        ],
        "commitId" : "de93349b55f4825cd5e2b144669a2af666ee28af",
        "timestamp" : 1763039960000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Revert family member changes for 001_002 test that need revision.\u000a\u000aRemove flakey username validation test section.\u000a\u000aPrevious version tagged as  initfamilymember  - https://github.com/UstadMobile/Respect/releases/tag/initfamilymember\u000a",
        "date" : "2025-11-13 17:19:20 +0400",
        "id" : "de93349b55f4825cd5e2b144669a2af666ee28af",
        "msg" : "Revert family member changes for 001_002 test that need revision.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".maestro/flows/001_002_add_user_direct_test.yaml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".maestro/README.md"
        ],
        "commitId" : "008e202e226b434edff17f6c3438ec6bba93b618",
        "timestamp" : 1763039975000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Add missing \\ to .maestro/README.md\u000a",
        "date" : "2025-11-13 17:19:35 +0400",
        "id" : "008e202e226b434edff17f6c3438ec6bba93b618",
        "msg" : "Add missing \\ to .maestro/README.md",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".maestro/README.md"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/nikunj.sharma",
      "fullName" : "nikunj.sharma"
    },
    {
      "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
      "fullName" : "Mike Dawson"
    },
    {
      "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/pooja",
      "fullName" : "Pooja Ravi"
    }
  ]
}