{
  "_class" : "hudson.maven.MavenModuleSetBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/develop" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 66,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "bc1255a47a34ce09dd54de9f30105aee075a61c4",
            "branch" : [
              {
                "SHA1" : "bc1255a47a34ce09dd54de9f30105aee075a61c4",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "bc1255a47a34ce09dd54de9f30105aee075a61c4",
            "branch" : [
              {
                "SHA1" : "bc1255a47a34ce09dd54de9f30105aee075a61c4",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "bc1255a47a34ce09dd54de9f30105aee075a61c4",
        "branch" : [
          {
            "SHA1" : "bc1255a47a34ce09dd54de9f30105aee075a61c4",
            "name" : "origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "http://sing-group.org/dt/gitlab/dgss-2425-teamA/microstories.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 29,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#66",
  "duration" : 138823,
  "estimatedDuration" : 104601,
  "executor" : None,
  "fullDisplayName" : "microstories-2425-teamA #66",
  "id" : "66",
  "keepLog" : False,
  "number" : 66,
  "queueId" : 69,
  "result" : "SUCCESS",
  "timestamp" : 1734474069974,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/view/all/job/microstories-2425-teamA/66/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/resources/datasets/stories.xml",
          "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/Period.java"
        ],
        "commitId" : "5dc8692165009b58ec46ba6508683d2404543dae",
        "timestamp" : 1734371357000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/miguigg1412",
          "fullName" : "miguigg1412"
        },
        "authorEmail" : "miguigg1412@gmail.com",
        "comment" : "tsk27 Adds a new feature to search stories\nAdds new feature to search stories with a more complex tool. Implements\nnew test for the new EJB feature and modifies the Dataset.xml and the\nStoriesDataset so now they have more use cases\n",
        "date" : "2024-12-16 18:49:17 +0100",
        "id" : "5dc8692165009b58ec46ba6508683d2404543dae",
        "msg" : "tsk27 Adds a new feature to search stories",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories.xml"
          },
          {
            "editType" : "add",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/Period.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java",
          "tests/src/main/resources/datasets/stories.xml",
          "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.java"
        ],
        "commitId" : "f057d605865c06e010e155bcc0c60413cf459e48",
        "timestamp" : 1734371481000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/miguigg1412",
          "fullName" : "miguigg1412"
        },
        "authorEmail" : "miguigg1412@gmail.com",
        "comment" : "tsk29 Solves a problem with one EJB test\nSolves a problem with the \"getRecents\" test on the EJB tests\n",
        "date" : "2024-12-16 18:51:21 +0100",
        "id" : "f057d605865c06e010e155bcc0c60413cf459e48",
        "msg" : "tsk29 Solves a problem with one EJB test",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java",
          "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.java"
        ],
        "commitId" : "e95e2decd798d314eba98092d0bbc1ed68230534",
        "timestamp" : 1734371528000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/miguigg1412",
          "fullName" : "miguigg1412"
        },
        "authorEmail" : "miguigg1412@gmail.com",
        "comment" : "tsk29 Removes tasks for a better pull --rebase\nTemporaly removes code to improve and to make easier the pull --rebase\n",
        "date" : "2024-12-16 18:52:08 +0100",
        "id" : "e95e2decd798d314eba98092d0bbc1ed68230534",
        "msg" : "tsk29 Removes tasks for a better pull --rebase",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java",
          "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java",
          "tests/src/main/resources/datasets/stories.xml",
          "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.java"
        ],
        "commitId" : "bc1255a47a34ce09dd54de9f30105aee075a61c4",
        "timestamp" : 1734473814000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/miguigg1412",
          "fullName" : "miguigg1412"
        },
        "authorEmail" : "miguigg1412@gmail.com",
        "comment" : "tsk29 Implements final fixes to the branch, after pulling changes\nImplements the final details of the code so now all test run correctly.\nChanges the data of the dataset and the class to make every test viable.\n",
        "date" : "2024-12-17 23:16:54 +0100",
        "id" : "bc1255a47a34ce09dd54de9f30105aee075a61c4",
        "msg" : "tsk29 Implements final fixes to the branch, after pulling changes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/miguigg1412",
      "fullName" : "miguigg1412"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.6.3"
}