Skip to content
StepArgumentsStatus
Start of Pipeline - (2 min 30 sec in block)
podTemplate - (2 min 27 sec in block)
podTemplate block - (2 min 27 sec in block)
node - (2 min 26 sec in block)migration
node block - (2 min 3 sec in block)
stage - (8.6 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (6.2 sec in block)
checkout - (5.5 sec in self)
withEnv - (1 min 53 sec in block)GIT_BRANCH, GIT_CHECKOUT_DIR, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (1 min 53 sec in block)
withEnv - (1 min 47 sec in block)REPOSITORY_NAMES, SCRIPTS, GENIE_XTEXT_CREDENTIALS, UPDATE_VALUE_REQUIRED, GITHUB_API_CREDENTIALS_ID, TARGET_BRANCH
withEnv block - (1 min 47 sec in block)
stage - (17 sec in block)Checkout
stage block (Checkout) - (16 sec in block)
checkout - (0.58 sec in self)
script - (9.3 sec in block)
script block - (9 sec in block)
sshagent - (7.3 sec in block)
sshagent block - (6.4 sec in block)
wrap - (5.3 sec in block)
wrap block - (4.6 sec in block)
sh - (4 sec in self) git clone --branch master --depth 1 git@github.com:eclipse/xtext-eclipse.git xtext-eclipse cd xtext-eclipse git config user.name "Nico Prediger" git config user.email "mail@nicoprediger.de" # create target branch git checkout -b bot_update_xtext_bootstrap_version
sh - (1 sec in self)curl -s https://raw.githubusercontent.com/eclipse/xtext-lib/master/gradle/versions.gradle | grep -m 1 "version =" | cut -d "'" -f 2 | cut -d '-' -f 1
stage - (6.8 sec in block)Update Xtext version
stage block (Update Xtext version) - (4.9 sec in block)
stage - (16 sec in block)Update Xtext bootstrap version
stage block (Update Xtext bootstrap version) - (15 sec in block)
script - (8.3 sec in block)
script block - (8 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (1.9 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.2 sec in block)
sh - (0.57 sec in self) if [ -f "gradle/versions.gradle" ]; then sed -i -e "s|'xtext_bootstrap': '[^']*'|'xtext_bootstrap': '5.0.0'|" gradle/versions.gradle fi
fileExists - (0.57 sec in self)xtext-eclipse
org.jenkinsci.plugins.workflow.steps.PushdStep - (1.9 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.2 sec in block)
sh - (0.56 sec in self) sed -i -e "s|<xtend-maven-plugin-version>.*</xtend-maven-plugin-version>|<xtend-maven-plugin-version>5.0.0</xtend-maven-plugin-version>|" releng/org.eclipse.xtext.tycho.parent/pom.xml
fileExists - (0.84 sec in self)xtext-xtend
org.jenkinsci.plugins.workflow.steps.PushdStep - (1.5 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.2 sec in block)
sh - (0.55 sec in self)git diff-index --quiet HEAD || git commit --signoff -a -m '[releng] Bootstrap against 5.0.0'
stage - (5.9 sec in block)Update Gradle Wrapper
stage block (Update Gradle Wrapper) - (4.9 sec in block)
stage - (5.9 sec in block)Bump versions.gradle value
stage block (Bump versions.gradle value) - (4.8 sec in block)
stage - (6.5 sec in block)Update Orbit URL
stage block (Update Orbit URL) - (4.8 sec in block)
stage - (8.4 sec in block)Update Tycho Version
stage block (Update Tycho Version) - (7.3 sec in block)
stage - (5.9 sec in block)Generate Xtext Language
stage block (Generate Xtext Language) - (4.8 sec in block)
stage - (5.8 sec in block)Generate Test Languages
stage block (Generate Test Languages) - (4.8 sec in block)
stage - (5.9 sec in block)Adjust Pipelines
stage block (Adjust Pipelines) - (4.8 sec in block)
stage - (18 sec in block)Publish
stage block (Publish) - (18 sec in block)
withCredentials - (13 sec in block)
withCredentials block - (12 sec in block)
script - (9.5 sec in block)
script block - (9.2 sec in block)
sshagent - (8.1 sec in block)
sshagent block - (7.5 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (6.2 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (5.8 sec in block)
sh (Evaluate if changes have been made to xtext-eclipse) - (0.59 sec in self)git diff bot_update_xtext_bootstrap_version..master --quiet
sh (Push changes for xtext-eclipse) - (3.1 sec in self) git push --force origin bot_update_xtext_bootstrap_version
sh (Open Pull Request) - (1.4 sec in self) curl -X "POST" -s "https://api.github.com/repos/eclipse/${it}/pulls" -H "Cookie: logged_in=no" -H "Content-Type: text/plain; charset=utf-8" -H "Authorization: token $GITHUB_API_TOKEN" -d '{"title": "[releng] Bootstrap against 5.0.0", "body": "This change was brought to you by your friendly Xtext Genie.", "maintainer_can_modify": false, "head": "'$TARGET_BRANCH'", "base": "'$SOURCE_BRANCH'" }'