Skip to content
StepArgumentsStatus
Start of Pipeline - (1 min 36 sec in block)
podTemplate - (1 min 36 sec in block)centos-8
podTemplate block - (1 min 36 sec in block)
node - (1 min 36 sec in block)mwe2_master_1853-qsq20
node block - (1 min 19 sec in block)
stage - (4 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (4 sec in block)
checkout - (4 sec in self)
withEnv - (1 min 15 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (1 min 15 sec in block)
withCredentials - (1 min 15 sec in block)
withCredentials block - (1 min 15 sec in block)
withEnv - (1 min 15 sec in block)SCRIPTS, PROJECT_STORAGE_PATH, DOWNLOAD_AREA, RELEASE_TYPE, FORCE_PUBLISH
withEnv block - (1 min 15 sec in block)
timeout - (1 min 15 sec in block)
timeout block - (1 min 15 sec in block)
timestamps - (1 min 15 sec in block)
timestamps block - (1 min 15 sec in block)
stage - (4 sec in block)Prepare
stage block (Prepare) - (4 sec in block)
dir - (1.9 sec in block)git-repo
dir block - (1.9 sec in block)
checkout - (1.9 sec in self)
dir - (1.7 sec in block)git-repo-nightly
dir block - (1.7 sec in block)
checkout - (1.7 sec in self)
sh - (0.33 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 - (1 min 10 sec in block)Build
stage block (Build) - (1 min 10 sec in block)
xvnc - (1 min 10 sec in block)
xvnc block - (1 min 9 sec in block)
withMaven - (1 min 9 sec in block)
withMaven block - (1 min 8 sec in block)
dir - (1 min 8 sec in block)git-repo
dir block - (1 min 8 sec in block)
withEnv - (1 min 8 sec in block)TARGET_PLATFORM, FORCE_LOCAL_DEPLOYMENT, TYCHO_VERSION
withEnv block - (1 min 8 sec in block)
sh - (1 min 8 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 - (22 ms in block)Build Nightly
stage block (Build Nightly) - (8 ms in block)
stage - (22 ms in block)Publish
stage block (Publish) - (9 ms in block)
stage - (0.77 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (0.76 sec in block)
junit - (0.23 sec in self)
archiveArtifacts - (0.11 sec in self)**/target/work/data/.metadata/.log, **/target/work/data/.metadata/bak*.log
script - (0.4 sec in block)
script block - (0.39 sec in block)
matrixSendMessage - (0.38 sec in self)