{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by younex1"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.libs.LibrariesAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 5,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "9d957078b237f5dd9f22e2d14badac3ff8e33bd6",
            "branch" : [
              {
                "SHA1" : "9d957078b237f5dd9f22e2d14badac3ff8e33bd6",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "9d957078b237f5dd9f22e2d14badac3ff8e33bd6",
            "branch" : [
              {
                "SHA1" : "9d957078b237f5dd9f22e2d14badac3ff8e33bd6",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "9d957078b237f5dd9f22e2d14badac3ff8e33bd6",
        "branch" : [
          {
            "SHA1" : "9d957078b237f5dd9f22e2d14badac3ff8e33bd6",
            "name" : "refs/remotes/origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/younex1/blut24-landing.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.cps.EnvActionImpl"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    },
    {
      "_class" : "org.jenkinsci.plugins.pipeline.modeldefinition.actions.RestartDeclarativePipelineAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.job.views.FlowGraphAction"
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#5 9d95707",
  "duration" : 26645,
  "estimatedDuration" : 28038,
  "executor" : None,
  "fullDisplayName" : "blut24-landing #5 9d95707",
  "id" : "5",
  "keepLog" : False,
  "number" : 5,
  "queueId" : 5449,
  "result" : "SUCCESS",
  "timestamp" : 1785227610682,
  "url" : "https://jenkins.younex.de/job/blut24-landing/5/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "deploy/README.md",
            "app/app.vue",
            "app/components/SectionHero.vue",
            "server/api/registration/submit.post.ts",
            "app/components/SiteFooter.vue",
            "app/components/SiteHeader.vue",
            "app/components/SectionRegistration.vue",
            "app/pages/datenschutz.vue",
            "README.md",
            "app/components/SectionCourier.vue",
            ".idea/vcs.xml",
            "app/components/SectionApp.vue",
            "app/components/RegistrationDialog.vue",
            "server/utils/registrationValidation.ts",
            "scripts/test-registration.mjs",
            "app/composables/useRegistrationDialog.ts",
            "server/utils/registrationDb.ts",
            "app/components/AndroidBadge.vue",
            "app/components/AppIcon.vue",
            "app/components/RegistrationForm.vue",
            "deploy/nginx-blut24.conf",
            "app/components/SectionProof.vue"
          ],
          "commitId" : "9d957078b237f5dd9f22e2d14badac3ff8e33bd6",
          "timestamp" : 1785227601000,
          "author" : {
            "absoluteUrl" : "https://jenkins.younex.de/user/info",
            "fullName" : "info"
          },
          "authorEmail" : "info@logyou.de",
          "comment" : "landing: modal registration, value-led proof band, autocomplete fix, APK live\u000a\u000a- Registration moved into a native <dialog> modal driven from every CTA, with\u000a  focus trap/return, scroll lock, backdrop + ESC dismissal, full-screen sheet on\u000a  mobile and prefers-reduced-motion respected.\u000a- Replaced the data-source stats (\"Quelle: Bundes-Klinik-Atlas\", 293, 906) with\u000a  three statements of what the product actually does. No invented metrics: the\u000a  only figure left is the real 1.581 Klinik-Atlas count that was already there.\u000a- Fixed the autocomplete staying open after a clinic was picked. Root cause was\u000a  watch(query): selecting wrote the label back into the field, which the watcher\u000a  read as a new search and reopened the list ~220ms later. The input is now\u000a  :value + @input so a programmatic write cannot be a search intent, with a\u000a  pendingQuery flag gating every path that opens the list.\u000a- Removed Anrede end-to-end. The DB column is deliberately NOT migrated: it keeps\u000a  its NOT NULL DEFAULT '' so inserts that omit it stay valid on existing databases.\u000a- Android badge switched live: the APK is published at\u000a  https://blut24.com/downloads/blut24-mobile.apk and served from disk by nginx\u000a  with the correct package MIME type.\u000a\u000aCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\u000a",
          "date" : "2026-07-28 10:33:21 +0200",
          "id" : "9d957078b237f5dd9f22e2d14badac3ff8e33bd6",
          "msg" : "landing: modal registration, value-led proof band, autocomplete fix, APK live",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "app/components/AppIcon.vue"
            },
            {
              "editType" : "edit",
              "file" : "app/components/SectionHero.vue"
            },
            {
              "editType" : "edit",
              "file" : "app/components/SiteFooter.vue"
            },
            {
              "editType" : "edit",
              "file" : "app/components/SiteHeader.vue"
            },
            {
              "editType" : "edit",
              "file" : "server/utils/registrationValidation.ts"
            },
            {
              "editType" : "edit",
              "file" : "app/app.vue"
            },
            {
              "editType" : "edit",
              "file" : "app/components/SectionCourier.vue"
            },
            {
              "editType" : "edit",
              "file" : "scripts/test-registration.mjs"
            },
            {
              "editType" : "edit",
              "file" : "deploy/README.md"
            },
            {
              "editType" : "edit",
              "file" : "app/components/RegistrationForm.vue"
            },
            {
              "editType" : "add",
              "file" : ".idea/vcs.xml"
            },
            {
              "editType" : "edit",
              "file" : "app/components/SectionProof.vue"
            },
            {
              "editType" : "add",
              "file" : "app/components/RegistrationDialog.vue"
            },
            {
              "editType" : "edit",
              "file" : "README.md"
            },
            {
              "editType" : "edit",
              "file" : "app/components/SectionApp.vue"
            },
            {
              "editType" : "edit",
              "file" : "app/pages/datenschutz.vue"
            },
            {
              "editType" : "edit",
              "file" : "deploy/nginx-blut24.conf"
            },
            {
              "editType" : "add",
              "file" : "app/composables/useRegistrationDialog.ts"
            },
            {
              "editType" : "edit",
              "file" : "server/api/registration/submit.post.ts"
            },
            {
              "editType" : "edit",
              "file" : "app/components/SectionRegistration.vue"
            },
            {
              "editType" : "edit",
              "file" : "server/utils/registrationDb.ts"
            },
            {
              "editType" : "edit",
              "file" : "app/components/AndroidBadge.vue"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.younex.de/user/info",
      "fullName" : "info"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 6,
    "url" : "https://jenkins.younex.de/job/blut24-landing/6/"
  },
  "previousBuild" : {
    "number" : 4,
    "url" : "https://jenkins.younex.de/job/blut24-landing/4/"
  }
}