Release - Eclipse Distros Build #62
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Release - Eclipse Distros Build | ||
| concurrency: | ||
| group: release-eclipse | ||
| cancel-in-progress: true | ||
| on: | ||
| workflow_dispatch: | ||
| inputs: | ||
| sts4-language-servers-version: | ||
| description: Last segments of an s3 path for p2 Repo for eclipse ls extensions | ||
| required: true | ||
| type: string | ||
| qualifier: | ||
| default: "RELEASE" | ||
| description: "The version qualifier, i.e. `RELEASE` (default), RC1, M2" | ||
| required: true | ||
| type: string | ||
| jobs: | ||
| # e435-distro: | ||
| # uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml | ||
| # with: | ||
| # eclipse_profile: 'e435' | ||
| # build_type: 'release' | ||
| # p2-qualifier: 'RELEASE' | ||
| # sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }} | ||
| # java_version: '21' | ||
| # secrets: inherit | ||
| # e437-distro: | ||
| # uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml | ||
| # with: | ||
| # eclipse_profile: 'e437' | ||
| # build_type: 'release' | ||
| # p2-qualifier: ${{ inputs.qualifier }} | ||
| # sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }} | ||
| # java_version: '21' | ||
| # secrets: inherit | ||
| e438-distro: | ||
| uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml | ||
| with: | ||
| eclipse_profile: 'e438' | ||
| build_type: 'release' | ||
| p2-qualifier: ${{ inputs.qualifier }} | ||
| sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }} | ||
|
Check failure on line 48 in .github/workflows/release-eclipse-distro-build.yml
|
||
| java_version: '21' | ||
| secrets: inherit | ||