Based on the provided log content, the error message suggests that there is an issue with the value of one of the HTTP headers, which is not in the correct format. Specifically, the response details indicate an "InvalidHeaderValue" error.
To troubleshoot and resolve this issue, you can take the following steps:
Check the configuration of the Jenkins Azure Storage plugin. Ensure that all required parameters, such as storage account name, container name, and access key, are entered correctly.
Verify that the correct version of the Azure Storage plugin is installed in Jenkins. Ensure that you are using a compatible version that supports the features and functionality you require.
Double-check the authentication and access control settings for the Azure storage account. Ensure that the provided access key or other authentication mechanism is valid and has sufficient permissions to perform the necessary operations.
If you are using a container in the pipeline, ensure that the container has the necessary network connectivity and permissions to access the Azure storage account. Check any firewall rules or network security group configurations that might be blocking the connection.
Review the Azure storage account's diagnostic logs or monitoring metrics for any additional information or error messages that could help identify the root cause of the issue.
If the issue persists, you may consider reaching out to the Jenkins community or the Azure support team for further assistance, providing them with the relevant error details and configuration information.