{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.workflow.support.steps.build.BuildUpstreamCause",
          "shortDescription" : "Started by upstream project \"Trigger\" build number 406",
          "upstreamBuild" : 406,
          "upstreamProject" : "Trigger",
          "upstreamUrl" : "job/Trigger/"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.model.ParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "STATUS",
          "value" : "success-only"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "MERGE_COMMAND",
          "value" : "merge develop --no-ask --reset --shallow"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/develop" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 343,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "09f7a5b966ca542f4c884d081ea3c3dbe5369f7f",
            "branch" : [
              {
                "SHA1" : "09f7a5b966ca542f4c884d081ea3c3dbe5369f7f",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "09f7a5b966ca542f4c884d081ea3c3dbe5369f7f",
            "branch" : [
              {
                "SHA1" : "09f7a5b966ca542f4c884d081ea3c3dbe5369f7f",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "09f7a5b966ca542f4c884d081ea3c3dbe5369f7f",
        "branch" : [
          {
            "SHA1" : "09f7a5b966ca542f4c884d081ea3c3dbe5369f7f",
            "name" : "origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/ome/openmicroscopy.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#343",
  "duration" : 42985,
  "estimatedDuration" : 24729,
  "executor" : None,
  "fullDisplayName" : "OMERO-push #343",
  "id" : "343",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 343,
  "queueId" : 1669,
  "result" : "SUCCESS",
  "timestamp" : 1742431515312,
  "url" : "https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-push/343/",
  "builtOn" : "testintegration",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "etc/omero.properties"
        ],
        "commitId" : "a544232805867c17db4d6acd59afc170c8a9519a",
        "timestamp" : 1734483027000,
        "author" : {
          "absoluteUrl" : "https://merge-ci.openmicroscopy.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "update dependencies\u000a",
        "date" : "2024-12-18 00:50:27 +0000",
        "id" : "a544232805867c17db4d6acd59afc170c8a9519a",
        "msg" : "update dependencies",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "etc/omero.properties"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ivy.xml",
          "lib/licenses/README"
        ],
        "commitId" : "506485a45cc95c4f7a552929350a3ad85f1a847b",
        "timestamp" : 1738598051000,
        "author" : {
          "absoluteUrl" : "https://merge-ci.openmicroscopy.org/jenkins/user/sbesson",
          "fullName" : "sbesson"
        },
        "authorEmail" : "sbesson@glencoesoftware.com",
        "comment" : "Remove JUL over SLF4J and JCL over SLF4J as OMERO server dependencies\u000a\u000aThe low-level server components have been adjusted to use the slf4j\u000aAPI directly and no longer require the bridge\u000a",
        "date" : "2025-02-03 15:54:11 +0000",
        "id" : "506485a45cc95c4f7a552929350a3ad85f1a847b",
        "msg" : "Remove JUL over SLF4J and JCL over SLF4J as OMERO server dependencies",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ivy.xml"
          },
          {
            "editType" : "edit",
            "file" : "lib/licenses/README"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/tools/OmeroWeb/test/integration/test_api_login.py"
        ],
        "commitId" : "410c7327aae99e8ec1e314f98dc21932d57c847e",
        "timestamp" : 1739625734000,
        "author" : {
          "absoluteUrl" : "https://merge-ci.openmicroscopy.org/jenkins/user/sbesson",
          "fullName" : "sbesson"
        },
        "authorEmail" : "sbesson@glencoesoftware.com",
        "comment" : "Fix failing CSRF login integration test\u000a\u000aUpdate the expected response message to include the reason\u000aAdd a second integration test with a X-CSRFToken with empty value\u000a",
        "date" : "2025-02-15 13:22:14 +0000",
        "id" : "410c7327aae99e8ec1e314f98dc21932d57c847e",
        "msg" : "Fix failing CSRF login integration test",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/tools/OmeroWeb/test/integration/test_api_login.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/tools/OmeroWeb/test/integration/test_api_login.py"
        ],
        "commitId" : "ad8d93c24b86c8fd4f21470ff50e64cd9c73c787",
        "timestamp" : 1739719131000,
        "author" : {
          "absoluteUrl" : "https://merge-ci.openmicroscopy.org/jenkins/user/sbesson",
          "fullName" : "sbesson"
        },
        "authorEmail" : "sbesson@glencoesoftware.com",
        "comment" : "Fix CSRF token integration tests\u000a\u000aTest empty and invalid CRSF token scenarios\u000a",
        "date" : "2025-02-16 15:18:51 +0000",
        "id" : "ad8d93c24b86c8fd4f21470ff50e64cd9c73c787",
        "msg" : "Fix CSRF token integration tests",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/tools/OmeroWeb/test/integration/test_api_login.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/tools/OmeroWeb/test/integration/test_api_login.py"
        ],
        "commitId" : "8d1ce5eb620b98f973db174a512427f33235ff49",
        "timestamp" : 1739823057000,
        "author" : {
          "absoluteUrl" : "https://merge-ci.openmicroscopy.org/jenkins/user/sbesson",
          "fullName" : "sbesson"
        },
        "authorEmail" : "sbesson@glencoesoftware.com",
        "comment" : "TestLogin: add get_login_url utility method\u000a",
        "date" : "2025-02-17 20:10:57 +0000",
        "id" : "8d1ce5eb620b98f973db174a512427f33235ff49",
        "msg" : "TestLogin: add get_login_url utility method",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/tools/OmeroWeb/test/integration/test_api_login.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/tools/OmeroWeb/test/integration/test_api_login.py"
        ],
        "commitId" : "f315a50f76c1d95ab7f2ffb3431cb9c5e34240cf",
        "timestamp" : 1739823124000,
        "author" : {
          "absoluteUrl" : "https://merge-ci.openmicroscopy.org/jenkins/user/sbesson",
          "fullName" : "sbesson"
        },
        "authorEmail" : "sbesson@glencoesoftware.com",
        "comment" : "Expand failing CSRF integration tests\u000a\u000aAdd test for missing CSRF cookie, empty and invalid CSRF tokens\u000a",
        "date" : "2025-02-17 20:12:04 +0000",
        "id" : "f315a50f76c1d95ab7f2ffb3431cb9c5e34240cf",
        "msg" : "Expand failing CSRF integration tests",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/tools/OmeroWeb/test/integration/test_api_login.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/tools/OmeroWeb/test/integration/test_api_login.py"
        ],
        "commitId" : "02a65f3b831c9026430358be46761721b6aec61b",
        "timestamp" : 1739827267000,
        "author" : {
          "absoluteUrl" : "https://merge-ci.openmicroscopy.org/jenkins/user/sbesson",
          "fullName" : "sbesson"
        },
        "authorEmail" : "sbesson@glencoesoftware.com",
        "comment" : "Adjust tests for simplify CSRF failure error message\u000a",
        "date" : "2025-02-17 21:21:07 +0000",
        "id" : "02a65f3b831c9026430358be46761721b6aec61b",
        "msg" : "Adjust tests for simplify CSRF failure error message",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/tools/OmeroWeb/test/integration/test_api_login.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/tools/OmeroWeb/test/integration/test_api_login.py"
        ],
        "commitId" : "b40ab99fc042b3b96238a585c1ce28b60416f472",
        "timestamp" : 1739827529000,
        "author" : {
          "absoluteUrl" : "https://merge-ci.openmicroscopy.org/jenkins/user/sbesson",
          "fullName" : "sbesson"
        },
        "authorEmail" : "sbesson@glencoesoftware.com",
        "comment" : "Simplify test_login_errors\u000a",
        "date" : "2025-02-17 21:25:29 +0000",
        "id" : "b40ab99fc042b3b96238a585c1ce28b60416f472",
        "msg" : "Simplify test_login_errors",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/tools/OmeroWeb/test/integration/test_api_login.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/tools/OmeroWeb/test/integration/test_api_login.py"
        ],
        "commitId" : "4f09720bcc681d72f7e143c03efb114c53473b0d",
        "timestamp" : 1739827529000,
        "author" : {
          "absoluteUrl" : "https://merge-ci.openmicroscopy.org/jenkins/user/sbesson",
          "fullName" : "sbesson"
        },
        "authorEmail" : "sbesson@glencoesoftware.com",
        "comment" : "Extend test_login_errors with JSON content type\u000a",
        "date" : "2025-02-17 21:25:29 +0000",
        "id" : "4f09720bcc681d72f7e143c03efb114c53473b0d",
        "msg" : "Extend test_login_errors with JSON content type",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/tools/OmeroWeb/test/integration/test_api_login.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/tools/OmeroWeb/test/integration/test_api_login.py"
        ],
        "commitId" : "695282b56f23e30c25839d6e90c1663f94991737",
        "timestamp" : 1739827529000,
        "author" : {
          "absoluteUrl" : "https://merge-ci.openmicroscopy.org/jenkins/user/sbesson",
          "fullName" : "sbesson"
        },
        "authorEmail" : "sbesson@glencoesoftware.com",
        "comment" : "TestLogin.test_login_example: also test JSON content type\u000a",
        "date" : "2025-02-17 21:25:29 +0000",
        "id" : "695282b56f23e30c25839d6e90c1663f94991737",
        "msg" : "TestLogin.test_login_example: also test JSON content type",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/tools/OmeroWeb/test/integration/test_api_login.py"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://merge-ci.openmicroscopy.org/jenkins/user/noreply",
      "fullName" : "noreply"
    },
    {
      "absoluteUrl" : "https://merge-ci.openmicroscopy.org/jenkins/user/sbesson",
      "fullName" : "sbesson"
    }
  ]
}