{
  "_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/dev-xapi" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 28,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "008215d71e69209d9c4fb0b24bc80ece11bbf289",
            "branch" : [
              {
                "SHA1" : "008215d71e69209d9c4fb0b24bc80ece11bbf289",
                "name" : "refs/remotes/origin/dev-xapi"
              }
            ]
          },
          "revision" : {
            "SHA1" : "008215d71e69209d9c4fb0b24bc80ece11bbf289",
            "branch" : [
              {
                "SHA1" : "008215d71e69209d9c4fb0b24bc80ece11bbf289",
                "name" : "refs/remotes/origin/dev-xapi"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "008215d71e69209d9c4fb0b24bc80ece11bbf289",
        "branch" : [
          {
            "SHA1" : "008215d71e69209d9c4fb0b24bc80ece11bbf289",
            "name" : "refs/remotes/origin/dev-xapi"
          }
        ]
      },
      "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" : "#28",
  "duration" : 170498,
  "estimatedDuration" : 144105,
  "executor" : None,
  "fullDisplayName" : "dev-xapi #28",
  "id" : "28",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 28,
  "queueId" : 8475,
  "result" : "SUCCESS",
  "timestamp" : 1779040783641,
  "url" : "https://devserver3.ustadmobile.com/jenkins/job/dev-xapi/28/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-datalayer/src/commonMain/kotlin/world/respect/datalayer/respect/model/RespectConstants.kt",
          "respect-server/src/main/kotlin/world/respect/server/Application.kt",
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/termsandcondition/TermsAndConditionScreen.kt",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/termsandcondition/TermsAndConditionViewModel.kt",
          "respect-app-compose/build.gradle.kts"
        ],
        "commitId" : "4513cf5f87165b746305c8498a57997e28a61f51",
        "timestamp" : 1778692885000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Update terms/conditions to use .well-known path on school directory server.\u000aBump version.\u000a",
        "date" : "2026-05-13 21:21:25 +0400",
        "id" : "4513cf5f87165b746305c8498a57997e28a61f51",
        "msg" : "Update terms/conditions to use .well-known path on school directory server.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/termsandcondition/TermsAndConditionViewModel.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/build.gradle.kts"
          },
          {
            "editType" : "edit",
            "file" : "respect-datalayer/src/commonMain/kotlin/world/respect/datalayer/respect/model/RespectConstants.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/termsandcondition/TermsAndConditionScreen.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-server/src/main/kotlin/world/respect/server/Application.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "CODE_OF_CONDUCT.md"
        ],
        "commitId" : "230b80b2452d708b0978043e033e0a5826668285",
        "timestamp" : 1778743774000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Add guideline on AI-generated content submission\u000a\u000aAdd explicit guidelines against submission of AI slop\u000a",
        "date" : "2026-05-14 11:29:34 +0400",
        "id" : "230b80b2452d708b0978043e033e0a5826668285",
        "msg" : "Add guideline on AI-generated content submission",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "CODE_OF_CONDUCT.md"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "CODE_OF_CONDUCT.md"
        ],
        "commitId" : "e5a71f872211b1adc6692b881a207ff34a1d3de0",
        "timestamp" : 1778743821000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Clarify guidelines on submitting AI-generated content\u000a",
        "date" : "2026-05-14 11:30:21 +0400",
        "id" : "e5a71f872211b1adc6692b881a207ff34a1d3de0",
        "msg" : "Clarify guidelines on submitting AI-generated content",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "CODE_OF_CONDUCT.md"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-app-compose/build.gradle.kts"
        ],
        "commitId" : "008215d71e69209d9c4fb0b24bc80ece11bbf289",
        "timestamp" : 1779040758000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Bump version for xAPI preview\u000a",
        "date" : "2026-05-17 21:59:18 +0400",
        "id" : "008215d71e69209d9c4fb0b24bc80ece11bbf289",
        "msg" : "Bump version for xAPI preview",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-app-compose/build.gradle.kts"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
      "fullName" : "Mike Dawson"
    },
    {
      "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}