Skip to content
StepArgumentsStatus
Start of Pipeline - (16 min in block)
node - (16 min in block)
node block - (16 min in block)
stage - (22 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (22 sec in block)
checkout - (22 sec in self)
withEnv - (15 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (15 min in block)
timeout - (15 min in block)
timeout block - (15 min in block)
stage - (0.57 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (0.47 sec in block)
tool - (15 ms in self)apache-maven-latest
envVarsForTool - (46 ms in self)
tool - (0.12 sec in self)temurin-jdk17-latest
envVarsForTool - (0.26 sec in self)
withEnv - (15 min in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (15 min in block)
stage - (6 min 36 sec in block)SonarCloud
stage block (SonarCloud) - (6 min 36 sec in block)
withEnv - (6 min 35 sec in block)PROJECT_NAME
withEnv block - (6 min 35 sec in block)
tool - (19 ms in self)apache-maven-latest
envVarsForTool - (30 ms in self)
tool - (24 ms in self)temurin-jdk17-latest
envVarsForTool - (26 ms in self)
withEnv - (6 min 35 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (6 min 35 sec in block)
withCredentials - (6 min 34 sec in block)
withCredentials block - (6 min 33 sec in block)
withSonarQubeEnv - (6 min 33 sec in block)SonarCloud.io
withSonarQubeEnv block - (6 min 32 sec in block)
script - (6 min 32 sec in block)
script block - (6 min 32 sec in block)
sh - (6 min 32 sec in self) mvn clean verify -B org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=org.eclipse.lyo -Dsonar.organization=eclipse -Dsonar.host.url=${SONAR_HOST_URL} -Dsonar.token=${SONARCLOUD_TOKEN}
stage - (6 min 51 sec in block)Publish (OSSRH)
stage block (Publish (OSSRH)) - (6 min 51 sec in block)
tool - (59 ms in self)apache-maven-latest
envVarsForTool - (0.1 sec in self)
tool - (0.29 sec in self)temurin-jdk17-latest
envVarsForTool - (0.45 sec in self)
withEnv - (6 min 50 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (6 min 49 sec in block)
withCredentials - (3.1 sec in block)
withCredentials block - (2.5 sec in block)
sh - (0.29 sec in self)gpg --batch --import "${KEYRING}"
sh - (0.29 sec in self)for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u); do echo -e "5 y " | gpg --batch --command-fd 0 --expert --edit-key ${fpr} trust; done
sh - (6 min 44 sec in self) mvn -B -fae clean install -DskipTests javadoc:aggregate -P dev,gpg-sign,!eclipse-deploy,ossrh-deploy mvn -B deploy -DskipTests -Dmaven.install.skip=true -P dev,gpg-sign,!eclipse-deploy,ossrh-deploy
stage - (24 sec in block)Publish (Javadocs)
stage block (Publish (Javadocs)) - (24 sec in block)
tool - (12 ms in self)apache-maven-latest
envVarsForTool - (18 ms in self)
tool - (13 ms in self)temurin-jdk17-latest
envVarsForTool - (19 ms in self)
withEnv - (23 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (23 sec in block)
sshagent - (23 sec in block)
sshagent block - (20 sec in block)
sh - (20 sec in self) DOCS_HOME=/home/data/httpd/download.eclipse.org/lyo/docs/all VERSION=$(mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec | tail -n 1 | xargs) # see https://github.com/eclipse/lyo.core/issues/135 for the tail/xargs temp fix ssh genie.lyo@projects-storage.eclipse.org rm -rf $DOCS_HOME/$VERSION ssh genie.lyo@projects-storage.eclipse.org mkdir -p $DOCS_HOME/$VERSION scp -rp target/site/apidocs/ genie.lyo@projects-storage.eclipse.org:$DOCS_HOME/$VERSION
stage - (1 min 54 sec in block)Publish (Eclipse)
stage block (Publish (Eclipse)) - (1 min 54 sec in block)
tool - (17 ms in self)apache-maven-latest
envVarsForTool - (16 ms in self)
tool - (9 ms in self)temurin-jdk17-latest
envVarsForTool - (15 ms in self)
withEnv - (1 min 54 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (1 min 52 sec in block)
sh - (1 min 38 sec in self) mvn -B deploy -DskipTests -Dmaven.install.skip=true -P dev,gpg-sign,eclipse-deploy
sshagent - (12 sec in block)
sshagent block - (12 sec in block)
sh - (12 sec in self) DOCS_HOME=/home/data/httpd/download.eclipse.org/lyo/docs/all VERSION=$(mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec | tail -n 1 | xargs) # see https://github.com/eclipse/lyo.core/issues/135 for the tail/xargs temp fix ssh genie.lyo@projects-storage.eclipse.org rm -rf $DOCS_HOME/$VERSION ssh genie.lyo@projects-storage.eclipse.org mkdir -p $DOCS_HOME/$VERSION scp -rp target/site/apidocs/ genie.lyo@projects-storage.eclipse.org:$DOCS_HOME/$VERSION
stage - (12 sec in block)Publish HEAD Javadocs
stage block (Publish HEAD Javadocs) - (12 sec in block)
tool - (9 ms in self)apache-maven-latest
envVarsForTool - (19 ms in self)
tool - (10 ms in self)temurin-jdk17-latest
envVarsForTool - (17 ms in self)
withEnv - (12 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (12 sec in block)
sshagent - (12 sec in block)
sshagent block - (11 sec in block)
sh - (11 sec in self) DOCS_HOME=/home/data/httpd/download.eclipse.org/lyo/docs/all VERSION=$(mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec | tail -n 1 | xargs) # see https://github.com/eclipse/lyo.core/issues/135 for the tail/xargs temp fix ssh genie.lyo@projects-storage.eclipse.org rm -rf $DOCS_HOME/latest ssh genie.lyo@projects-storage.eclipse.org mkdir -p $DOCS_HOME/latest scp -rp target/site/apidocs/ genie.lyo@projects-storage.eclipse.org:$DOCS_HOME/latest