{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.TimerTrigger$TimerTriggerCause",
          "shortDescription" : "Started by timer"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 2,
      "buildableTimeMillis" : 2,
      "buildingDurationMillis" : 16088,
      "executingTimeMillis" : 16088,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5,
      "waitingTimeMillis" : 5
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/dev" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 637,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "4c1dba85e1226cf6ec62c6f36dd95cb141739e24",
            "branch" : [
              {
                "SHA1" : "4c1dba85e1226cf6ec62c6f36dd95cb141739e24",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          },
          "revision" : {
            "SHA1" : "4c1dba85e1226cf6ec62c6f36dd95cb141739e24",
            "branch" : [
              {
                "SHA1" : "4c1dba85e1226cf6ec62c6f36dd95cb141739e24",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "4c1dba85e1226cf6ec62c6f36dd95cb141739e24",
        "branch" : [
          {
            "SHA1" : "4c1dba85e1226cf6ec62c6f36dd95cb141739e24",
            "name" : "refs/remotes/origin/dev"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/ABI-Software/12-labours-api.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#637",
  "duration" : 16088,
  "estimatedDuration" : 21097,
  "executor" : None,
  "fullDisplayName" : "12-Labours-API #637",
  "id" : "637",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 637,
  "queueId" : 3224,
  "result" : "SUCCESS",
  "timestamp" : 1685416260275,
  "url" : "https://autotest.bioeng.auckland.ac.nz/jenkins/job/12-Labours-API/637/",
  "builtOn" : "Ubuntu_18.04_bioeng49",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Dockerfile",
          "docker-compose.yml",
          ".dockerignore",
          "README.md"
        ],
        "commitId" : "a28a300ae8b3fff61fe3f7df9db6fa00b8279b1b",
        "timestamp" : 1683515140000,
        "author" : {
          "absoluteUrl" : "https://autotest.bioeng.auckland.ac.nz/jenkins/user/ddjnw1yu",
          "fullName" : "David Yu"
        },
        "authorEmail" : "david.jianwei.yu@outlook.com",
        "comment" : "create dockerfile\u000a",
        "date" : "2023-05-08 15:05:40 +1200",
        "id" : "a28a300ae8b3fff61fe3f7df9db6fa00b8279b1b",
        "msg" : "create dockerfile",
        "paths" : [
          {
            "editType" : "add",
            "file" : "Dockerfile"
          },
          {
            "editType" : "add",
            "file" : "docker-compose.yml"
          },
          {
            "editType" : "add",
            "file" : ".dockerignore"
          },
          {
            "editType" : "edit",
            "file" : "README.md"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "docker-compose.yml"
        ],
        "commitId" : "8e778cd5199222c79e99883e8da8406e21afdf1e",
        "timestamp" : 1684187608000,
        "author" : {
          "absoluteUrl" : "https://autotest.bioeng.auckland.ac.nz/jenkins/user/ddjnw1yu",
          "fullName" : "David Yu"
        },
        "authorEmail" : "david.jianwei.yu@outlook.com",
        "comment" : "update docker compose\u000a",
        "date" : "2023-05-16 09:53:28 +1200",
        "id" : "8e778cd5199222c79e99883e8da8406e21afdf1e",
        "msg" : "update docker compose",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "docker-compose.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "env.txt",
          "app/pagination.py",
          "app/config.py"
        ],
        "commitId" : "cecd9aeaa2394ab278a5941f634cb56c866141ac",
        "timestamp" : 1684451236000,
        "author" : {
          "absoluteUrl" : "https://autotest.bioeng.auckland.ac.nz/jenkins/user/ddjnw1yu",
          "fullName" : "David Yu"
        },
        "authorEmail" : "david.jianwei.yu@outlook.com",
        "comment" : "remove QUERY_API_URL\u000a",
        "date" : "2023-05-19 11:07:16 +1200",
        "id" : "cecd9aeaa2394ab278a5941f634cb56c866141ac",
        "msg" : "remove QUERY_API_URL",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "app/config.py"
          },
          {
            "editType" : "edit",
            "file" : "env.txt"
          },
          {
            "editType" : "edit",
            "file" : "app/pagination.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "docker-compose.yml"
        ],
        "commitId" : "4285bf85ddcc95198379b82d6813d158c0f2b87f",
        "timestamp" : 1684454313000,
        "author" : {
          "absoluteUrl" : "https://autotest.bioeng.auckland.ac.nz/jenkins/user/ddjnw1yu",
          "fullName" : "David Yu"
        },
        "authorEmail" : "david.jianwei.yu@outlook.com",
        "comment" : "remove QUERY_API_URL in docker compose\u000a",
        "date" : "2023-05-19 11:58:33 +1200",
        "id" : "4285bf85ddcc95198379b82d6813d158c0f2b87f",
        "msg" : "remove QUERY_API_URL in docker compose",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "docker-compose.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "README.md"
        ],
        "commitId" : "b43fe4f707ab103a4f81f0e1b7b3e5aa198f2671",
        "timestamp" : 1684895822000,
        "author" : {
          "absoluteUrl" : "https://autotest.bioeng.auckland.ac.nz/jenkins/user/ddjnw1yu",
          "fullName" : "David Yu"
        },
        "authorEmail" : "david.jianwei.yu@outlook.com",
        "comment" : "Update README.md\u000a",
        "date" : "2023-05-24 14:37:02 +1200",
        "id" : "b43fe4f707ab103a4f81f0e1b7b3e5aa198f2671",
        "msg" : "Update README.md",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "README.md"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://autotest.bioeng.auckland.ac.nz/jenkins/user/ddjnw1yu",
      "fullName" : "David Yu"
    }
  ]
}