Skip to content
Success

Parameters

SOURCE_BRANCH
Source Git Branch
TARGET_BRANCH
Target Git Branch. Leave empty to derive the branch name from UPDATE_TYPE choice.
UPDATE_TYPE
ATTENTION: Pull Requests on repositories that require the ECA check will fail, if you do not fill out GIT_USER_NAME/GIT_USER_EMAIL! The type of update to perform. The options are:
  • XTEXT_VERSION: Set Xtext version. Modifies MANIFEST.MF, POM files, versions.gradle
  • XTEXT_BOOTSTRAP_VERSION: The Xtext version against which is bootstrapped. Especially important to use the bootstrap Xtend version.
  • GRADLE_WRAPPER_VERSION: Set the Gradle Wrapper version to use. Modifies project roots and wizards.
  • GRADLE_VERSIONS_PROPERTY: A property defined in gradle.versions to update, e.g. a Gradle plugin version.
    Possible values:
    • gradle_plugins
    • xtext_gradle_plugin
  • ORBIT_URL: Set SimRel Orbit repository URL in .target files and project wizard.
  • TYCHO_VERSION: Set Eclipse Tycho version.
  • MWE_VERSION: Set Eclipse MWE(2) version.
  • GENERATE_XTEXT_LANGUAGE: Regenerate the Xtext grammar language
  • GENERATE_TEST_LANGUAGES: Regenerate the Xtext test languages in xtext-core
UPDATE_VALUE
The new value to set, dependent on the selected UPDATE_TYPE option:
  • XTEXT_VERSION: New Xtext version to set (major.minor.micro, without SNAPSHOT)
  • XTEXT_BOOTSTRAP_VERSION: Bootstrap version (Maven format)
  • GRADLE_WRAPPER_VERSION: Gradle release version (without 'v' prefix)
  • GRADLE_VERSIONS_PROPERTY: Name and value, format NAME=VALUE (e.g. 'xtext_gradle_plugin=2.0.8'
  • ORBIT_URL: URL of the Eclipse Orbit p2 repository, e.g. https://download.eclipse.org/tools/orbit/downloads/2019-09
  • TYCHO_VERSION: Tycho release version
  • MWE_VERSION: MWE release information as comma-separated values. Format: [MWE_VERSION],[MWE2_VERSION],[MWE_P2_URL] (e.g. '1.6.0.M2,2.12.0.M2,https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202010292115/')
  • GENERATE_XTEXT_LANGUAGE: NO VALUE NEEDED
  • GENERATE_TEST_LANGUAGES: NO VALUE NEEDED
GIT_USER_NAME
The Git user on whose behalf the changes are committed and signed off.
GIT_USER_EMAIL
The Git user email address.
GITHUB_PR_REVIEWERS
Comma seperated list of GitHub users to assign as reviewers for the PR. Each value must be double-quoted.

Loading...

Push the target branch even when no changes were done. Usually useful in combination with enabling ADJUST_PIPELINES.

Loading...

Create Pull Requests for repositories that have changes.

Loading...

If set modify .target and pom.xml files to work against the upstream branches.

Loading...

Dry run mode. When set no changes are pushed to GitHub (skips "Publish" stage).