Skip to content

Commit 96f9cc0

Browse files
committed
build: remove jenkins trigger from release workflow
1 parent 187f022 commit 96f9cc0

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/release-all-java.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,6 @@ jobs:
3838
target_branch: 'releases'
3939
commit_message_template: 'Merge commit for release of version v${{ env.METAMODEL_VERSION }}'
4040

41-
# Trigger EF Jenkins. This job waits for Jenkins to complete the publishing, which may take a long time, because every
42-
# module is signed individually, and parallelism is not available. Hence, the increased timeout of 3600 seconds.
43-
# There is no way to cancel the process on Jenkins from withing GitHub.
44-
- name: Trigger Release on EF Jenkins
45-
uses: toptal/jenkins-job-trigger-action@master
46-
with:
47-
jenkins_url: "https://ci.eclipse.org/dataspaceconnector/"
48-
jenkins_user: ${{ secrets.EF_JENKINS_USER }}
49-
jenkins_token: ${{ secrets.EF_JENKINS_TOKEN }}
50-
job_name: "Plugins-Autobuild-Release"
51-
job_params: |
52-
{
53-
"VERSION": "${{ env.METAMODEL_VERSION }}"
54-
}
55-
job_timeout: "3600" # Default 30 sec. (optional)
5641
outputs:
5742
metamodel-version: ${{ env.METAMODEL_VERSION }}
5843

@@ -74,4 +59,4 @@ jobs:
7459
generateReleaseNotes: true
7560
tag: "v${{ env.METAMODEL_VERSION }}"
7661
token: ${{ secrets.GITHUB_TOKEN }}
77-
removeArtifacts: true
62+
removeArtifacts: true

0 commit comments

Comments
 (0)