diff --git a/.jenkinsfile b/.jenkinsfile index 6515bf5..3bfd972 100644 --- a/.jenkinsfile +++ b/.jenkinsfile @@ -78,8 +78,6 @@ pipeline { def responseApi = httpRequest( url: "${env.GITEA_API_URL}/${env.RELEASE_ID}/assets?name=${fileName}", httpMode: 'POST', - acceptType: 'application/json', - contentType: 'application/octet-stream', customHeaders: [ [name: 'Accept-Type', value: 'application/json'], [name: 'Content-Type', value: 'application/octet-stream'],