Skip to content
StepArgumentsStatus
Start of Pipeline - (3 min 35 sec in block)
podTemplate - (3 min 35 sec in block)centos-8
podTemplate block - (3 min 35 sec in block)
node - (3 min 35 sec in block)mwe2_sz_issue60_18-zzt9x
node block - (3 min 17 sec in block)
stage - (8 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (6.8 sec in block)
checkout - (6.3 sec in self)
withEnv - (3 min 9 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (3 min 9 sec in block)
withCredentials - (3 min 9 sec in block)
withCredentials block - (3 min 9 sec in block)
withEnv - (3 min 9 sec in block)SCRIPTS, PROJECT_STORAGE_PATH, DOWNLOAD_AREA, RELEASE_TYPE, FORCE_PUBLISH
withEnv block - (3 min 9 sec in block)
timeout - (3 min 9 sec in block)
timeout block - (3 min 9 sec in block)
timestamps - (3 min 9 sec in block)
timestamps block - (3 min 9 sec in block)
stage - (2.7 sec in block)Prepare
stage block (Prepare) - (1.7 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (1.3 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.3 sec in block)
checkout - (1.2 sec in self)
sh - (0.39 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 5 sec in block)Build
stage block (Build) - (3 min 5 sec in block)
xvnc - (3 min 4 sec in block)
xvnc block - (2 min 49 sec in block)
withMaven - (2 min 49 sec in block)
withMaven block - (2 min 42 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (2 min 42 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (2 min 42 sec in block)
sh - (2 min 42 sec in self)
archiveArtifacts - (1.4 sec in self)**/my-local-snapshots-dir/**, **/maven/org.eclipse.emf.mwe2.repository/target/repository/**, **/maven/org.eclipse.emf.mwe2.repository/target/emft-mwe-2-lang-Update-*.zip
stage - (0.4 sec in block)Publish
stage block (Publish) - (47 ms in block)
stage - (0.69 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (0.54 sec in block)
junit - (0.38 sec in self)**/surefire-reports/*.xml
script - (0.13 sec in block)
script block - (11 ms in block)