Skip to content
StepArgumentsStatus
Start of Pipeline - (30 min in block)
readTrusted - (0.35 sec in self)jenkins/pod-templates/cdt-full-pod-plus-eclipse-install.yaml
podTemplate - (30 min in block)
podTemplate block - (30 min in block)
node - (30 min in block)cdt-jonahgraham-fork_standalone_3-r9hzc
node block - (29 min in block)
stage - (2 min 7 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (2 min 7 sec in block)
checkout - (2 min 5 sec in self)
withEnv - (27 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL
withEnv block - (27 min in block)
timestamps - (27 min in block)
timestamps block - (27 min in block)
stage - (1.4 sec in block)initialize PGP
stage block (initialize PGP) - (1.4 sec in block)
container - (1.4 sec in block)cdt
container block - (1.4 sec in block)
withCredentials - (1.3 sec in block)
withCredentials block - (1.3 sec in block)
sh - (0.77 sec in self)gpg --batch --import "${KEYRING}"
sh - (0.53 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 - (24 min in block)Build and no verify
stage block (Build and no verify) - (24 min in block)
container - (24 min in block)cdt
container block - (24 min in block)
timeout - (24 min in block)
timeout block - (24 min in block)
withEnv - (24 min in block)MAVEN_OPTS
withEnv block - (24 min in block)
withCredentials - (24 min in block)
withCredentials block - (24 min in block)
sh - (24 min in self)/jipp/tools/apache-maven/latest/bin/mvn clean verify -B -V -Dgpg.passphrase="${KEYRING_PASSPHRASE}" -Dmaven.test.failure.ignore=true -DexcludedGroups=flakyTest,slowTest -DskipTests=true -DskipDoc=true -Ddsf.gdb.tests.timeout.multiplier=50 -Dindexer.timeout=300 -P production -P build-standalone-debugger-rcp -Ddsf.gdb.tests.gdbPath=/shared/common/gdb/gdb-all/bin -Dcdt.tests.dsf.gdb.versions=gdb.10,gdbserver.10 -Dmaven.repo.local=/home/jenkins/.m2/repository --settings /home/jenkins/.m2/settings.xml
stage - (3 min 20 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (3 min 20 sec in block)
container - (3 min 20 sec in block)cdt
container block - (3 min 20 sec in block)
archiveArtifacts - (3 min 20 sec in self)*.log,native/org.eclipse.cdt.native.serial/**,core/org.eclipse.cdt.core.*/**,*/*/target/surefire-reports/**,terminal/plugins/org.eclipse.tm.terminal.test/target/surefire-reports/**,**/target/work/data/.metadata/.log,releng/org.eclipse.cdt.repo/target/org.eclipse.cdt.repo.zip,releng/org.eclipse.cdt.repo/target/repository/**,releng/org.eclipse.cdt.testing.repo/target/org.eclipse.cdt.testing.repo.zip,releng/org.eclipse.cdt.testing.repo/target/repository/**,debug/org.eclipse.cdt.debug.application.product/target/product/*.tar.gz,debug/org.eclipse.cdt.debug.application.product/target/products/*.zip,debug/org.eclipse.cdt.debug.application.product/target/products/*.tar.gz,debug/org.eclipse.cdt.debug.application.product/target/repository/**