Skip to content
StepArgumentsStatus
Start of Pipeline - (25 min in block)
library - (4.5 sec in self)
properties - (0.3 sec in self)
timestamps - (25 min in block)
timestamps block - (25 min in block)
node - (25 min in block)migration
node block - (25 min in block)
timeout - (25 min in block)
timeout block - (25 min in block)
xvnc - (25 min in block)
xvnc block - (25 min in block)
stage - (0.7 sec in block)Environment
stage block (Environment) - (0.68 sec in block)
sh - (0.39 sec in self)mutter --replace --sm-disable &
sh - (0.28 sec in self)mkdir -p tmp/egit.tmp
dir - (25 min in block)repo
dir block - (25 min in block)
tool - (0.12 sec in self)temurin-jdk17-latest
stage - (16 sec in block)Checkout
stage block (Checkout) - (14 sec in block)
sh - (0.29 sec in self)$JAVA_HOME/bin/java -version
checkout - (14 sec in self)
readFile - (0.77 sec in self)
isUnix - (3 ms in self)
sh - (1.7 sec in self)git ls-remote --tags --refs https://eclipse.gerrithub.io/eclipse-jgit/jgit
stage - (0.98 sec in block)Initialize PGP
stage block (Initialize PGP) - (0.71 sec in block)
withCredentials - (0.58 sec in block)
withCredentials block - (0.43 sec in block)
sh - (0.43 sec in self) gpg --batch --import "${KEYRING}" 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
stage - (19 min in block)Build
stage block (Build) - (19 min in block)
withCredentials - (19 min in block)
withCredentials block - (19 min in block)
tool - (13 ms in self)apache-maven-latest
isUnix - (5 ms in self)
sh - (19 min in self)'/opt/tools/apache-maven/latest/bin/mvn' clean install -Pstatic-checks,other-os,eclipse-sign,gpg-sign -DPUBLISH_FOLDER=/egit/updates-6.9 -Djgit-site=https://repo.eclipse.org/content/unzip/releases.unzip/org/eclipse/jgit/org.eclipse.jgit.repository/6.9.0.202403050737-r/org.eclipse.jgit.repository-6.9.0.202403050737-r.zip-unzip/ --batch-mode --errors -Dmaven.repo.local=/home/jenkins/agent/workspace/egit-stable/.repository -Declipse.p2.mirrors=false -Degit.test.tmpdir=/home/jenkins/agent/workspace/egit-stable/tmp/egit.tmp/ -Djava.io.tmpdir=/home/jenkins/agent/workspace/egit-stable/tmp/ -Dtest.vmparams=-Declipse.consoleLog=true -Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Dorg.slf4j.simpleLogger.log.org.apache.maven.lifecycle.internal.builder.BuilderCommon=error
stage - (4 min 51 sec in block)Deploy
stage block (Deploy) - (4 min 51 sec in block)
withCredentials - (4 min 40 sec in block)
withCredentials block - (4 min 40 sec in block)
tool - (9 ms in self)apache-maven-latest
isUnix - (3 ms in self)
sh - (4 min 40 sec in self)'/opt/tools/apache-maven/latest/bin/mvn' deploy -DskipTests=true -Dskip-ui-tests=true -Pstatic-checks,other-os,eclipse-sign,gpg-sign -DPUBLISH_FOLDER=/egit/updates-6.9 -Djgit-site=https://repo.eclipse.org/content/unzip/releases.unzip/org/eclipse/jgit/org.eclipse.jgit.repository/6.9.0.202403050737-r/org.eclipse.jgit.repository-6.9.0.202403050737-r.zip-unzip/ --batch-mode --errors -Dmaven.repo.local=/home/jenkins/agent/workspace/egit-stable/.repository -Declipse.p2.mirrors=false -Degit.test.tmpdir=/home/jenkins/agent/workspace/egit-stable/tmp/egit.tmp/ -Djava.io.tmpdir=/home/jenkins/agent/workspace/egit-stable/tmp/ -Dtest.vmparams=-Declipse.consoleLog=true -Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Dorg.slf4j.simpleLogger.log.org.apache.maven.lifecycle.internal.builder.BuilderCommon=error
sshagent - (10 sec in block)
sshagent block - (10 sec in block)
lock - (10 sec in block)genie.egit-projects-storage-eclipse-org--home-data-httpd-download.eclipse.org-egit-updates-6.9
lock block - (10 sec in block)
sh - (5.2 sec in self) ssh genie.egit@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/egit/updates-6.9-tmp357 ssh genie.egit@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/egit/updates-6.9-tmp357 scp -r org.eclipse.egit.repository/target/repository/* genie.egit@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/egit/updates-6.9-tmp357
sh - (2.8 sec in self) scp org.eclipse.egit.repository/target/org.eclipse.egit.repository-*.zip genie.egit@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/egit/updates-6.9-tmp357/
sh - (1.8 sec in self) ssh genie.egit@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/egit/updates-6.9-old ssh genie.egit@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/egit/updates-6.9 ssh genie.egit@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/egit/updates-6.9 /home/data/httpd/download.eclipse.org/egit/updates-6.9-old ssh genie.egit@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/egit/updates-6.9-tmp357 /home/data/httpd/download.eclipse.org/egit/updates-6.9 ssh genie.egit@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/egit/updates-6.9-old
stage - (19 sec in block)Results
stage block (Results) - (19 sec in block)
archiveArtifacts - (7.7 sec in self)org.eclipse.egit.repository/target/repository/**,*/target/screenshots/*,*/target/work/data/.metadata/*log
junit - (0.96 sec in self)*/target/surefire-reports/*.xml
recordIssues - (10 sec in self){tools=[@spotBugs(pattern=*/target/*bugsXml.xml,reportEncoding=UTF-8), @cpd(reportEncoding=UTF-8)]}
step - (0.31 sec in self)