From bbb8f457d6a175e19a43b54a5d4c7d591b83bd74 Mon Sep 17 00:00:00 2001 From: Voomra Date: Mon, 18 Aug 2025 14:35:18 +0300 Subject: [PATCH] build(ci): fix http headers --- .jenkinsfile | 2 -- 1 file changed, 2 deletions(-) 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'],