#CertifiedRetard3
Some checks failed
Gitea Organization/fileserver/pipeline/head This commit looks good
Gitea Organization/fileserver/pipeline/tag There was a failure building this commit

This commit is contained in:
Mutzi 2023-02-13 01:56:02 +01:00
parent c6f2d3f1f3
commit 7e471c4795

2
Jenkinsfile vendored
View File

@ -75,7 +75,7 @@ pipeline {
'is_draft': false,
'is_prerelease': false
]
def release_body_str = writeJSON returnText: true, data: release_body
def release_body_str = writeJSON returnText: true, json: release_body
def release_resp = httpRequest 'https://gitea.mattv.de/api/v1/repos/root/fileserver/releases',
acceptType: 'APPLICATION_JSON',
contentType: 'APPLICATION_JSON',