Skip to content

Commit

Permalink
Test CI plugin updates with repository forks
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed May 9, 2024
1 parent 2d61c78 commit cff8419
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion .github/workflows/gradle-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
commit_message: '[bot] Update develocity-injection reference script as ${{ inputs.version }}'
tagging_message: '${{ inputs.version }}'

update-gradle-actions:
needs: [update-reference]
uses: ./.github/workflows/gradle-send-update-pr.yml
Expand All @@ -44,3 +44,33 @@ jobs:
script-location: 'sources/src/resources/init-scripts/gradle-actions.inject-develocity.init.gradle'
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

update-jenkins-gradle-plugin:
needs: [update-reference]
uses: ./.github/workflows/gradle-send-update-pr.yml
with:
version: ${{ inputs.version }}
repository: 'bigdaz/jenkins-gradle-plugin'
script-location: 'src/main/resources/hudson/plugins/gradle/injection/init-script.gradle'
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

update-develocity-bamboo-plugin:
needs: [update-reference]
uses: ./.github/workflows/gradle-send-update-pr.yml
with:
version: ${{ inputs.version }}
repository: 'bigdaz/develocity-bamboo-plugin'
script-location: 'src/main/resources/develocity/gradle/develocity-init-script.gradle'
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

update-develocity-teamcity-plugin:
needs: [update-reference]
uses: ./.github/workflows/gradle-send-update-pr.yml
with:
version: ${{ inputs.version }}
repository: 'bigdaz/teamcity-build-scan-plugin'
script-location: 'agent/src/main/resources/build-scan-init.gradle'
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit cff8419

Please sign in to comment.