Skip to content
StepArgumentsStatus
Start of Pipeline - (8 mn 14 s in block)
node - (8 mn 14 s in block)
node block - (8 mn 14 s in block)
stage - (0,68 s in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (0,64 s in block)
checkout - (0,63 s in self)
withEnv - (8 mn 13 s in block)GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (8 mn 13 s in block)
isUnix - (1 ms in self)
withEnv - (0,3 s in block)JD_ID, JD_TO_RUN
withEnv block - (0,27 s in block)
sh - (0,25 s in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (8 mn 13 s in block)
withDockerContainer block - (8 mn 10 s in block)
withEnv - (8 mn 10 s in block)gitCredential, buildVersion, release, changes, previousBuildVersion, buildNumber, artifact, wildflyVersion, nexusBuildRepo, gitBaseRepo, commits, nexusReleaseRepo, parentVersion
withEnv block - (8 mn 10 s in block)
stage - (0,92 s in block)Prepare the job
stage block (Prepare the job) - (0,89 s in block)
sh - (0,51 s in self)curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.4.x/pom.xml
script - (0,31 s in block)
script block - (0,3 s in block)
readMavenPom - (25 ms in self)
sh - (0,25 s in self)rm -f pom.xml
stage - (0,14 s in block)Check POM parent version
stage block (Check POM parent version) - (0,11 s in block)
getContext - (46 ms in self)
stage - (5,9 s in block)Checkout projects and check code changes
stage block (Checkout projects and check code changes) - (5,9 s in block)
script - (5,8 s in block)
script block - (5,8 s in block)
copyArtifacts - (24 ms in self)
readYaml - (22 ms in self)build.yaml
dir - (1,2 s in block)Silverpeas-Core
dir block - (1,1 s in block)
git - (0,87 s in self)
fileExists - (15 ms in self)pom.xml
readMavenPom - (22 ms in self)
sh - (0,26 s in self)git rev-parse HEAD
echo - (3 ms in self)Silverpeas-Core: current commit is 74ec064dc1a9ce9a597fd1731f3e3c761df9a7c1 and last build commit is e6de3f2ba4290dbe80fb59412804514d67b5cb9f
dir - (1,1 s in block)Silverpeas-Components
dir block - (1,1 s in block)
git - (0,86 s in self)
fileExists - (8 ms in self)pom.xml
readMavenPom - (11 ms in self)
sh - (0,26 s in self)git rev-parse HEAD
echo - (3 ms in self)Silverpeas-Components: current commit is 2c9baec01a953024d90b9e5765eb42512c083221 and last build commit is ffaba1bc48f990c96703269ab082f88d347abd1f
dir - (0,85 s in block)Silverpeas-Looks
dir block - (0,82 s in block)
git - (0,5 s in self)
fileExists - (16 ms in self)pom.xml
readMavenPom - (21 ms in self)
sh - (0,26 s in self)git rev-parse HEAD
echo - (2 ms in self)Silverpeas-Looks: current commit is 1b5959dc0d02d280e80ea82fb032e9171831da09 and last build commit is 1b5959dc0d02d280e80ea82fb032e9171831da09
dir - (0,83 s in block)Silverpeas-Setup
dir block - (0,79 s in block)
git - (0,5 s in self)
fileExists - (11 ms in self)pom.xml
sh - (0,26 s in self)git rev-parse HEAD
echo - (3 ms in self)Silverpeas-Setup: current commit is a8d34497f3c1025a04537070f2df01d17aefab21 and last build commit is a8d34497f3c1025a04537070f2df01d17aefab21
dir - (0,84 s in block)Silverpeas-Distribution
dir block - (0,8 s in block)
git - (0,48 s in self)
fileExists - (18 ms in self)pom.xml
readMavenPom - (21 ms in self)
sh - (0,26 s in self)git rev-parse HEAD
echo - (2 ms in self)Silverpeas-Distribution: current commit is 31ec9eff47661a3e19a2854eecd7d6cdf6f96f45 and last build commit is 31ec9eff47661a3e19a2854eecd7d6cdf6f96f45
dir - (0,84 s in block)Silverpeas-Assembly
dir block - (0,82 s in block)
git - (0,49 s in self)
fileExists - (19 ms in self)pom.xml
readMavenPom - (22 ms in self)
sh - (0,26 s in self)git rev-parse HEAD
echo - (3 ms in self)Silverpeas-Assembly: current commit is 1440d7740962c63078022e654d906f65764c9fef and last build commit is 1440d7740962c63078022e654d906f65764c9fef
stage - (8 mn 3 s in block)Build Silverpeas
stage block (Build Silverpeas) - (8 mn 3 s in block)
stage - (8 mn 2 s in block)Build Silverpeas-Core
stage block (Build Silverpeas-Core) - (8 mn 2 s in block)
dir - (8 mn 2 s in block)Silverpeas-Core
dir block - (8 mn 2 s in block)
sh - (15 s in self) sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.4.2-build241202/g" pom.xml sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.4.2-build241202/g" pom.xml mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.4.2-build241202
sh - (7 mn 46 s in self) /opt/wildfly-for-tests/wildfly-*.Final/bin/standalone.sh -c standalone-full.xml &> /dev/null & mvn clean install -Pdeployment -Pcoverage -Djava.awt.headless=true -Dcontext=ci /opt/wildfly-for-tests/wildfly-*.Final/bin/jboss-cli.sh --connect :shutdown
stage - (55 ms in block)Build Silverpeas-Components
stage block (Build Silverpeas-Components) - (24 ms in block)
getContext - (1 ms in self)
stage - (53 ms in block)Build Silverpeas-Assembly
stage block (Build Silverpeas-Assembly) - (18 ms in block)
getContext - (1 ms in self)
stage - (60 ms in block)Build Silverpeas Setup
stage block (Build Silverpeas Setup) - (21 ms in block)
getContext - (1 ms in self)
stage - (61 ms in block)Build Silverpeas Distribution
stage block (Build Silverpeas Distribution) - (22 ms in block)
getContext - (2 ms in self)
stage - (61 ms in block)Build Silverpeas-Looks
stage block (Build Silverpeas-Looks) - (21 ms in block)
getContext - (1 ms in self)
stage - (61 ms in block)Publish Silverpeas-Core
stage block (Publish Silverpeas-Core) - (21 ms in block)
getContext - (1 ms in self)
stage - (64 ms in block)Publish Silverpeas-Components
stage block (Publish Silverpeas-Components) - (24 ms in block)
getContext - (1 ms in self)
stage - (59 ms in block)Publish Silverpeas-Assembly
stage block (Publish Silverpeas-Assembly) - (21 ms in block)
getContext - (1 ms in self)
stage - (60 ms in block)Publish Silverpeas-Setup
stage block (Publish Silverpeas-Setup) - (21 ms in block)
getContext - (2 ms in self)
stage - (60 ms in block)Publish Silverpeas-Distribution
stage block (Publish Silverpeas-Distribution) - (22 ms in block)
getContext - (2 ms in self)
stage - (60 ms in block)Publish Silverpeas-Looks
stage block (Publish Silverpeas-Looks) - (20 ms in block)
getContext - (1 ms in self)
stage - (39 ms in block)Publish Community Web Site
stage block (Publish Community Web Site) - (20 ms in block)
getContext - (1 ms in self)
stage - (66 ms in block)Create YAML build report
stage block (Create YAML build report) - (21 ms in block)
getContext - (2 ms in self)
stage - (0,27 s in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (0,25 s in block)
step - (0,22 s in self)