{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.ParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "BUILD_VERSION",
          "value" : "1.0-build250212"
        }
      ]
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Démarré par l'utilisateur Miguel Moquillon",
          "userId" : "mmoquillon",
          "userName" : "Miguel Moquillon"
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.libs.LibrariesAction"
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 6,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "e8468bf49647ac63ce0c1464a25fb5c963108a3f",
            "branch" : [
              {
                "SHA1" : "e8468bf49647ac63ce0c1464a25fb5c963108a3f",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "e8468bf49647ac63ce0c1464a25fb5c963108a3f",
            "branch" : [
              {
                "SHA1" : "e8468bf49647ac63ce0c1464a25fb5c963108a3f",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "e8468bf49647ac63ce0c1464a25fb5c963108a3f",
        "branch" : [
          {
            "SHA1" : "e8468bf49647ac63ce0c1464a25fb5c963108a3f",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/Silverpeas/Jenkins-Pipelines.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.cps.EnvActionImpl"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 6,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "5815b02b016d632e2485d2cc47f1302e270f7c28",
            "branch" : [
              {
                "SHA1" : "5815b02b016d632e2485d2cc47f1302e270f7c28",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "5815b02b016d632e2485d2cc47f1302e270f7c28",
            "branch" : [
              {
                "SHA1" : "5815b02b016d632e2485d2cc47f1302e270f7c28",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "5815b02b016d632e2485d2cc47f1302e270f7c28",
        "branch" : [
          {
            "SHA1" : "5815b02b016d632e2485d2cc47f1302e270f7c28",
            "name" : "refs/remotes/origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/Silverpeas/Silverpeas-WebBrowserEdition"
      ],
      "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" : [
    {
      "displayPath" : "release.yaml",
      "fileName" : "release.yaml",
      "relativePath" : "target/release.yaml"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "1.0",
  "duration" : 104824,
  "estimatedDuration" : 107014,
  "executor" : None,
  "fullDisplayName" : "Silverpeas_WebBrowserEdition_Release 1.0",
  "id" : "6",
  "keepLog" : False,
  "number" : 6,
  "queueId" : 24361,
  "result" : "SUCCESS",
  "timestamp" : 1739375329404,
  "url" : "https://integration.silverpeas.org/jenkins/view/Releases/job/Silverpeas_WebBrowserEdition_Release/6/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/releases/wbe/Jenkinsfile",
            "src/builds/wbe/Jenkinsfile"
          ],
          "commitId" : "e8468bf49647ac63ce0c1464a25fb5c963108a3f",
          "timestamp" : 1739374881000,
          "author" : {
            "absoluteUrl" : "https://integration.silverpeas.org/jenkins/user/mmoquillon",
            "fullName" : "Miguel Moquillon"
          },
          "authorEmail" : "miguel.moquillon@silverpeas.com",
          "comment" : "About Silverpeas Web Browser Edition:\u000a- the build pipeline is simplified by asking to the user the branch on\u000a  which the project has to be built (default valued at 'main')\u000a- the release pipeline is improved to create a stable branch in the case\u000a  the release is done from the main branch.\u000a",
          "date" : "2025-02-12 16:41:21 +0100",
          "id" : "e8468bf49647ac63ce0c1464a25fb5c963108a3f",
          "msg" : "About Silverpeas Web Browser Edition:",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/releases/wbe/Jenkinsfile"
            },
            {
              "editType" : "edit",
              "file" : "src/builds/wbe/Jenkinsfile"
            }
          ]
        }
      ],
      "kind" : "git"
    },
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "pom.xml"
          ],
          "commitId" : "5815b02b016d632e2485d2cc47f1302e270f7c28",
          "timestamp" : 1739374988000,
          "author" : {
            "absoluteUrl" : "https://integration.silverpeas.org/jenkins/user/mmoquillon",
            "fullName" : "Miguel Moquillon"
          },
          "authorEmail" : "miguel.moquillon@silverpeas.com",
          "comment" : "The Jenkins pipeline to generate a build version of the project updated\u000athe version of the dependency on Silverpeas to a build version of 6.4.3.\u000aRevert this in order to be able to release the version 1.0\u000a",
          "date" : "2025-02-12 16:43:08 +0100",
          "id" : "5815b02b016d632e2485d2cc47f1302e270f7c28",
          "msg" : "The Jenkins pipeline to generate a build version of the project updated",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "pom.xml"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "https://integration.silverpeas.org/jenkins/user/mmoquillon",
      "fullName" : "Miguel Moquillon"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 7,
    "url" : "https://integration.silverpeas.org/jenkins/view/Releases/job/Silverpeas_WebBrowserEdition_Release/7/"
  },
  "previousBuild" : {
    "number" : 4,
    "url" : "https://integration.silverpeas.org/jenkins/view/Releases/job/Silverpeas_WebBrowserEdition_Release/4/"
  }
}