Skip to content
StepArgumentsStatus
Start of Pipeline - (6 min 20 sec in block)
podTemplate - (6 min 20 sec in block)centos-8
podTemplate block - (6 min 20 sec in block)
node - (6 min 20 sec in block)mwe2_master_1859-x9v8h
node block - (6 min 10 sec in block)
stage - (3.9 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (3.9 sec in block)
checkout - (3.9 sec in self)
withEnv - (6 min 6 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (6 min 6 sec in block)
withCredentials - (6 min 6 sec in block)
withCredentials block - (6 min 6 sec in block)
withEnv - (6 min 6 sec in block)SCRIPTS, PROJECT_STORAGE_PATH, DOWNLOAD_AREA, RELEASE_TYPE, FORCE_PUBLISH
withEnv block - (6 min 6 sec in block)
timeout - (6 min 6 sec in block)
timeout block - (6 min 6 sec in block)
timestamps - (6 min 6 sec in block)
timestamps block - (6 min 6 sec in block)
stage - (4.4 sec in block)Prepare
stage block (Prepare) - (4.4 sec in block)
dir - (2.1 sec in block)git-repo
dir block - (2 sec in block)
checkout - (2 sec in self)
dir - (1.9 sec in block)git-repo-nightly
dir block - (1.9 sec in block)
checkout - (1.9 sec in self)
sh - (0.34 sec in self) # Clean up the build result rm -rf build-result/ mkdir -p build-result/downloads/ mkdir -p build-result/javadoc/ mkdir -p build-result/composite/ # call the versioning script when a release is built # this will set the final release number for Maven artifacts according to RELEASE_TYPE # and disable strict version checking by Tycho, so that p2 artifacts keep their qualifier if [ "$RELEASE_TYPE" != "Integration" ]; then pushd $(pwd) && cd git-repo bash ./set_version.sh --release=$RELEASE_TYPE popd fi 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 - (3 min 20 sec in block)Build
stage block (Build) - (3 min 20 sec in block)
xvnc - (3 min 17 sec in block)
xvnc block - (3 min 6 sec in block)
withMaven - (3 min 6 sec in block)
withMaven block - (3 min 2 sec in block)
dir - (3 min 2 sec in block)git-repo
dir block - (3 min 2 sec in block)
withEnv - (3 min 2 sec in block)TARGET_PLATFORM, FORCE_LOCAL_DEPLOYMENT, TYCHO_VERSION
withEnv block - (3 min 2 sec in block)
sh - (3 min 2 sec in self) GOALS='clean javadoc:aggregate-jar test deploy' if [ "${FORCE_LOCAL_DEPLOYMENT}" == "true" ] || [ "${BRANCH_NAME}" != "master" ] && [ "${RELEASE_TYPE}" == "Integration" ] && [ "${FORCE_PUBLISH}" != "true" ]; then GOALS="${GOALS} -DaltDeploymentRepository=snapshot-repo::default::file:./my-local-snapshots-dir" fi case "$RELEASE_TYPE" in Integration) BUILD_TYPE='N' ;; GA) BUILD_TYPE='R' ;; *) BUILD_TYPE='S' ;; esac mvn -e -f maven/org.eclipse.emf.mwe2.parent/pom.xml -Dtycho-version=${TYCHO_VERSION} -Dsign.skip=false -Dtycho.resolver.classic=true -DtestFailureIgnore=true -Dmaven.javadoc.failOnError=false -Dtycho.localArtifacts=ignore -Dtarget-platform=${TARGET_PLATFORM} -DBUILD_TYPE=$BUILD_TYPE $GOALS ls -la find . -name "*my-local-snapshots-dir*"
archiveArtifacts - (2.5 sec in self)git-repo/**/my-local-snapshots-dir/**, git-repo/**/maven/org.eclipse.emf.mwe2.repository/target/repository/**, git-repo/**/maven/org.eclipse.emf.mwe2.repository/target/emft-mwe-2-lang-Update-*.zip
stage - (2 min 35 sec in block)Build Nightly
stage block (Build Nightly) - (2 min 35 sec in block)
xvnc - (2 min 35 sec in block)
xvnc block - (2 min 24 sec in block)
catchError - (2 min 24 sec in block)
catchError block - (2 min 24 sec in block)
withMaven - (2 min 24 sec in block)
withMaven block - (2 min 20 sec in block)
dir - (2 min 20 sec in block)git-repo-nightly
dir block - (2 min 20 sec in block)
withEnv - (2 min 20 sec in block)TARGET_PLATFORM, FORCE_LOCAL_DEPLOYMENT, TYCHO_VERSION
withEnv block - (2 min 20 sec in block)
sh - (2 min 20 sec in self) GOALS='clean javadoc:aggregate-jar test deploy' if [ "${FORCE_LOCAL_DEPLOYMENT}" == "true" ] || [ "${BRANCH_NAME}" != "master" ] && [ "${RELEASE_TYPE}" == "Integration" ] && [ "${FORCE_PUBLISH}" != "true" ]; then GOALS="${GOALS} -DaltDeploymentRepository=snapshot-repo::default::file:./my-local-snapshots-dir" fi case "$RELEASE_TYPE" in Integration) BUILD_TYPE='N' ;; GA) BUILD_TYPE='R' ;; *) BUILD_TYPE='S' ;; esac mvn -e -f maven/org.eclipse.emf.mwe2.parent/pom.xml -Dtycho-version=${TYCHO_VERSION} -Dsign.skip=false -Dtycho.resolver.classic=true -DtestFailureIgnore=true -Dmaven.javadoc.failOnError=false -Dtycho.localArtifacts=ignore -Dtarget-platform=${TARGET_PLATFORM} -DBUILD_TYPE=$BUILD_TYPE $GOALS ls -la find . -name "*my-local-snapshots-dir*"
stage - (5.3 sec in block)Publish
stage block (Publish) - (5.3 sec in block)
sshagent - (4.3 sec in block)
sshagent block - (4.1 sec in block)
sh - (4.1 sec in self)
archiveArtifacts - (0.97 sec in self)build-result/**
stage - (1 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (1 sec in block)
junit - (0.56 sec in self)
archiveArtifacts - (0.16 sec in self)**/target/work/data/.metadata/.log, **/target/work/data/.metadata/bak*.log
script - (0.24 sec in block)
script block - (0.23 sec in block)
matrixSendMessage - (0.22 sec in self)