Skip to content
StepArgumentsStatus
Start of Pipeline - (25 min in block)
node - (25 min in block)migration
node block - (25 min in block)
stage - (11 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (10 sec in block)
checkout - (9.3 sec in self)
withEnv - (25 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (25 min in block)
withEnv - (25 min in block)JACOCO_VERSION, MVN_QUALITY_PROFILES, JACOCO_EXEC_FILE_PATH
withEnv block - (25 min in block)
stage - (4.6 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (3 sec in block)
tool - (0.76 sec in self)apache-maven-latest
envVarsForTool - (0.36 sec in self)
tool - (0.75 sec in self)openjdk-jdk17-latest
envVarsForTool - (0.8 sec in self)
withEnv - (24 min in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (24 min in block)
stage - (1 min 36 sec in block)Generate Target Platform
stage block (Generate Target Platform) - (1 min 35 sec in block)
tool - (0.99 sec in self)apache-maven-latest
envVarsForTool - (0.6 sec in self)
tool - (0.5 sec in self)openjdk-jdk17-latest
envVarsForTool - (0.39 sec in self)
withEnv - (1 min 32 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (1 min 31 sec in block)
script - (50 sec in block)
script block - (49 sec in block)
sh - (48 sec in self)mvn clean verify -f releng/plugins/org.polarsys.capella.studio.releng.targets/pom.xml
stage - (18 min in block)Package & Test Capella Studio
stage block (Package & Test Capella Studio) - (18 min in block)
tool - (0.34 sec in self)apache-maven-latest
envVarsForTool - (1.8 sec in self)
tool - (0.4 sec in self)openjdk-jdk17-latest
envVarsForTool - (0.64 sec in self)
withEnv - (18 min in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (18 min in block)
xvnc - (18 min in block)
xvnc block - (17 min in block)
withEnv - (17 min in block)MAVEN_OPTS
withEnv block - (17 min in block)
script - (17 min in block)
script block - (17 min in block)
sh - (17 min in self)mvn -Dmaven.test.failure.ignore=true -Dtycho.localArtifacts=ignore -Djacoco.destFile=${WORKSPACE}/jacoco.exec -Djacoco.append=true org.jacoco:jacoco-maven-plugin:0.8.10:prepare-agent clean verify -P full -P sign -P product -P test -e -f pom.xml
stage - (32 sec in block)Archive artifacts
stage block (Archive artifacts) - (31 sec in block)
tool - (0.1 sec in self)apache-maven-latest
envVarsForTool - (0.43 sec in self)
tool - (0.13 sec in self)openjdk-jdk17-latest
envVarsForTool - (0.14 sec in self)
withEnv - (30 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (29 sec in block)
archiveArtifacts - (29 sec in self)releng/plugins/org.polarsys.capella.studio.releng.product/target/*.txt, releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/**, releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/*.txt
stage - (1 min 9 sec in block)Deploy
stage block (Deploy) - (1 min 8 sec in block)
tool - (0.41 sec in self)apache-maven-latest
envVarsForTool - (0.32 sec in self)
tool - (0.42 sec in self)openjdk-jdk17-latest
envVarsForTool - (0.32 sec in self)
withEnv - (1 min 6 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (1 min 6 sec in block)
sshagent - (1 min 5 sec in block)
sshagent block - (1 min 4 sec in block)
script - (1 min 3 sec in block)
script block - (1 min 3 sec in block)
sh - (0.65 sec in self)echo 'deploy update site'
sh - (1.2 sec in self)ssh genie.capella@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/capella/studio/updates/nightly/masterx
sh - (0.59 sec in self)ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/studio/updates/nightly/masterx
sh - (1.6 sec in self)scp -r releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/* genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/studio/updates/nightly/masterx
sh - (0.61 sec in self)echo 'deploy product'
sh - (0.89 sec in self)ssh genie.capella@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/capella/studio/products/nightly/masterx
sh - (0.84 sec in self)ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/studio/products/nightly/masterx
sh - (56 sec in self)scp -r releng/plugins/org.polarsys.capella.studio.releng.product/target/products/*.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/studio/products/nightly/masterx
stage - (1 min 13 sec in block)Publish tests results
stage block (Publish tests results) - (1 min 13 sec in block)
tool - (0.3 sec in self)apache-maven-latest
envVarsForTool - (0.67 sec in self)
tool - (2 sec in self)openjdk-jdk17-latest
envVarsForTool - (0.4 sec in self)
withEnv - (1 min 9 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (1 min 8 sec in block)
junit - (1.8 sec in self)
sh - (1 min 5 sec in self)mvn -Djacoco.dataFile=${WORKSPACE}/jacoco.exec org.jacoco:jacoco-maven-plugin:0.8.10:report -P full -P test -e -f pom.xml
stage - (1 min 51 sec in block)Perform Sonar analysis
stage block (Perform Sonar analysis) - (1 min 50 sec in block)
withCredentials - (1 min 50 sec in block)
withCredentials block - (1 min 50 sec in block)
withEnv - (1 min 49 sec in block)SONAR_PROJECT_KEY, PROJECT_NAME
withEnv block - (1 min 49 sec in block)
tool - (0.13 sec in self)apache-maven-latest
envVarsForTool - (0.1 sec in self)
tool - (0.43 sec in self)openjdk-jdk17-latest
envVarsForTool - (0.1 sec in self)
withEnv - (1 min 48 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (1 min 48 sec in block)
withEnv - (1 min 47 sec in block)MAVEN_OPTS
withEnv block - (1 min 47 sec in block)
script - (1 min 47 sec in block)
script block - (1 min 47 sec in block)
sh - (1 min 47 sec in self)mvn sonar:sonar -Dsonar.projectKey=eclipse_capella-studio -Dsonar.organization=eclipse -Dsonar.host.url=https://sonarcloud.io -Dsonar.login='${SONARCLOUD_TOKEN}' -Dsonar.skipDesign=true -Dsonar.dynamic=reuseReports -Dsonar.java.source=8 -Dsonar.scanner.force-deprecated-java-version=true -Dsonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml' -Dsonar.java.coveragePlugin=jacoco -Dsonar.core.codeCoveragePlugin=jacoco -Dsonar.exclusions='**/generated/**/*.java,**/src-gen/**/*.java' -Dsonar.branch.name=masterx -P full -P test -e -f pom.xml
stage - (1.6 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (1.4 sec in block)
archiveArtifacts - (1.1 sec in self)**/*.log,**/*.layout