File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed
Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 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
7459 generateReleaseNotes : true
7560 tag : " v${{ env.METAMODEL_VERSION }}"
7661 token : ${{ secrets.GITHUB_TOKEN }}
77- removeArtifacts : true
62+ removeArtifacts : true
You can’t perform that action at this time.
0 commit comments