From c905ba7ab174c46fd11e6f34b4abbce52bff5150 Mon Sep 17 00:00:00 2001 From: ablakley-r7 <96182471+ablakley-r7@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:55:13 +0100 Subject: [PATCH] Remove auto pr --- .github/workflows/plugin_release_staging.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/plugin_release_staging.yml b/.github/workflows/plugin_release_staging.yml index 9adc9cbb71..55544ee656 100644 --- a/.github/workflows/plugin_release_staging.yml +++ b/.github/workflows/plugin_release_staging.yml @@ -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