Skip to content

jenkinsci/azure-sdk-plugin

Folders and files

NameName
Last commit message
Last commit date
Jun 21, 2024
May 13, 2024
Oct 24, 2023
Apr 18, 2021
Nov 5, 2024
Apr 18, 2021
Jun 23, 2021
Mar 31, 2025

Repository files navigation

azure-sdk

Introduction

This is an API plugin for Azure libraries. Users should not install this directly

Configuration

It is possible to configure some settings with Java System Properties, specified with -Dproperty=value in the command line.

Http Client

  • io.jenkins.plugins.azuresdk.HttpClientRetriever.readTimeoutSeconds - This sets the read timeout (in seconds) of the HTTP client used for Azure API requests.
  • io.jenkins.plugins.azuresdk.HttpClientRetriever.responseTimeoutSeconds - This sets the response timeout (in seconds) of the HTTP client used for Azure API requests.
  • io.jenkins.plugins.azuresdk.HttpClientRetriever.writeTimeoutSeconds - This sets the write timeout (in seconds) of the HTTP client used for Azure API requests.

Contributing

Refer to our contribution guidelines

LICENSE

Licensed under MIT, see LICENSE