Step | Arguments | | Status |
---|
Start of Pipeline - (47 min in block) | | |  |
Allocate node : Start - (47 min in block) | centos-latest |  |  |
Allocate node : Body : Start - (35 min in block) | | |  |
Stage : Start - (6.5 sec in block) | Declarative: Checkout SCM |  |  |
Declarative: Checkout SCM - (6.5 sec in block) | | |  |
Check out from version control - (6.5 sec in self) | |  |  |
Set environment variables : Start - (34 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL |  |  |
Set environment variables : Body : Start - (34 min in block) | | |  |
Enforce time limit : Start - (34 min in block) | |  |  |
Enforce time limit : Body : Start - (34 min in block) | | |  |
Stage : Start - (30 ms in block) | Declarative: Tool Install |  |  |
Declarative: Tool Install - (23 ms in block) | | |  |
Use a tool from a predefined Tool Installation - (4 ms in self) | apache-maven-latest |  |  |
Fetches the environment variables for a given tool in a list of 'FOO=bar' strings suitable for the withEnv step. - (6 ms in self) | |  |  |
Use a tool from a predefined Tool Installation - (4 ms in self) | openjdk-jdk11-latest |  |  |
Fetches the environment variables for a given tool in a list of 'FOO=bar' strings suitable for the withEnv step. - (4 ms in self) | |  |  |
Set environment variables : Start - (34 min in block) | M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK |  |  |
Set environment variables : Body : Start - (34 min in block) | | |  |
Stage : Start - (17 sec in block) | get m2e-core-tests |  |  |
get m2e-core-tests - (17 sec in block) | | |  |
Use a tool from a predefined Tool Installation - (4 ms in self) | apache-maven-latest |  |  |
Fetches the environment variables for a given tool in a list of 'FOO=bar' strings suitable for the withEnv step. - (6 ms in self) | |  |  |
Use a tool from a predefined Tool Installation - (4 ms in self) | openjdk-jdk11-latest |  |  |
Fetches the environment variables for a given tool in a list of 'FOO=bar' strings suitable for the withEnv step. - (5 ms in self) | |  |  |
Set environment variables : Start - (17 sec in block) | M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK |  |  |
Set environment variables : Body : Start - (15 sec in block) | | |  |
Shell Script - (15 sec in self) | git submodule update --init --recursive --remote |  |  |
Stage : Start - (34 min in block) | Build |  |  |
Build - (34 min in block) | | |  |
Use a tool from a predefined Tool Installation - (5 ms in self) | apache-maven-latest |  |  |
Fetches the environment variables for a given tool in a list of 'FOO=bar' strings suitable for the withEnv step. - (7 ms in self) | |  |  |
Use a tool from a predefined Tool Installation - (5 ms in self) | openjdk-jdk11-latest |  |  |
Fetches the environment variables for a given tool in a list of 'FOO=bar' strings suitable for the withEnv step. - (5 ms in self) | |  |  |
Set environment variables : Start - (34 min in block) | M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK |  |  |
Set environment variables : Body : Start - (34 min in block) | | |  |
Shell Script - (4 min 34 sec in self) | mvn clean install -f m2e-maven-runtime/pom.xml -B -Peclipse-sign -Dmaven.repo.local=$WORKSPACE/.m2/repository |  |  |
Run Xvnc during build : Start - (29 min in block) | true |  |  |
General Build Wrapper : Body : Start - (28 min in block) | | |  |
Shell Script - (28 min in self) | mvn clean verify -f pom.xml -B -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true -Peclipse-sign,uts,its -Dmaven.repo.local=$WORKSPACE/.m2/repository -Dtycho.surefire.timeout=7200 |  |  |
Archive the artifacts - (55 sec in self) | org.eclipse.*.site/target/repository/**/*,org.eclipse.*.site/target/*.zip,*/target/work/data/.metadata/.log,m2e-core-tests/*/target/work/data/.metadata/.log,m2e-maven-runtime/target/*.properties |  |  |
Archive JUnit-formatted test results - (0.42 sec in self) | */target/surefire-reports/TEST-*.xml,*/*/target/surefire-reports/TEST-*.xml |  |  |
Stage : Start - (3.3 sec in block) | Deploy Snapshot |  |  |
Deploy Snapshot - (3.3 sec in block) | | |  |
Use a tool from a predefined Tool Installation - (71 ms in self) | apache-maven-latest |  |  |
Fetches the environment variables for a given tool in a list of 'FOO=bar' strings suitable for the withEnv step. - (7 ms in self) | |  |  |
Use a tool from a predefined Tool Installation - (5 ms in self) | openjdk-jdk11-latest |  |  |
Fetches the environment variables for a given tool in a list of 'FOO=bar' strings suitable for the withEnv step. - (5 ms in self) | |  |  |
Set environment variables : Start - (3.2 sec in block) | M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK |  |  |
Set environment variables : Body : Start - (3.2 sec in block) | | |  |
SSH Agent : Start - (3.1 sec in block) | |  |  |
SSH Agent : Body : Start - (3 sec in block) | | |  |
Shell Script - (3 sec in self) |
M2E_VERSION=$(grep '<m2e.version>.*</m2e.version>' pom.xml | sed -e 's/.*<m2e.version>\(.*\)<\/m2e.version>.*/\1/')
DOWNLOAD_AREA=/home/data/httpd/download.eclipse.org/technology/m2e/snapshots/${M2E_VERSION}/latest
echo M2E_VERSION=$M2E_VERSION
echo DOWNLOAD_AREA=$DOWNLOAD_AREA
ssh genie.m2e@build.eclipse.org " rm -rf ${DOWNLOAD_AREA}/* && mkdir -p ${DOWNLOAD_AREA}"
scp -r org.eclipse.m2e.site/target/repository/* genie.m2e@build.eclipse.org:${DOWNLOAD_AREA}
|  |  |