{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"registry-trigger-osmo-ttcn3-hacks\" build number 2,892",
          "upstreamBuild" : 2892,
          "upstreamProject" : "registry-trigger-osmo-ttcn3-hacks",
          "upstreamUrl" : "job/registry-trigger-osmo-ttcn3-hacks/"
        }
      ]
    },
    {
      "_class" : "hudson.model.ParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "BRANCH",
          "value" : "master"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 4,
      "buildableTimeMillis" : 4,
      "buildingDurationMillis" : 1579,
      "executingTimeMillis" : 1579,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6272,
      "waitingTimeMillis" : 6272
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2912,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a34c34ea03933651bece4fa0c99cd28f99c41c37",
            "branch" : [
              {
                "SHA1" : "a34c34ea03933651bece4fa0c99cd28f99c41c37",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a34c34ea03933651bece4fa0c99cd28f99c41c37",
            "branch" : [
              {
                "SHA1" : "a34c34ea03933651bece4fa0c99cd28f99c41c37",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/osmith/wip" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2744,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "e4a30110bda6b1d6da27e847a34f30cc0e140c10",
            "branch" : [
              {
                "SHA1" : "e4a30110bda6b1d6da27e847a34f30cc0e140c10",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          },
          "revision" : {
            "SHA1" : "e4a30110bda6b1d6da27e847a34f30cc0e140c10",
            "branch" : [
              {
                "SHA1" : "e4a30110bda6b1d6da27e847a34f30cc0e140c10",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2259,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "affe733c8c1194a7ece649d13c272b5820897f0f",
            "branch" : [
              {
                "SHA1" : "affe733c8c1194a7ece649d13c272b5820897f0f",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "affe733c8c1194a7ece649d13c272b5820897f0f",
            "branch" : [
              {
                "SHA1" : "affe733c8c1194a7ece649d13c272b5820897f0f",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "a34c34ea03933651bece4fa0c99cd28f99c41c37",
        "branch" : [
          {
            "SHA1" : "a34c34ea03933651bece4fa0c99cd28f99c41c37",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/docker-playground"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#2912",
  "duration" : 1579,
  "estimatedDuration" : 21073,
  "executor" : None,
  "fullDisplayName" : "registry-rebuild-upload-titan #2912",
  "id" : "2912",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 2912,
  "queueId" : 2001365,
  "result" : "SUCCESS",
  "timestamp" : 1758760988386,
  "url" : "https://jenkins.osmocom.org/jenkins/view/all/job/registry-rebuild-upload-titan/2912/",
  "builtOn" : "build4-deb12build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "redmine/docker-entrypoint-osmo.sh",
          "redmine/0001-Set-session_store-to-active_record_store.patch",
          "redmine/Dockerfile"
        ],
        "commitId" : "a34c34ea03933651bece4fa0c99cd28f99c41c37",
        "timestamp" : 1758734979000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "redmine: set session_store to active_record_store\u000a\u000aChange the session store to fix the\u000a\"ActionDispatch::Cookies::CookieOverflow\" errors we are getting.\u000a\u000aIMPORTANT: after deploying this change, the following commands must be\u000aexecuted once manually to create the session table:\u000a\u000a  # docker compose exec redmine bash\u000a  $ rails generate active_record:session_migration\u000a  $ rake db:migrate\u000a\u000aRelated: OS#5476\u000aChange-Id: Iacec800b9179cfac894f41e9eb1a5cca7e56ff1c\u000a",
        "date" : "2025-09-24 17:29:39 +0000",
        "id" : "a34c34ea03933651bece4fa0c99cd28f99c41c37",
        "msg" : "redmine: set session_store to active_record_store",
        "paths" : [
          {
            "editType" : "add",
            "file" : "redmine/0001-Set-session_store-to-active_record_store.patch"
          },
          {
            "editType" : "edit",
            "file" : "redmine/Dockerfile"
          },
          {
            "editType" : "edit",
            "file" : "redmine/docker-entrypoint-osmo.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
      "fullName" : "laforge"
    }
  ]
}