Skip to content
StepArgumentsStatus
Start of Pipeline - (11 min in block)
node - (11 min in block)
node block - (11 min in block)
stage - (6 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (5.9 sec in block)
checkout - (5.9 sec in self)
withEnv - (11 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (11 min in block)
timeout - (11 min in block)
timeout block - (11 min in block)
stage - (0.11 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (95 ms in block)
tool - (9 ms in self)apache-maven-latest
envVarsForTool - (11 ms in self)
tool - (51 ms in self)temurin-jdk17-latest
envVarsForTool - (14 ms in self)
withEnv - (11 min in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (11 min in block)
stage - (72 ms in block)SonarCloud
stage block (SonarCloud) - (37 ms in block)
stage - (9 min 0 sec in block)Publish (OSSRH)
stage block (Publish (OSSRH)) - (9 min 0 sec in block)
tool - (24 ms in self)apache-maven-latest
envVarsForTool - (11 ms in self)
tool - (9 ms in self)temurin-jdk17-latest
envVarsForTool - (10 ms in self)
withEnv - (8 min 59 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (8 min 59 sec in block)
withCredentials - (0.95 sec in block)
withCredentials block - (0.85 sec in block)
sh - (0.56 sec in self)gpg --batch --import "${KEYRING}"
sh - (0.28 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 - (8 min 58 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 - (21 sec in block)Publish (Javadocs)
stage block (Publish (Javadocs)) - (21 sec in block)
tool - (1 sec in self)apache-maven-latest
envVarsForTool - (84 ms in self)
tool - (10 ms in self)temurin-jdk17-latest
envVarsForTool - (10 ms in self)
withEnv - (19 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (19 sec in block)
sshagent - (19 sec in block)
sshagent block - (19 sec in block)
sh - (19 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 57 sec in block)Publish (Eclipse)
stage block (Publish (Eclipse)) - (1 min 57 sec in block)
tool - (7 ms in self)apache-maven-latest
envVarsForTool - (10 ms in self)
tool - (7 ms in self)temurin-jdk17-latest
envVarsForTool - (9 ms in self)
withEnv - (1 min 57 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (1 min 57 sec in block)
sh - (1 min 45 sec in self) mvn -B deploy -DskipTests -Dmaven.install.skip=true -P dev,gpg-sign,eclipse-deploy
sshagent - (11 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/$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 - (13 sec in block)Publish HEAD Javadocs
stage block (Publish HEAD Javadocs) - (13 sec in block)
tool - (10 ms in self)apache-maven-latest
envVarsForTool - (11 ms in self)
tool - (8 ms in self)temurin-jdk17-latest
envVarsForTool - (10 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 - (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/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