Skip to content
StepArgumentsStatus
Start of Pipeline - (3 min 37 sec in block)
readTrusted - (0.3 sec in self)jenkins/pod-templates/cdt-full-pod-plus-eclipse-install.yaml
podTemplate - (3 min 35 sec in block)
podTemplate block - (3 min 35 sec in block)
node - (3 min 35 sec in block)cdt-lsp_master_104-qd307
node block - (3 min 18 sec in block)
stage - (7.1 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (7.1 sec in block)
checkout - (7.1 sec in self)
withEnv - (3 min 11 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (3 min 11 sec in block)
timestamps - (3 min 11 sec in block)
timestamps block - (3 min 11 sec in block)
stage - (1.4 sec in block)initialize PGP
stage block (initialize PGP) - (1.4 sec in block)
container - (1.2 sec in block)cdt
container block - (1.2 sec in block)
withCredentials - (1.1 sec in block)
withCredentials block - (1.1 sec in block)
sh - (0.57 sec in self)gpg --batch --import "${KEYRING}"
sh - (0.52 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
stage - (3 sec in block)Install clangd
stage block (Install clangd) - (3 sec in block)
container - (2.9 sec in block)cdt
container block - (2.9 sec in block)
timeout - (2.8 sec in block)
timeout block - (2.8 sec in block)
sh - (1.3 sec in self)curl -L https://github.com/clangd/clangd/releases/download/15.0.6/clangd-linux-15.0.6.zip > clangd.zip
sh - (1.4 sec in self)unzip clangd.zip
stage - (2 min 54 sec in block)Build and verify
stage block (Build and verify) - (2 min 54 sec in block)
container - (2 min 54 sec in block)cdt
container block - (2 min 54 sec in block)
timeout - (2 min 54 sec in block)
timeout block - (2 min 54 sec in block)
withEnv - (2 min 54 sec in block)MAVEN_OPTS
withEnv block - (2 min 54 sec in block)
sh - (2 min 54 sec in self) export PATH=$PWD/clangd_15.0.6/bin:$PATH which clangd clangd --version /jipp/tools/apache-maven/latest/bin/mvn clean verify -B -V -X -e -Dmaven.test.failure.ignore=true -P production -Dmaven.repo.local=/home/jenkins/.m2/repository --settings /home/jenkins/.m2/settings.xml
stage - (4.6 sec in block)Deploy Snapshot
stage block (Deploy Snapshot) - (4.6 sec in block)
container - (4.6 sec in block)jnlp
container block - (4.6 sec in block)
timeout - (4.6 sec in block)
timeout block - (4.6 sec in block)
sshagent - (4.6 sec in block)
sshagent block - (3.5 sec in block)
sh - (3.5 sec in self)
stage - (7 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (7 sec in block)
container - (7 sec in block)cdt
container block - (7 sec in block)
archiveArtifacts - (5.3 sec in self)**/*.log,releng/org.eclipse.cdt.lsp.repository/target/**
junit - (1.7 sec in self)**/target/surefire-reports/*.xml