| Step | Arguments | | | Status |
|---|
| Start of Pipeline - (1 mn 8 s in block) | | | | |
| node - (1 mn 8 s in block) | | | | |
| node block - (1 mn 8 s in block) | | | | |
| stage - (1,8 s in block) | Declarative: Checkout SCM | | | |
| stage block (Declarative: Checkout SCM) - (1,7 s in block) | | | | |
| checkout - (1,7 s in self) | | | | |
| withEnv - (1 mn 6 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 - (1 mn 6 s in block) | | | | |
| isUnix - (2 ms in self) | | | | |
| withEnv - (0,28 s in block) | JD_ID, JD_TO_RUN | | | |
| withEnv block - (0,27 s in block) | | | | |
| sh - (0,26 s in self) | docker inspect -f . "$JD_TO_RUN" | | | |
| withDockerContainer - (1 mn 5 s in block) | | | | |
| withDockerContainer block - (1 mn 3 s in block) | | | | |
| withEnv - (1 mn 3 s in block) | buildVersion, silverpeas, fileRepo, wildfly, dbConf, gitRepo, silverpeasBuildJobName, mavenRepo | | | |
| withEnv block - (1 mn 3 s in block) | | | | |
| stage - (1,4 s in block) | Fetch the last build version of Silverpeas | | | |
| stage block (Fetch the last build version of Silverpeas) - (1,4 s in block) | | | | |
| sh - (0,26 s in self) | rm -rf * ~/.gradle | | | |
| sh - (0,26 s in self) | mkdir logs | | | |
| copyArtifacts - (13 ms in self) | | | | |
| script - (0,59 s in block) | | | | |
| script block - (0,57 s in block) | | | | |
| readYaml - (11 ms in self) | build.yaml | | | |
| sh - (0,26 s in self) | curl -fsSL -o pom.xml https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-project/2.0-build260430/silverpeas-project-2.0-build260430.pom | | | |
| readMavenPom - (29 ms in self) | | | | |
| sh - (0,25 s in self) | rm -f pom.xml | | | |
| sh - (0,26 s in self) | rm -f build.yaml | | | |
| stage - (7,5 s in block) | Set up the test environment | | | |
| stage block (Set up the test environment) - (7,4 s in block) | | | | |
| git - (0,64 s in self) | | | | |
| script - (33 ms in block) | | | | |
| script block - (11 ms in block) | | | | |
| readYaml - (5 ms in self) | conf/database.yaml | | | |
| sh - (6,7 s in self) |
curl -fsSL -o silverpeas-6.5-build260506-wildfly34.zip https://www.silverpeas.org/files/silverpeas-6.5-build260506-wildfly34.zip
unzip silverpeas-6.5-build260506-wildfly34.zip
mv silverpeas-6.5-build260506-wildfly34 silverpeas
curl -fsSL -o wildfly-34.0.1.Final.zip https://www.silverpeas.org/files/wildfly-34.0.1.Final.zip
unzip wildfly-34.0.1.Final.zip
mv wildfly-34.0.1.Final wildfly
cp conf/*.xml silverpeas/configuration/silverpeas/
cp lib/ojdbc7.jar silverpeas/bin/lib/
| | | |
| stage - (54 s in block) | Test upgrade against PostgreSQL | | | |
| stage block (Test upgrade against PostgreSQL) - (54 s in block) | | | | |
| script - (54 s in block) | | | | |
| script block - (54 s in block) | | | | |
| withCredentials - (0,61 s in block) | | | | |
| withCredentials block - (0,53 s in block) | | | | |
| sh - (0,26 s in self) |
rm -f ${DB_PSW}/configuration/config.properties
echo "DB_NAME=SilverUpdate" > ${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
| | | |
| sh - (0,25 s in self) |
echo "DB_USER=$DB_USR" >> ${DB_PSW}/configuration/config.properties
echo "DB_PASSWORD=$DB_PSW" >> ${DB_PSW}/configuration/config.properties
| | | |
| sh - (53 s in self) |
SILVERPEAS_HOME="`pwd`/silverpeas" JBOSS_HOME="`pwd`/wildfly" silverpeas/bin/silverpeas clean install
| | | |
| sh - (0,26 s in self) | ls silverpeas/log | grep 'build-[0-9]\+_[0-9]\+.log' | | | |
| sh - (0,26 s in self) | mv silverpeas/log/build-20260510_121440.log logs/build-postgresql.log | | | |
| stage - (38 ms in block) | Test upgrade against MS-SQLServer | | | |
| stage block (Test upgrade against MS-SQLServer) - (20 ms in block) | | | | |
| getContext - (7 ms in self) | | | | |
| stage - (42 ms in block) | Test upgrade against Oracle | | | |
| stage block (Test upgrade against Oracle) - (14 ms in block) | | | | |
| getContext - (3 ms in self) | | | | |
| stage - (0,24 s in block) | Declarative: Post Actions | | | |
| stage block (Declarative: Post Actions) - (0,24 s in block) | | | | |
| script - (42 ms in block) | | | | |
| script block - (16 ms in block) | | | | |
| archiveArtifacts - (38 ms in self) | | | | |
| step - (0,14 s in self) | | | | |