Skip to content
StepArgumentsStatus
Start of Pipeline - (4 min 54 sec in block)
podTemplate - (4 min 51 sec in block)centos-7
podTemplate block - (4 min 51 sec in block)
node - (4 min 49 sec in block)releng_bot-updates_111-t22nc
node block - (4 min 39 sec in block)
stage - (10 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (8.8 sec in block)
checkout - (8.1 sec in self)
withEnv - (4 min 27 sec in block)GIT_BRANCH, GIT_CHECKOUT_DIR, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (4 min 27 sec in block)
withEnv - (4 min 21 sec in block)REPOSITORY_NAMES, SCRIPTS, GENIE_XTEXT_CREDENTIALS, UPDATE_VALUE_REQUIRED, GITHUB_API_CREDENTIALS_ID, TARGET_BRANCH
withEnv block - (4 min 21 sec in block)
stage - (46 sec in block)Checkout
stage block (Checkout) - (42 sec in block)
checkout - (0.57 sec in self)
withCredentials - (35 sec in block)
withCredentials block - (34 sec in block)
script - (33 sec in block)
script block - (33 sec in block)
sshagent - (31 sec in block)
sshagent block - (30 sec in block)
wrap - (29 sec in block)
wrap block - (25 sec in block)
sh - (3.2 sec in self) git clone --branch master --depth 1 git@github.com:eclipse/xtext-lib.git xtext-lib cd xtext-lib git config user.name "Christian Dietrich" git config user.email "christian.dietrich@itemis.de" # create target branch git checkout -b bot_update_xtext_bootstrap_version
sh - (4.9 sec in self) git clone --branch master --depth 1 git@github.com:eclipse/xtext-core.git xtext-core cd xtext-core git config user.name "Christian Dietrich" git config user.email "christian.dietrich@itemis.de" # create target branch git checkout -b bot_update_xtext_bootstrap_version
sh - (3.2 sec in self) git clone --branch master --depth 1 git@github.com:eclipse/xtext-extras.git xtext-extras cd xtext-extras git config user.name "Christian Dietrich" git config user.email "christian.dietrich@itemis.de" # create target branch git checkout -b bot_update_xtext_bootstrap_version
sh - (4.9 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 "Christian Dietrich" git config user.email "christian.dietrich@itemis.de" # create target branch git checkout -b bot_update_xtext_bootstrap_version
sh - (2.8 sec in self) git clone --branch master --depth 1 git@github.com:eclipse/xtext-xtend.git xtext-xtend cd xtext-xtend git config user.name "Christian Dietrich" git config user.email "christian.dietrich@itemis.de" # create target branch git checkout -b bot_update_xtext_bootstrap_version
sh - (1.3 sec in self) git clone --branch master --depth 1 git@github.com:eclipse/xtext-maven.git xtext-maven cd xtext-maven git config user.name "Christian Dietrich" git config user.email "christian.dietrich@itemis.de" # create target branch git checkout -b bot_update_xtext_bootstrap_version
sh - (1.6 sec in self) git clone --branch master --depth 1 git@github.com:eclipse/xtext-web.git xtext-web cd xtext-web git config user.name "Christian Dietrich" git config user.email "christian.dietrich@itemis.de" # create target branch git checkout -b bot_update_xtext_bootstrap_version
sh - (1.1 sec in self) git clone --branch master --depth 1 git@github.com:eclipse/xtext-umbrella.git xtext-umbrella cd xtext-umbrella git config user.name "Christian Dietrich" git config user.email "christian.dietrich@itemis.de" # create target branch git checkout -b bot_update_xtext_bootstrap_version
sh - (0.61 sec in self)curl -sSL -H "Cookie: logged_in=no" -H "Authorization: token $GITHUB_API_TOKEN" -H "Content-Type: text/plain; charset=utf-8" https://api.github.com/repos/eclipse/xtext-lib/contents/gradle/versions.gradle?ref=$SOURCE_BRANCH | jq -r ".content" | base64 -d | grep -m 1 "version =" | cut -d "'" -f 2 | cut -d "-" -f 1
stage - (6.4 sec in block)Update Xtext version
stage block (Update Xtext version) - (5.1 sec in block)
stage - (1 min 4 sec in block)Update Xtext bootstrap version
stage block (Update Xtext bootstrap version) - (1 min 3 sec in block)
script - (55 sec in block)
script block - (55 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (2.4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.4 sec in block)
sh - (0.8 sec in self) if [ -f "gradle/versions.gradle" ]; then sed -i -e "s|'xtext_bootstrap': '[^']*'|'xtext_bootstrap': '2.26.0.RC1'|" gradle/versions.gradle fi
org.jenkinsci.plugins.workflow.steps.PushdStep - (5.1 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (4 sec in block)
sh - (3.3 sec in self) if [ -f "gradle/versions.gradle" ]; then sed -i -e "s|'xtext_bootstrap': '[^']*'|'xtext_bootstrap': '2.26.0.RC1'|" gradle/versions.gradle fi
org.jenkinsci.plugins.workflow.steps.PushdStep - (7.8 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (6.9 sec in block)
sh - (0.59 sec in self) if [ -f "gradle/versions.gradle" ]; then sed -i -e "s|'xtext_bootstrap': '[^']*'|'xtext_bootstrap': '2.26.0.RC1'|" gradle/versions.gradle fi
org.jenkinsci.plugins.workflow.steps.PushdStep - (3 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.3 sec in block)
sh - (0.59 sec in self) if [ -f "gradle/versions.gradle" ]; then sed -i -e "s|'xtext_bootstrap': '[^']*'|'xtext_bootstrap': '2.26.0.RC1'|" gradle/versions.gradle fi
org.jenkinsci.plugins.workflow.steps.PushdStep - (2.3 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.3 sec in block)
sh - (0.61 sec in self) if [ -f "gradle/versions.gradle" ]; then sed -i -e "s|'xtext_bootstrap': '[^']*'|'xtext_bootstrap': '2.26.0.RC1'|" gradle/versions.gradle fi
org.jenkinsci.plugins.workflow.steps.PushdStep - (2.2 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.3 sec in block)
sh - (0.66 sec in self) if [ -f "gradle/versions.gradle" ]; then sed -i -e "s|'xtext_bootstrap': '[^']*'|'xtext_bootstrap': '2.26.0.RC1'|" gradle/versions.gradle fi
org.jenkinsci.plugins.workflow.steps.PushdStep - (2.2 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.3 sec in block)
sh - (0.61 sec in self) if [ -f "gradle/versions.gradle" ]; then sed -i -e "s|'xtext_bootstrap': '[^']*'|'xtext_bootstrap': '2.26.0.RC1'|" gradle/versions.gradle fi
org.jenkinsci.plugins.workflow.steps.PushdStep - (2 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.3 sec in block)
sh - (0.59 sec in self) if [ -f "gradle/versions.gradle" ]; then sed -i -e "s|'xtext_bootstrap': '[^']*'|'xtext_bootstrap': '2.26.0.RC1'|" gradle/versions.gradle fi
fileExists - (0.57 sec in self)xtext-eclipse
org.jenkinsci.plugins.workflow.steps.PushdStep - (2 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.3 sec in block)
sh - (0.6 sec in self) sed -i -e "s|<xtend-maven-plugin-version>.*</xtend-maven-plugin-version>|<xtend-maven-plugin-version>2.26.0.RC1</xtend-maven-plugin-version>|" releng/org.eclipse.xtext.tycho.parent/pom.xml
fileExists - (0.57 sec in self)xtext-xtend
org.jenkinsci.plugins.workflow.steps.PushdStep - (2.4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.3 sec in block)
sh - (0.61 sec in self) sed -i -e "s|<xtend-maven-plugin-version>.*</xtend-maven-plugin-version>|<xtend-maven-plugin-version>2.26.0.RC1</xtend-maven-plugin-version>|" releng/org.eclipse.xtend.tycho.parent/pom.xml sed -i -e "s|<xtextBOMVersion>.*</xtextBOMVersion>|<xtextBOMVersion>2.26.0.RC1</xtextBOMVersion>|" org.eclipse.xtend.maven.plugin/src/test/resources/it/pom.xml
org.jenkinsci.plugins.workflow.steps.PushdStep - (2.1 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.3 sec in block)
sh - (0.59 sec in self)git diff-index --quiet HEAD || git commit --signoff -a -m '[releng] Bootstrap against 2.26.0.RC1'
org.jenkinsci.plugins.workflow.steps.PushdStep - (2.1 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.3 sec in block)
sh - (0.59 sec in self)git diff-index --quiet HEAD || git commit --signoff -a -m '[releng] Bootstrap against 2.26.0.RC1'
org.jenkinsci.plugins.workflow.steps.PushdStep - (2.1 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.2 sec in block)
sh - (0.59 sec in self)git diff-index --quiet HEAD || git commit --signoff -a -m '[releng] Bootstrap against 2.26.0.RC1'
org.jenkinsci.plugins.workflow.steps.PushdStep - (2.2 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.3 sec in block)
sh - (0.59 sec in self)git diff-index --quiet HEAD || git commit --signoff -a -m '[releng] Bootstrap against 2.26.0.RC1'
org.jenkinsci.plugins.workflow.steps.PushdStep - (2.2 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.3 sec in block)
sh - (0.6 sec in self)git diff-index --quiet HEAD || git commit --signoff -a -m '[releng] Bootstrap against 2.26.0.RC1'
org.jenkinsci.plugins.workflow.steps.PushdStep - (3.8 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.3 sec in block)
sh - (0.61 sec in self)git diff-index --quiet HEAD || git commit --signoff -a -m '[releng] Bootstrap against 2.26.0.RC1'
org.jenkinsci.plugins.workflow.steps.PushdStep - (3.3 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.3 sec in block)
sh - (0.66 sec in self)git diff-index --quiet HEAD || git commit --signoff -a -m '[releng] Bootstrap against 2.26.0.RC1'
org.jenkinsci.plugins.workflow.steps.PushdStep - (2.8 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (2.5 sec in block)
sh - (0.59 sec in self)git diff-index --quiet HEAD || git commit --signoff -a -m '[releng] Bootstrap against 2.26.0.RC1'
stage - (6.2 sec in block)Update Gradle Wrapper
stage block (Update Gradle Wrapper) - (5 sec in block)
stage - (6.4 sec in block)Bump versions.gradle value
stage block (Bump versions.gradle value) - (5.2 sec in block)
stage - (6.3 sec in block)Update Orbit URL
stage block (Update Orbit URL) - (5.1 sec in block)
stage - (6.2 sec in block)Update Tycho Version
stage block (Update Tycho Version) - (5.1 sec in block)
stage - (6.5 sec in block)Generate Xtext Language
stage block (Generate Xtext Language) - (5.3 sec in block)
stage - (7.4 sec in block)Generate Test Languages
stage block (Generate Test Languages) - (5.4 sec in block)
stage - (6.4 sec in block)Adjust Pipelines
stage block (Adjust Pipelines) - (5.2 sec in block)
stage - (1 min 34 sec in block)Publish
stage block (Publish) - (1 min 33 sec in block)
script - (1 min 26 sec in block)
script block - (1 min 25 sec in block)
withCredentials - (1 min 24 sec in block)
withCredentials block - (1 min 24 sec in block)
sshagent - (1 min 23 sec in block)
sshagent block - (1 min 22 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (11 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (8.5 sec in block)
sh (Evaluate if changes have been made to xtext-lib) - (0.61 sec in self)git diff bot_update_xtext_bootstrap_version..master --quiet
sh (Push changes for xtext-lib) - (1.6 sec in self) git push --force origin bot_update_xtext_bootstrap_version
sh (Open Pull Request) - (1.5 sec in self) curl -X "POST" -s "https://api.github.com/repos/eclipse/xtext-lib/pulls" -H 'Cookie: logged_in=no' -H 'Authorization: token ${GITHUB_API_TOKEN}' -H 'Content-Type: text/plain; charset=utf-8' -d '{ "title": "[releng] Bootstrap against 2.26.0.RC1", "body": "This change was brought to you by your friendly Xtext Genie.", "maintainer_can_modify": false, "head": "bot_update_xtext_bootstrap_version", "base": "master" }'
sh (Get PR number) - (0.66 sec in self)
sh (Request reviewers) - (1.1 sec in self) curl -X "POST" -s "https://api.github.com/repos/eclipse/xtext-lib/pulls/423/requested_reviewers" -H 'Cookie: logged_in=no' -H 'Authorization: token ${GITHUB_API_TOKEN}' -H 'Content-Type: text/plain; charset=utf-8' -d '{ "reviewers": [ "kthoms","cdietrich" ] }'
sh (Get number of milestone Release_2.26) - (0.64 sec in self)curl -sS https://api.github.com/repos/eclipse/xtext-lib/milestones | grep -b4 -a4 Release_2.26 | grep number | sed -e 's|.*: \(.*\),|\1|'
sh (Set labels, milestone 17 and assign to bot) - (1.5 sec in self) curl -X "PATCH" -s "https://api.github.com/repos/eclipse/xtext-lib/issues/423" -H 'Cookie: logged_in=no' -H 'Authorization: token ${GITHUB_API_TOKEN}' -H 'Content-Type: text/plain; charset=utf-8' -d '{ "labels": [ "bot", "releng"], "assignees": [ "genie-xtext"], "milestone": 17 }'
org.jenkinsci.plugins.workflow.steps.PushdStep - (15 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (14 sec in block)
sh (Evaluate if changes have been made to xtext-core) - (0.65 sec in self)git diff bot_update_xtext_bootstrap_version..master --quiet
sh (Push changes for xtext-core) - (1.8 sec in self) git push --force origin bot_update_xtext_bootstrap_version
sh (Open Pull Request) - (1.5 sec in self) curl -X "POST" -s "https://api.github.com/repos/eclipse/xtext-core/pulls" -H 'Cookie: logged_in=no' -H 'Authorization: token ${GITHUB_API_TOKEN}' -H 'Content-Type: text/plain; charset=utf-8' -d '{ "title": "[releng] Bootstrap against 2.26.0.RC1", "body": "This change was brought to you by your friendly Xtext Genie.", "maintainer_can_modify": false, "head": "bot_update_xtext_bootstrap_version", "base": "master" }'
sh (Get PR number) - (0.64 sec in self)
sh (Request reviewers) - (2.9 sec in self) curl -X "POST" -s "https://api.github.com/repos/eclipse/xtext-core/pulls/1838/requested_reviewers" -H 'Cookie: logged_in=no' -H 'Authorization: token ${GITHUB_API_TOKEN}' -H 'Content-Type: text/plain; charset=utf-8' -d '{ "reviewers": [ "kthoms","cdietrich" ] }'
sh (Get number of milestone Release_2.26) - (0.66 sec in self)curl -sS https://api.github.com/repos/eclipse/xtext-core/milestones | grep -b4 -a4 Release_2.26 | grep number | sed -e 's|.*: \(.*\),|\1|'
sh (Set labels, milestone 18 and assign to bot) - (5 sec in self) curl -X "PATCH" -s "https://api.github.com/repos/eclipse/xtext-core/issues/1838" -H 'Cookie: logged_in=no' -H 'Authorization: token ${GITHUB_API_TOKEN}' -H 'Content-Type: text/plain; charset=utf-8' -d '{ "labels": [ "bot", "releng"], "assignees": [ "genie-xtext"], "milestone": 18 }'
org.jenkinsci.plugins.workflow.steps.PushdStep - (11 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (9.2 sec in block)
sh (Evaluate if changes have been made to xtext-extras) - (0.6 sec in self)git diff bot_update_xtext_bootstrap_version..master --quiet
sh (Push changes for xtext-extras) - (1.5 sec in self) git push --force origin bot_update_xtext_bootstrap_version
sh (Open Pull Request) - (1.5 sec in self) curl -X "POST" -s "https://api.github.com/repos/eclipse/xtext-extras/pulls" -H 'Cookie: logged_in=no' -H 'Authorization: token ${GITHUB_API_TOKEN}' -H 'Content-Type: text/plain; charset=utf-8' -d '{ "title": "[releng] Bootstrap against 2.26.0.RC1", "body": "This change was brought to you by your friendly Xtext Genie.", "maintainer_can_modify": false, "head": "bot_update_xtext_bootstrap_version", "base": "master" }'
sh (Get PR number) - (0.8 sec in self)
sh (Request reviewers) - (1.1 sec in self) curl -X "POST" -s "https://api.github.com/repos/eclipse/xtext-extras/pulls/755/requested_reviewers" -H 'Cookie: logged_in=no' -H 'Authorization: token ${GITHUB_API_TOKEN}' -H 'Content-Type: text/plain; charset=utf-8' -d '{ "reviewers": [ "kthoms","cdietrich" ] }'
sh (Get number of milestone Release_2.26) - (0.61 sec in self)curl -sS https://api.github.com/repos/eclipse/xtext-extras/milestones | grep -b4 -a4 Release_2.26 | grep number | sed -e 's|.*: \(.*\),|\1|'
sh (Set labels, milestone 18 and assign to bot) - (1.5 sec in self) curl -X "PATCH" -s "https://api.github.com/repos/eclipse/xtext-extras/issues/755" -H 'Cookie: logged_in=no' -H 'Authorization: token ${GITHUB_API_TOKEN}' -H 'Content-Type: text/plain; charset=utf-8' -d '{ "labels": [ "bot", "releng"], "assignees": [ "genie-xtext"], "milestone": 18 }'
org.jenkinsci.plugins.workflow.steps.PushdStep - (10 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (9 sec in block)
sh (Evaluate if changes have been made to xtext-eclipse) - (0.94 sec in self)git diff bot_update_xtext_bootstrap_version..master --quiet
sh (Push changes for xtext-eclipse) - (1.5 sec in self) git push --force origin bot_update_xtext_bootstrap_version
sh (Open Pull Request) - (1.5 sec in self) curl -X "POST" -s "https://api.github.com/repos/eclipse/xtext-eclipse/pulls" -H 'Cookie: logged_in=no' -H 'Authorization: token ${GITHUB_API_TOKEN}' -H 'Content-Type: text/plain; charset=utf-8' -d '{ "title": "[releng] Bootstrap against 2.26.0.RC1", "body": "This change was brought to you by your friendly Xtext Genie.", "maintainer_can_modify": false, "head": "bot_update_xtext_bootstrap_version", "base": "master" }'
sh (Get PR number) - (0.95 sec in self)
sh (Request reviewers) - (1.1 sec in self) curl -X "POST" -s "https://api.github.com/repos/eclipse/xtext-eclipse/pulls/1792/requested_reviewers" -H 'Cookie: logged_in=no' -H 'Authorization: token ${GITHUB_API_TOKEN}' -H 'Content-Type: text/plain; charset=utf-8' -d '{ "reviewers": [ "kthoms","cdietrich" ] }'
sh (Get number of milestone Release_2.26) - (0.63 sec in self)curl -sS https://api.github.com/repos/eclipse/xtext-eclipse/milestones | grep -b4 -a4 Release_2.26 | grep number | sed -e 's|.*: \(.*\),|\1|'
sh (Set labels, milestone 19 and assign to bot) - (1.5 sec in self) curl -X "PATCH" -s "https://api.github.com/repos/eclipse/xtext-eclipse/issues/1792" -H 'Cookie: logged_in=no' -H 'Authorization: token ${GITHUB_API_TOKEN}' -H 'Content-Type: text/plain; charset=utf-8' -d '{ "labels": [ "bot", "releng"], "assignees": [ "genie-xtext"], "milestone": 19 }'
org.jenkinsci.plugins.workflow.steps.PushdStep - (13 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (12 sec in block)
sh (Evaluate if changes have been made to xtext-xtend) - (1.7 sec in self)git diff bot_update_xtext_bootstrap_version..master --quiet
sh (Push changes for xtext-xtend) - (1.5 sec in self) git push --force origin bot_update_xtext_bootstrap_version
sh (Open Pull Request) - (1.5 sec in self) curl -X "POST" -s "https://api.github.com/repos/eclipse/xtext-xtend/pulls" -H 'Cookie: logged_in=no' -H 'Authorization: token ${GITHUB_API_TOKEN}' -H 'Content-Type: text/plain; charset=utf-8' -d '{ "title": "[releng] Bootstrap against 2.26.0.RC1", "body": "This change was brought to you by your friendly Xtext Genie.", "maintainer_can_modify": false, "head": "bot_update_xtext_bootstrap_version", "base": "master" }'
sh (Get PR number) - (0.68 sec in self)
sh (Request reviewers) - (1.1 sec in self) curl -X "POST" -s "https://api.github.com/repos/eclipse/xtext-xtend/pulls/1287/requested_reviewers" -H 'Cookie: logged_in=no' -H 'Authorization: token ${GITHUB_API_TOKEN}' -H 'Content-Type: text/plain; charset=utf-8' -d '{ "reviewers": [ "kthoms","cdietrich" ] }'
sh (Get number of milestone Release_2.26) - (3.7 sec in self)curl -sS https://api.github.com/repos/eclipse/xtext-xtend/milestones | grep -b4 -a4 Release_2.26 | grep number | sed -e 's|.*: \(.*\),|\1|'
sh (Set labels, milestone 18 and assign to bot) - (1.5 sec in self) curl -X "PATCH" -s "https://api.github.com/repos/eclipse/xtext-xtend/issues/1287" -H 'Cookie: logged_in=no' -H 'Authorization: token ${GITHUB_API_TOKEN}' -H 'Content-Type: text/plain; charset=utf-8' -d '{ "labels": [ "bot", "releng"], "assignees": [ "genie-xtext"], "milestone": 18 }'
org.jenkinsci.plugins.workflow.steps.PushdStep - (2.4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.5 sec in block)
sh (Evaluate if changes have been made to xtext-maven) - (0.85 sec in self)git diff bot_update_xtext_bootstrap_version..master --quiet
org.jenkinsci.plugins.workflow.steps.PushdStep - (15 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (14 sec in block)
sh (Evaluate if changes have been made to xtext-web) - (1.2 sec in self)git diff bot_update_xtext_bootstrap_version..master --quiet
sh (Push changes for xtext-web) - (1.5 sec in self) git push --force origin bot_update_xtext_bootstrap_version
sh (Open Pull Request) - (1.5 sec in self) curl -X "POST" -s "https://api.github.com/repos/eclipse/xtext-web/pulls" -H 'Cookie: logged_in=no' -H 'Authorization: token ${GITHUB_API_TOKEN}' -H 'Content-Type: text/plain; charset=utf-8' -d '{ "title": "[releng] Bootstrap against 2.26.0.RC1", "body": "This change was brought to you by your friendly Xtext Genie.", "maintainer_can_modify": false, "head": "bot_update_xtext_bootstrap_version", "base": "master" }'
sh (Get PR number) - (1.6 sec in self)
sh (Request reviewers) - (1.5 sec in self) curl -X "POST" -s "https://api.github.com/repos/eclipse/xtext-web/pulls/332/requested_reviewers" -H 'Cookie: logged_in=no' -H 'Authorization: token ${GITHUB_API_TOKEN}' -H 'Content-Type: text/plain; charset=utf-8' -d '{ "reviewers": [ "kthoms","cdietrich" ] }'
sh (Get number of milestone Release_2.26) - (4.3 sec in self)curl -sS https://api.github.com/repos/eclipse/xtext-web/milestones | grep -b4 -a4 Release_2.26 | grep number | sed -e 's|.*: \(.*\),|\1|'
sh (Set labels, milestone 18 and assign to bot) - (1.5 sec in self) curl -X "PATCH" -s "https://api.github.com/repos/eclipse/xtext-web/issues/332" -H 'Cookie: logged_in=no' -H 'Authorization: token ${GITHUB_API_TOKEN}' -H 'Content-Type: text/plain; charset=utf-8' -d '{ "labels": [ "bot", "releng"], "assignees": [ "genie-xtext"], "milestone": 18 }'
org.jenkinsci.plugins.workflow.steps.PushdStep - (2.1 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.8 sec in block)
sh (Evaluate if changes have been made to xtext-umbrella) - (0.62 sec in self)git diff bot_update_xtext_bootstrap_version..master --quiet