{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 18,
      "buildingDurationMillis" : 1081178,
      "executingTimeMillis" : 1076442,
      "executorUtilization" : 1.0,
      "subTaskCount" : 1,
      "waitingDurationMillis" : 7012,
      "waitingTimeMillis" : 7012
    },
    {
      "_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" : 31,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "573670efdff135a096880ebff236abb6f3ec7cbe",
            "branch" : [
              {
                "SHA1" : "573670efdff135a096880ebff236abb6f3ec7cbe",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "573670efdff135a096880ebff236abb6f3ec7cbe",
            "branch" : [
              {
                "SHA1" : "573670efdff135a096880ebff236abb6f3ec7cbe",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "573670efdff135a096880ebff236abb6f3ec7cbe",
        "branch" : [
          {
            "SHA1" : "573670efdff135a096880ebff236abb6f3ec7cbe",
            "name" : "refs/remotes/origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/DrPersico/juntete.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_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" : "#31",
  "duration" : 1081178,
  "estimatedDuration" : 889664,
  "executor" : None,
  "fullDisplayName" : "juntete-deploy #31",
  "id" : "31",
  "keepLog" : False,
  "number" : 31,
  "queueId" : 60,
  "result" : "FAILURE",
  "timestamp" : 1763813948680,
  "url" : "https://geeplo.com/jenkins/view/all/job/juntete-deploy/31/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "frontend/Dockerfile"
          ],
          "commitId" : "ba2f05cfce3883f24484afee6950afce64d6c3ff",
          "timestamp" : 1763809814000,
          "author" : {
            "absoluteUrl" : "https://geeplo.com/jenkins/user/persicowilliam",
            "fullName" : "persicowilliam"
          },
          "authorEmail" : "persicowilliam@gmail.com",
          "comment" : "Fix production deployment with /juntete prefix\u000a\u000a- Update FastAPI to use root_path=\"/juntete\" for proper OpenAPI docs\u000a- Update Next.js rewrites to forward to /juntete/api endpoints\u000a- Fix frontend Dockerfile to build production Next.js app\u000a- Keep Nginx rewrite rule for /juntete/api -> /api translation\u000a\u000a\ud83e\udd16 Generated with [Claude Code](https://claude.com/claude-code)\u000a\u000aCo-Authored-By: Claude <noreply@anthropic.com>\u000a",
          "date" : "2025-11-22 12:10:14 +0100",
          "id" : "ba2f05cfce3883f24484afee6950afce64d6c3ff",
          "msg" : "Fix production deployment with /juntete prefix",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "frontend/Dockerfile"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "frontend/lib/api.ts"
          ],
          "commitId" : "573670efdff135a096880ebff236abb6f3ec7cbe",
          "timestamp" : 1763813572000,
          "author" : {
            "absoluteUrl" : "https://geeplo.com/jenkins/user/persicowilliam",
            "fullName" : "persicowilliam"
          },
          "authorEmail" : "persicowilliam@gmail.com",
          "comment" : "Fix API base URL to default to /juntete prefix\u000a\u000a- Changed NEXT_PUBLIC_BASE_PATH default from empty string to '/juntete'\u000a- This ensures API calls go to /juntete/api/* instead of /api/*\u000a- Fixes 404 errors when creating trips in production\u000a\u000a\ud83e\udd16 Generated with [Claude Code](https://claude.com/claude-code)\u000a\u000aCo-Authored-By: Claude <noreply@anthropic.com>\u000a",
          "date" : "2025-11-22 13:12:52 +0100",
          "id" : "573670efdff135a096880ebff236abb6f3ec7cbe",
          "msg" : "Fix API base URL to default to /juntete prefix",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "frontend/lib/api.ts"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "https://geeplo.com/jenkins/user/william.persico",
      "fullName" : "william.persico"
    },
    {
      "absoluteUrl" : "https://geeplo.com/jenkins/user/persicowilliam",
      "fullName" : "persicowilliam"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 32,
    "url" : "https://geeplo.com/jenkins/view/all/job/juntete-deploy/32/"
  },
  "previousBuild" : {
    "number" : 30,
    "url" : "https://geeplo.com/jenkins/view/all/job/juntete-deploy/30/"
  }
}