Skip to content
StepArgumentsStatus
Start of Pipeline - (12 min in block)
node - (12 min in block)
node block - (12 min in block)
stage - (7 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (6.9 sec in block)
checkout - (6.9 sec in self)
withEnv - (12 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (12 min in block)
timeout - (12 min in block)
timeout block - (12 min in block)
stage - (0.28 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (0.26 sec in block)
tool - (10 ms in self)apache-maven-latest
envVarsForTool - (13 ms in self)
tool - (0.13 sec in self)temurin-jdk17-latest
envVarsForTool - (94 ms in self)
withEnv - (12 min in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (12 min in block)
stage - (0.16 sec in block)SonarCloud
stage block (SonarCloud) - (40 ms in block)
stage - (10 min in block)Publish (OSSRH)
stage block (Publish (OSSRH)) - (10 min in block)
tool - (10 ms in self)apache-maven-latest
envVarsForTool - (0.13 sec in self)
tool - (23 ms in self)temurin-jdk17-latest
envVarsForTool - (12 ms in self)
withEnv - (10 min in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (10 min in block)
withCredentials - (1 sec in block)
withCredentials block - (1 sec in block)
sh - (0.58 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 - (10 min 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 - (17 sec in block)Publish (Javadocs)
stage block (Publish (Javadocs)) - (17 sec in block)
tool - (9 ms in self)apache-maven-latest
envVarsForTool - (32 ms in self)
tool - (13 ms in self)temurin-jdk17-latest
envVarsForTool - (86 ms in self)
withEnv - (17 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (17 sec in block)
sshagent - (17 sec in block)
sshagent block - (17 sec in block)
sh - (17 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 58 sec in block)Publish (Eclipse)
stage block (Publish (Eclipse)) - (1 min 58 sec in block)
tool - (8 ms in self)apache-maven-latest
envVarsForTool - (10 ms in self)
tool - (8 ms in self)temurin-jdk17-latest
envVarsForTool - (13 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 44 sec in self) mvn -B deploy -DskipTests -Dmaven.install.skip=true -P dev,gpg-sign,eclipse-deploy
sshagent - (13 sec in block)
sshagent block - (13 sec in block)
sh - (13 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 - (15 sec in block)Publish HEAD Javadocs
stage block (Publish HEAD Javadocs) - (15 sec in block)
tool - (9 ms in self)apache-maven-latest
envVarsForTool - (12 ms in self)
tool - (9 ms in self)temurin-jdk17-latest
envVarsForTool - (11 ms in self)
withEnv - (15 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (15 sec in block)
sshagent - (15 sec in block)
sshagent block - (15 sec in block)
sh - (15 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