Skip to content
StepArgumentsStatus
Start of Pipeline - (4 min 26 sec in block)
podTemplate - (4 min 26 sec in block)
podTemplate block - (4 min 26 sec in block)
node - (4 min 26 sec in block)migration
node block - (4 min 0 sec in block)
stage - (17 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (17 sec in block)
checkout - (17 sec in self)
withEnv - (3 min 43 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
withEnv block - (3 min 43 sec in block)
withCredentials - (3 min 43 sec in block)
withCredentials block - (3 min 43 sec in block)
withEnv - (3 min 43 sec in block)SCRIPTS, PROJECT_STORAGE_PATH, DOWNLOAD_AREA, RELEASE_TYPE, FORCE_PUBLISH
withEnv block - (3 min 43 sec in block)
timeout - (3 min 43 sec in block)
timeout block - (3 min 43 sec in block)
timestamps - (3 min 42 sec in block)
timestamps block - (3 min 42 sec in block)
stage - (3.4 sec in block)Prepare
stage block (Prepare) - (3.4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (2.9 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (2.9 sec in block)
checkout - (2.9 sec in self)
sh - (0.44 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 33 sec in block)Build
stage block (Build) - (3 min 33 sec in block)
xvnc - (3 min 33 sec in block)
xvnc block - (3 min 21 sec in block)
withMaven - (3 min 21 sec in block)
withMaven block - (3 min 13 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (3 min 13 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (3 min 13 sec in block)
sh - (3 min 13 sec in self) if [ "${BRANCH_NAME}" == "master" ] || [ "${RELEASE_TYPE}" != "Integration" ] || [ "${FORCE_PUBLISH}" == "true" ]; then GOALS='clean javadoc:aggregate-jar test deploy' else GOALS='clean javadoc:aggregate-jar verify' fi case "$RELEASE_TYPE" in Integration) BUILD_TYPE='N' ;; GA) BUILD_TYPE='R' ;; *) BUILD_TYPE='S' ;; esac mvn -f maven/org.eclipse.emf.mwe2.parent/pom.xml -Dsign.skip=false -DtestFailureIgnore=true -Dmaven.javadoc.failOnError=false -Dtycho.localArtifacts=ignore -DBUILD_TYPE=$BUILD_TYPE $GOALS
stage - (50 ms in block)Publish
stage block (Publish) - (29 ms in block)
stage - (5.8 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (5.8 sec in block)
junit - (0.38 sec in self)**/surefire-reports/*.xml
script - (5.4 sec in block)
script block - (5.1 sec in block)
jenkins.plugins.slack.workflow.SlackSendStep - (5.1 sec in self)