{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user admin",
          "userId" : "admin",
          "userName" : "admin"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 27,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "921ebf2ef174988aa74bdc688e6a27451adfa525",
            "branch" : [
              {
                "SHA1" : "921ebf2ef174988aa74bdc688e6a27451adfa525",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "921ebf2ef174988aa74bdc688e6a27451adfa525",
            "branch" : [
              {
                "SHA1" : "921ebf2ef174988aa74bdc688e6a27451adfa525",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "921ebf2ef174988aa74bdc688e6a27451adfa525",
        "branch" : [
          {
            "SHA1" : "921ebf2ef174988aa74bdc688e6a27451adfa525",
            "name" : "refs/remotes/origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/Sineware/prolinux-2.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#27",
  "duration" : 1384049,
  "estimatedDuration" : 1089621,
  "executor" : None,
  "fullDisplayName" : "prolinux-2-server-dev-x64 #27",
  "id" : "27",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 27,
  "queueId" : 91,
  "result" : "SUCCESS",
  "timestamp" : 1727675721615,
  "url" : "https://update.sineware.ca/ci/view/all/job/prolinux-2-server-dev-x64/27/",
  "builtOn" : "suzumiya-vm3",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "prolinux-kernel-init/bootloader/grub.cfg",
          "src-extra/image-gen/image-gen-generic.ts",
          ".vscode/settings.json",
          "prolinux-kernel-init/bootloader/build-grub-efi.sh",
          "prolinux-kernel-init/disk/create-image.sh",
          "prolinux-kernel-init/initramfs/init-wrapper.sh",
          "prolinux-kernel-init/disk/gpt-image-script.py",
          "src-extra/image-gen/image-gen.ts",
          "src/helpers/consts.ts",
          "prolinux-kernel-init/initramfs/init.py",
          "src/index.ts",
          "package.json",
          "prolinux-kernel-init/build.sh",
          "prolinux-kernel-init/.vscode/settings.json",
          "prolinux-kernel-init/.gitignore",
          "prolinux-kernel-init/initramfs/Dockerfile",
          "prolinux-kernel-init/initramfs/build-initramfs.sh",
          "scripts/unmount.sh",
          "prolinux-kernel-init/README.md"
        ],
        "commitId" : "f3e036c978f3cec914d8f0a3cecc510ff173db5e",
        "timestamp" : 1727156135000,
        "author" : {
          "absoluteUrl" : "https://update.sineware.ca/ci/user/seshan10",
          "fullName" : "seshan10"
        },
        "authorEmail" : "seshan10@me.com",
        "comment" : "Initial sineware-* generic work\u000a",
        "date" : "2024-09-24 13:35:35 +0800",
        "id" : "f3e036c978f3cec914d8f0a3cecc510ff173db5e",
        "msg" : "Initial sineware-* generic work",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "package.json"
          },
          {
            "editType" : "add",
            "file" : "prolinux-kernel-init/bootloader/build-grub-efi.sh"
          },
          {
            "editType" : "add",
            "file" : "prolinux-kernel-init/bootloader/grub.cfg"
          },
          {
            "editType" : "add",
            "file" : "prolinux-kernel-init/README.md"
          },
          {
            "editType" : "add",
            "file" : "src-extra/image-gen/image-gen-generic.ts"
          },
          {
            "editType" : "add",
            "file" : "prolinux-kernel-init/build.sh"
          },
          {
            "editType" : "add",
            "file" : "prolinux-kernel-init/.vscode/settings.json"
          },
          {
            "editType" : "add",
            "file" : "prolinux-kernel-init/.gitignore"
          },
          {
            "editType" : "add",
            "file" : "prolinux-kernel-init/disk/create-image.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/helpers/consts.ts"
          },
          {
            "editType" : "add",
            "file" : "prolinux-kernel-init/initramfs/init.py"
          },
          {
            "editType" : "add",
            "file" : "prolinux-kernel-init/initramfs/build-initramfs.sh"
          },
          {
            "editType" : "add",
            "file" : "prolinux-kernel-init/initramfs/Dockerfile"
          },
          {
            "editType" : "edit",
            "file" : "src-extra/image-gen/image-gen.ts"
          },
          {
            "editType" : "add",
            "file" : "prolinux-kernel-init/initramfs/init-wrapper.sh"
          },
          {
            "editType" : "add",
            "file" : "prolinux-kernel-init/disk/gpt-image-script.py"
          },
          {
            "editType" : "edit",
            "file" : "src/index.ts"
          },
          {
            "editType" : "edit",
            "file" : ".vscode/settings.json"
          },
          {
            "editType" : "edit",
            "file" : "scripts/unmount.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "prolinux-kernel-init/bootloader/grub.cfg",
          "src-extra/image-gen/image-gen-generic.ts",
          "prolinux-kernel-init/initramfs/init.py",
          "src/index.ts",
          "distro-files/generic-grub.cfg",
          "prolinux-kernel-init/bootloader/build-grub-efi.sh",
          "distro-files/grub-source.cfg",
          "distro-files/layout/opt/prolinux-setup/start.sh"
        ],
        "commitId" : "21a7e8fe2871f3964f9c197068b0784d1190da2e",
        "timestamp" : 1727267989000,
        "author" : {
          "absoluteUrl" : "https://update.sineware.ca/ci/user/seshan10",
          "fullName" : "seshan10"
        },
        "authorEmail" : "seshan10@me.com",
        "comment" : "Generic images work\u000a",
        "date" : "2024-09-25 20:39:49 +0800",
        "id" : "21a7e8fe2871f3964f9c197068b0784d1190da2e",
        "msg" : "Generic images work",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/index.ts"
          },
          {
            "editType" : "add",
            "file" : "distro-files/generic-grub.cfg"
          },
          {
            "editType" : "edit",
            "file" : "prolinux-kernel-init/initramfs/init.py"
          },
          {
            "editType" : "edit",
            "file" : "distro-files/layout/opt/prolinux-setup/start.sh"
          },
          {
            "editType" : "edit",
            "file" : "prolinux-kernel-init/bootloader/build-grub-efi.sh"
          },
          {
            "editType" : "edit",
            "file" : "prolinux-kernel-init/bootloader/grub.cfg"
          },
          {
            "editType" : "add",
            "file" : "distro-files/grub-source.cfg"
          },
          {
            "editType" : "edit",
            "file" : "src-extra/image-gen/image-gen-generic.ts"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "prolinux-kernel-init/bootloader/build-grub-efi.sh",
          "prolinux-kernel-init/bootloader/grub.cfg",
          "src-extra/image-gen/image-gen-generic.ts",
          "distro-files/generic-grub.cfg"
        ],
        "commitId" : "9826495e345fdbe84db76c11c5f54e40b8b5587b",
        "timestamp" : 1727356746000,
        "author" : {
          "absoluteUrl" : "https://update.sineware.ca/ci/user/seshan10",
          "fullName" : "seshan10"
        },
        "authorEmail" : "seshan10@me.com",
        "comment" : "Switch to grub mkstandalone and move config into efi\u000a",
        "date" : "2024-09-26 21:19:06 +0800",
        "id" : "9826495e345fdbe84db76c11c5f54e40b8b5587b",
        "msg" : "Switch to grub mkstandalone and move config into efi",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "prolinux-kernel-init/bootloader/build-grub-efi.sh"
          },
          {
            "editType" : "delete",
            "file" : "distro-files/generic-grub.cfg"
          },
          {
            "editType" : "edit",
            "file" : "prolinux-kernel-init/bootloader/grub.cfg"
          },
          {
            "editType" : "edit",
            "file" : "src-extra/image-gen/image-gen-generic.ts"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "prolinux-kernel-init/bootloader/grub.cfg",
          "src-extra/image-gen/image-gen-generic.ts",
          "prolinux-kernel-init/initramfs/init.py",
          "src/index.ts"
        ],
        "commitId" : "e59f84f990505a8870ad2188fd2b3bfc51c3856a",
        "timestamp" : 1727409198000,
        "author" : {
          "absoluteUrl" : "https://update.sineware.ca/ci/user/seshan10",
          "fullName" : "seshan10"
        },
        "authorEmail" : "seshan10@me.com",
        "comment" : "GRUB boot fixes\u000a",
        "date" : "2024-09-27 11:53:18 +0800",
        "id" : "e59f84f990505a8870ad2188fd2b3bfc51c3856a",
        "msg" : "GRUB boot fixes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src-extra/image-gen/image-gen-generic.ts"
          },
          {
            "editType" : "edit",
            "file" : "src/index.ts"
          },
          {
            "editType" : "edit",
            "file" : "prolinux-kernel-init/bootloader/grub.cfg"
          },
          {
            "editType" : "edit",
            "file" : "prolinux-kernel-init/initramfs/init.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/os-variants/mobile/mobile-dev.ts",
          "prolinux-kernel-init/bootloader/grub.cfg",
          "src-extra/image-gen/image-gen-generic.ts",
          "prolinux-kernel-init/initramfs/init.py",
          "distro-files/grub-source.cfg",
          "src/index.ts"
        ],
        "commitId" : "bb05b5bc2f145954553f64af38a456d77b8ffc3d",
        "timestamp" : 1727412635000,
        "author" : {
          "absoluteUrl" : "https://update.sineware.ca/ci/user/seshan10",
          "fullName" : "seshan10"
        },
        "authorEmail" : "seshan10@me.com",
        "comment" : "changes\u000a",
        "date" : "2024-09-27 12:50:35 +0800",
        "id" : "bb05b5bc2f145954553f64af38a456d77b8ffc3d",
        "msg" : "changes",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "distro-files/grub-source.cfg"
          },
          {
            "editType" : "edit",
            "file" : "prolinux-kernel-init/initramfs/init.py"
          },
          {
            "editType" : "edit",
            "file" : "src/index.ts"
          },
          {
            "editType" : "edit",
            "file" : "prolinux-kernel-init/bootloader/grub.cfg"
          },
          {
            "editType" : "edit",
            "file" : "src/os-variants/mobile/mobile-dev.ts"
          },
          {
            "editType" : "edit",
            "file" : "src-extra/image-gen/image-gen-generic.ts"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "prolinux-kernel-init/bootloader/grub.cfg",
          "distro-files/layout/usr/share/applications/sineware-vault.desktop",
          "scripts/build_arm64.sh",
          "distro-files/layout/usr/share/applications/sineware-matrix.desktop",
          "ocs2-prolinuxd/src/state/systemStateContainer.ts",
          "distro-files/layout/usr/share/applications/sineware-social.desktop",
          "README.md"
        ],
        "commitId" : "4728cc715eb34076616bb30393ef3ed6135d0e1e",
        "timestamp" : 1727434303000,
        "author" : {
          "absoluteUrl" : "https://update.sineware.ca/ci/user/seshan10",
          "fullName" : "seshan10"
        },
        "authorEmail" : "seshan10@me.com",
        "comment" : "Update build script\u000a",
        "date" : "2024-09-27 18:51:43 +0800",
        "id" : "4728cc715eb34076616bb30393ef3ed6135d0e1e",
        "msg" : "Update build script",
        "paths" : [
          {
            "editType" : "add",
            "file" : "distro-files/layout/usr/share/applications/sineware-social.desktop"
          },
          {
            "editType" : "edit",
            "file" : "README.md"
          },
          {
            "editType" : "add",
            "file" : "distro-files/layout/usr/share/applications/sineware-matrix.desktop"
          },
          {
            "editType" : "add",
            "file" : "distro-files/layout/usr/share/applications/sineware-vault.desktop"
          },
          {
            "editType" : "edit",
            "file" : "ocs2-prolinuxd/src/state/systemStateContainer.ts"
          },
          {
            "editType" : "edit",
            "file" : "prolinux-kernel-init/bootloader/grub.cfg"
          },
          {
            "editType" : "edit",
            "file" : "scripts/build_arm64.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "prolinux-kernel-init/kernel/.dockerignore",
          ".gitignore",
          "prolinux-kernel-init/kernel/Dockerfile",
          "prolinux-kernel-init/kernel/prolinux.arm64.config",
          "prolinux-kernel-init/kernel/.gitignore",
          "scripts/build_arm64.sh",
          "prolinux-kernel-init/.gitignore",
          "prolinux-kernel-init/kernel/build-kernel.sh"
        ],
        "commitId" : "7db899abbed409e6a77623a13c686dd2ad689490",
        "timestamp" : 1727434612000,
        "author" : {
          "absoluteUrl" : "https://update.sineware.ca/ci/user/seshan10",
          "fullName" : "seshan10"
        },
        "authorEmail" : "seshan10@me.com",
        "comment" : "Add kernel build scripts\u000a",
        "date" : "2024-09-27 18:56:52 +0800",
        "id" : "7db899abbed409e6a77623a13c686dd2ad689490",
        "msg" : "Add kernel build scripts",
        "paths" : [
          {
            "editType" : "add",
            "file" : "prolinux-kernel-init/kernel/build-kernel.sh"
          },
          {
            "editType" : "add",
            "file" : "prolinux-kernel-init/kernel/.dockerignore"
          },
          {
            "editType" : "edit",
            "file" : "scripts/build_arm64.sh"
          },
          {
            "editType" : "edit",
            "file" : ".gitignore"
          },
          {
            "editType" : "add",
            "file" : "prolinux-kernel-init/kernel/.gitignore"
          },
          {
            "editType" : "edit",
            "file" : "prolinux-kernel-init/.gitignore"
          },
          {
            "editType" : "add",
            "file" : "prolinux-kernel-init/kernel/Dockerfile"
          },
          {
            "editType" : "add",
            "file" : "prolinux-kernel-init/kernel/prolinux.arm64.config"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src-extra/update-deployer/update-deployer.ts"
        ],
        "commitId" : "5efefe97932b028e7666393436ae427e2d8d37a7",
        "timestamp" : 1727441589000,
        "author" : {
          "absoluteUrl" : "https://update.sineware.ca/ci/user/seshan10",
          "fullName" : "seshan10"
        },
        "authorEmail" : "seshan10@me.com",
        "comment" : "sudo pigz\u000a",
        "date" : "2024-09-27 20:53:09 +0800",
        "id" : "5efefe97932b028e7666393436ae427e2d8d37a7",
        "msg" : "sudo pigz",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src-extra/update-deployer/update-deployer.ts"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "prolinux-kernel-init/build.sh",
          "prolinux-kernel-init/kernel/build-kernel.sh",
          "scripts/build_x64_docker.sh",
          "prolinux-kernel-init/kernel/prolinux.x86_64.config"
        ],
        "commitId" : "c590654bf55a3bf385a305bd280373749cfe5d22",
        "timestamp" : 1727493520000,
        "author" : {
          "absoluteUrl" : "https://update.sineware.ca/ci/user/seshan10",
          "fullName" : "seshan10"
        },
        "authorEmail" : "seshan10@me.com",
        "comment" : "x64 enablement\u000a",
        "date" : "2024-09-28 11:18:40 +0800",
        "id" : "c590654bf55a3bf385a305bd280373749cfe5d22",
        "msg" : "x64 enablement",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "prolinux-kernel-init/build.sh"
          },
          {
            "editType" : "edit",
            "file" : "scripts/build_x64_docker.sh"
          },
          {
            "editType" : "edit",
            "file" : "prolinux-kernel-init/kernel/build-kernel.sh"
          },
          {
            "editType" : "add",
            "file" : "prolinux-kernel-init/kernel/prolinux.x86_64.config"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "prolinux-kernel-init/kernel/Dockerfile"
        ],
        "commitId" : "a0d1a49b03eb14c63a4211ba4c68b0651b196171",
        "timestamp" : 1727494513000,
        "author" : {
          "absoluteUrl" : "https://update.sineware.ca/ci/user/seshan10",
          "fullName" : "seshan10"
        },
        "authorEmail" : "seshan10@me.com",
        "comment" : "libelf-dev\u000a",
        "date" : "2024-09-28 11:35:13 +0800",
        "id" : "a0d1a49b03eb14c63a4211ba4c68b0651b196171",
        "msg" : "libelf-dev",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "prolinux-kernel-init/kernel/Dockerfile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "prolinux-kernel-init/kernel/Dockerfile"
        ],
        "commitId" : "7cb6ada3ebef92211b256cad1aa0215ffb240d8e",
        "timestamp" : 1727498559000,
        "author" : {
          "absoluteUrl" : "https://update.sineware.ca/ci/user/seshan10",
          "fullName" : "seshan10"
        },
        "authorEmail" : "seshan10@me.com",
        "comment" : "cpio\u000a",
        "date" : "2024-09-28 12:42:39 +0800",
        "id" : "7cb6ada3ebef92211b256cad1aa0215ffb240d8e",
        "msg" : "cpio",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "prolinux-kernel-init/kernel/Dockerfile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "prolinux-kernel-init/kernel/Dockerfile"
        ],
        "commitId" : "598d9186016c718df47e481536dea8b77b787163",
        "timestamp" : 1727499415000,
        "author" : {
          "absoluteUrl" : "https://update.sineware.ca/ci/user/seshan10",
          "fullName" : "seshan10"
        },
        "authorEmail" : "seshan10@me.com",
        "comment" : "zstd\u000a",
        "date" : "2024-09-28 12:56:55 +0800",
        "id" : "598d9186016c718df47e481536dea8b77b787163",
        "msg" : "zstd",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "prolinux-kernel-init/kernel/Dockerfile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "prolinux-kernel-init/kernel/build-kernel.sh"
        ],
        "commitId" : "472b2f53977f49fd6bce4c765ca1037a742640a2",
        "timestamp" : 1727500739000,
        "author" : {
          "absoluteUrl" : "https://update.sineware.ca/ci/user/seshan10",
          "fullName" : "seshan10"
        },
        "authorEmail" : "seshan10@me.com",
        "comment" : "x86 Image\u000a",
        "date" : "2024-09-28 13:18:59 +0800",
        "id" : "472b2f53977f49fd6bce4c765ca1037a742640a2",
        "msg" : "x86 Image",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "prolinux-kernel-init/kernel/build-kernel.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src-extra/image-gen/image-gen-generic.ts"
        ],
        "commitId" : "5ff5af4fe919487b890668429eba90279bf6c8b8",
        "timestamp" : 1727514322000,
        "author" : {
          "absoluteUrl" : "https://update.sineware.ca/ci/user/seshan10",
          "fullName" : "seshan10"
        },
        "authorEmail" : "seshan10@me.com",
        "comment" : "img-staging\u000a",
        "date" : "2024-09-28 17:05:22 +0800",
        "id" : "5ff5af4fe919487b890668429eba90279bf6c8b8",
        "msg" : "img-staging",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src-extra/image-gen/image-gen-generic.ts"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "scripts/build_x64.sh"
        ],
        "commitId" : "5a4bd353f0fa4dd61a7e21cb1f223e844b499007",
        "timestamp" : 1727522155000,
        "author" : {
          "absoluteUrl" : "https://update.sineware.ca/ci/user/seshan10",
          "fullName" : "seshan10"
        },
        "authorEmail" : "seshan10@me.com",
        "comment" : "make x64 build generic\u000a",
        "date" : "2024-09-28 19:15:55 +0800",
        "id" : "5a4bd353f0fa4dd61a7e21cb1f223e844b499007",
        "msg" : "make x64 build generic",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "scripts/build_x64.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/helpers/consts.ts",
          "scripts/build_x64.sh"
        ],
        "commitId" : "8f8ad8976d3f23a55d27d9b4b1d793ebb892470c",
        "timestamp" : 1727527028000,
        "author" : {
          "absoluteUrl" : "https://update.sineware.ca/ci/user/seshan10",
          "fullName" : "seshan10"
        },
        "authorEmail" : "seshan10@me.com",
        "comment" : "x86_64 -> x64\u000a",
        "date" : "2024-09-28 20:37:08 +0800",
        "id" : "8f8ad8976d3f23a55d27d9b4b1d793ebb892470c",
        "msg" : "x86_64 -> x64",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/helpers/consts.ts"
          },
          {
            "editType" : "edit",
            "file" : "scripts/build_x64.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src-extra/image-gen/image-gen-generic.ts"
        ],
        "commitId" : "1c3344efa6406cd691fec14aac435f67a252fc5f",
        "timestamp" : 1727527394000,
        "author" : {
          "absoluteUrl" : "https://update.sineware.ca/ci/user/seshan10",
          "fullName" : "seshan10"
        },
        "authorEmail" : "seshan10@me.com",
        "comment" : "more mkdirs for mnt\u000a",
        "date" : "2024-09-28 20:43:14 +0800",
        "id" : "1c3344efa6406cd691fec14aac435f67a252fc5f",
        "msg" : "more mkdirs for mnt",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src-extra/image-gen/image-gen-generic.ts"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "sdk/Dockerfile"
        ],
        "commitId" : "921ebf2ef174988aa74bdc688e6a27451adfa525",
        "timestamp" : 1727584147000,
        "author" : {
          "absoluteUrl" : "https://update.sineware.ca/ci/user/seshan10",
          "fullName" : "seshan10"
        },
        "authorEmail" : "seshan10@me.com",
        "comment" : "update sdk\u000a",
        "date" : "2024-09-29 12:29:07 +0800",
        "id" : "921ebf2ef174988aa74bdc688e6a27451adfa525",
        "msg" : "update sdk",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "sdk/Dockerfile"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://update.sineware.ca/ci/user/noreply",
      "fullName" : "noreply"
    },
    {
      "absoluteUrl" : "https://update.sineware.ca/ci/user/seshan10",
      "fullName" : "seshan10"
    }
  ]
}