Skip to content

Commit

Permalink
Remove auto pr
Browse files Browse the repository at this point in the history
  • Loading branch information
ablakley-r7 committed Oct 10, 2023
1 parent 7cc908a commit c905ba7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/plugin_release_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,18 +229,6 @@ jobs:
echo "environment=staging" >> "$GITHUB_OUTPUT"
echo "automerge=true" >> "$GITHUB_OUTPUT"
- name: Trigger Auto Release for Staging
id: triggerAutoReleaseForStaging
if: success()
uses: jabbukka/jenkins-trigger@main
with:
url: ${{ secrets.JENKINS_URL }}
job_name: ${{ secrets.JENKINS_CLOUD_JOB }}
user_name: ${{ secrets.JENKINS_USER }}
api_token: ${{ secrets.JENKINS_TOKEN }}
parameter: {"PLUGINS_DETAILS":$PLUGINS_DETAILS,"AUTOMERGE":true,"ENVIRONMENT": "staging"}
wait: "true"
timeout: "1000"
- name: Announce Plugin Release Failure
id: announcePluginReleaseFailure
Expand Down

0 comments on commit c905ba7

Please sign in to comment.