Skip to content
StepArgumentsStatus
Start of Pipeline - (6 mn 3 s in block)
Succès
node - (6 mn 3 s in block)
Succès
node block - (6 mn 3 s in block)
Succès
stage - (1,2 s in block)Declarative: Checkout SCM
Succès
stage block (Declarative: Checkout SCM) - (1,2 s in block)
Succès
checkout - (1,2 s in self)
Succès
withEnv - (6 mn 1 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
Succès
withEnv block - (6 mn 1 s in block)
Succès
isUnix - (2 ms in self)
Succès
withEnv - (0,28 s in block)JD_ID, JD_TO_RUN
Succès
withEnv block - (0,26 s in block)
Succès
sh - (0,26 s in self)docker inspect -f . "$JD_TO_RUN"
Succès
withDockerContainer - (6 mn 1 s in block)
Succès
withDockerContainer block - (5 mn 59 s in block)
Succès
withEnv - (5 mn 59 s in block)buildVersion, silverpeas, fileRepo, wildfly, dbConf, gitRepo, silverpeasBuildJobName, mavenRepo
Succès
withEnv block - (5 mn 59 s in block)
Succès
stage - (4,7 s in block)Fetch the last build version of Silverpeas
Succès
stage block (Fetch the last build version of Silverpeas) - (4,7 s in block)
Succès
sh - (0,26 s in self)rm -rf * ~/.gradle
Succès
sh - (0,26 s in self)mkdir logs/
Succès
copyArtifacts - (19 ms in self)
Succès
script - (3,8 s in block)
Succès
script block - (3,8 s in block)
Succès
readYaml - (17 ms in self)build.yaml
Succès
sh - (3,4 s in self)curl -fsSL -o pom.xml https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-project/1.7-build251205/silverpeas-project-1.7-build251205.pom
Succès
readMavenPom - (36 ms in self)
Succès
sh - (0,26 s in self)rm -f pom.xml
Succès
sh - (0,26 s in self)rm -f build.yaml
Succès
stage - (5,7 s in block)Set up the test environment
Succès
stage block (Set up the test environment) - (5,7 s in block)
Succès
git - (0,64 s in self)
Succès
script - (26 ms in block)
Succès
script block - (10 ms in block)
Succès
readYaml - (5 ms in self)conf/database.yaml
Succès
sh - (5 s in self) curl -fsSL -o silverpeas-6.5-build251221-wildfly26.zip https://www.silverpeas.org/files/silverpeas-6.5-build251221-wildfly26.zip unzip silverpeas-6.5-build251221-wildfly26.zip mv silverpeas-6.5-build251221-wildfly26 silverpeas curl -fsSL -o wildfly-26.1.3.Final.zip https://www.silverpeas.org/files/wildfly-26.1.3.Final.zip unzip wildfly-26.1.3.Final.zip mv wildfly-26.1.3.Final wildfly cp conf/*.xml silverpeas/configuration/silverpeas/ cp lib/ojdbc7.jar silverpeas/bin/lib/
Succès
stage - (3 mn 25 s in block)Test installation against PostgreSQL
Succès
stage block (Test installation against PostgreSQL) - (3 mn 25 s in block)
Succès
withCredentials - (3 mn 25 s in block)
Succès
withCredentials block - (3 mn 25 s in block)
Succès
script - (3 mn 25 s in block)
Succès
script block - (3 mn 25 s in block)
Succès
withCredentials - (0,6 s in block)
Succès
withCredentials block - (0,54 s in block)
Succès
sh - (0,26 s in self) rm -f ${DB_PSW}/configuration/config.properties echo "DB_NAME=silvertest" > ${DB_PSW}/configuration/config.properties echo "DB_SERVERTYPE=POSTGRESQL" >> ${DB_PSW}/configuration/config.properties echo "DB_SERVER=int0.${DB_PSW}.org" >> ${DB_PSW}/configuration/config.properties echo "DB_PORT_POSTGRESQL=5433" >> ${DB_PSW}/configuration/config.properties
Succès
sh - (0,26 s in self) echo "DB_USER=$DB_USR" >> ${DB_PSW}/configuration/config.properties echo "DB_PASSWORD=$DB_PSW" >> ${DB_PSW}/configuration/config.properties
Succès
sh - (1,8 s in self)/var/lib/jenkins/workspace/Silverpeas_Installation_Test/scripts/setupDB.sh '/var/lib/jenkins/workspace/Silverpeas_Installation_Test' -a CREATE -t POSTGRESQL -n silvertest -d org.${AUTH_USR}ql.Driver -u jdbc:${AUTH_USR}ql://int0.silverpeas.org:5433 -U \${AUTH_USR} -P \${AUTH_PSW}
Succès
sh - (3 mn 20 s in self) SILVERPEAS_HOME="`pwd`/silverpeas" JBOSS_HOME="`pwd`/wildfly" silverpeas/bin/silverpeas clean install
Succès
sh - (0,26 s in self)ls silverpeas/log | grep 'build-[0-9]\+_[0-9]\+.log'
Succès
sh - (0,26 s in self)mv silverpeas/log/build-20260104_042048.log logs/build-${AUTH_USR}ql.log
Succès
sh - (1,8 s in self)/var/lib/jenkins/workspace/Silverpeas_Installation_Test/scripts/setupDB.sh '/var/lib/jenkins/workspace/Silverpeas_Installation_Test' -a DELETE -t POSTGRESQL -n silvertest -d org.${AUTH_USR}ql.Driver -u jdbc:${AUTH_USR}ql://int0.silverpeas.org:5433 -U \${AUTH_USR} -P \${AUTH_PSW}
Succès
stage - (2 mn 22 s in block)Test installation against MS-SQLServer
Succès
stage block (Test installation against MS-SQLServer) - (2 mn 22 s in block)
Succès
withCredentials - (2 mn 22 s in block)
Succès
withCredentials block - (2 mn 22 s in block)
Succès
script - (2 mn 22 s in block)
Succès
script block - (2 mn 22 s in block)
Succès
withCredentials - (0,57 s in block)
Succès
withCredentials block - (0,53 s in block)
Succès
sh - (0,26 s in self) rm -f ${DB_PSW}/configuration/config.properties echo "DB_NAME=silvertest" > ${DB_PSW}/configuration/config.properties echo "DB_SERVERTYPE=MSSQL" >> ${DB_PSW}/configuration/config.properties echo "DB_SERVER=int1.${DB_PSW}.org" >> ${DB_PSW}/configuration/config.properties echo "DB_PORT_MSSQL=1433" >> ${DB_PSW}/configuration/config.properties
Succès
sh - (0,26 s in self) echo "DB_USER=$DB_USR" >> ${DB_PSW}/configuration/config.properties echo "DB_PASSWORD=$DB_PSW" >> ${DB_PSW}/configuration/config.properties
Succès
sh - (2 mn 21 s in self)/var/lib/jenkins/workspace/Silverpeas_Installation_Test/scripts/setupDB.sh '/var/lib/jenkins/workspace/Silverpeas_Installation_Test' -a CREATE -t MSSQL -n silvertest -d net.sourceforge.jtds.jdbc.Driver -u jdbc:jtds:sqlserver://int1.silverpeas.org:1433 -U \${AUTH_USR} -P \${AUTH_PSW}
En échec
sh - (0,26 s in self)ls silverpeas/log | grep 'build-[0-9]\+_[0-9]\+.log'
En échec
stage - (52 ms in block)Test installation against Oracle
Succès
stage block (Test installation against Oracle) - (27 ms in block)
Succès
getContext - (8 ms in self)
Succès
stage - (42 ms in block)Test installation against H2
Succès
stage block (Test installation against H2) - (13 ms in block)
Succès
getContext - (3 ms in self)
Succès
stage - (0,24 s in block)Declarative: Post Actions
Succès
stage block (Declarative: Post Actions) - (0,24 s in block)
Succès
script - (44 ms in block)
Succès
script block - (18 ms in block)
Succès
archiveArtifacts - (34 ms in self)
Succès
step - (0,14 s in self)
Succès