{
  "_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" : 13,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "1e41c576924567f1dc6b00e1617c0327f24184e3",
            "branch" : [
              {
                "SHA1" : "1e41c576924567f1dc6b00e1617c0327f24184e3",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1e41c576924567f1dc6b00e1617c0327f24184e3",
            "branch" : [
              {
                "SHA1" : "1e41c576924567f1dc6b00e1617c0327f24184e3",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "1e41c576924567f1dc6b00e1617c0327f24184e3",
        "branch" : [
          {
            "SHA1" : "1e41c576924567f1dc6b00e1617c0327f24184e3",
            "name" : "origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "http://sing-group.org/dt/gitlab/dgss-2223-teamA/microstories.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 1,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#13",
  "duration" : 133641,
  "estimatedDuration" : 146373,
  "executor" : None,
  "fullDisplayName" : "μStories 2223 - Team A #13",
  "id" : "13",
  "keepLog" : False,
  "number" : 13,
  "queueId" : 264,
  "result" : "SUCCESS",
  "timestamp" : 1668807969373,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/13/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "service/src/test/resources/beans.xml",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java",
          "jsf/dgss2223-teamA-microstories-jsf.iml",
          "service/src/main/resources/META-INF/persistence.xml",
          "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java",
          "tests/src/main/resources/datasets/stories.xml",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Theme.java",
          "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/ServiceIntegrationTestSuite.java",
          "domain/dgss2223-teamA-microstories-domain.iml",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Story.java",
          "rest/dgss2223-teamA-microstories-rest.iml",
          "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java",
          "service/src/test/resources-wildfly-embedded-h2/test-persistence.xml",
          "ear/dgss2223-teamA-microstories-ear.iml",
          "service/dgss2223-teamA-microstories-service.iml",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java",
          "tests/dgss2223-teamA-microstories-tests.iml"
        ],
        "commitId" : "1e41c576924567f1dc6b00e1617c0327f24184e3",
        "timestamp" : 1668807155000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/jspilva17",
          "fullName" : "jspilva17"
        },
        "authorEmail" : "jspilva17@esei.uvigo.es",
        "comment" : "tsk5 Changes id generation, adds class Story to persistence.xml file,\ncreate StoryEJB, adds testEJB and fix stories.xml and stories DataSet\nThe id changes are mades to avoid the creation of a table calls\nhibernate. In the persistence.xml (service), the story class adds to\ncreates in DB. Adds StoryEJB ,this contains a method to get 6 recent\nstories. Also,adds TestStoryEJB and TestSuite adds configuration to test\nmethod getRecentStories from StoryEJB. On StoryDataset adds method\nrecent Stories to get last 6 Stories to compares to method\ngetRecentStories in the TestStoryEJB.\nFixes: stories.xml (adds six correct dates). Theme.java add correct\nenum, changes story for HISTORIC, SCIFI for SCIENCE_FICTION and CHILDISH\nfor CHILD.\n",
        "date" : "2022-11-18 22:32:35 +0100",
        "id" : "1e41c576924567f1dc6b00e1617c0327f24184e3",
        "msg" : "tsk5 Changes id generation, adds class Story to persistence.xml file,",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "service/src/main/resources/META-INF/persistence.xml"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Theme.java"
          },
          {
            "editType" : "add",
            "file" : "service/src/test/resources-wildfly-embedded-h2/test-persistence.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories.xml"
          },
          {
            "editType" : "add",
            "file" : "ear/dgss2223-teamA-microstories-ear.iml"
          },
          {
            "editType" : "add",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java"
          },
          {
            "editType" : "add",
            "file" : "domain/dgss2223-teamA-microstories-domain.iml"
          },
          {
            "editType" : "add",
            "file" : "tests/dgss2223-teamA-microstories-tests.iml"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/resources/beans.xml"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Story.java"
          },
          {
            "editType" : "add",
            "file" : "service/dgss2223-teamA-microstories-service.iml"
          },
          {
            "editType" : "add",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java"
          },
          {
            "editType" : "add",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/ServiceIntegrationTestSuite.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java"
          },
          {
            "editType" : "add",
            "file" : "jsf/dgss2223-teamA-microstories-jsf.iml"
          },
          {
            "editType" : "add",
            "file" : "rest/dgss2223-teamA-microstories-rest.iml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/jspilva17",
      "fullName" : "jspilva17"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.3.9"
}