PipAuthenticate@0 - Python pip authenticate v0 task

Use this task to provide authentication for the pip client that installs Python distributions.

Syntax

# Python pip authenticate v0
# Authentication task for the pip client used for installing Python distributions.
- task: PipAuthenticate@0
  inputs:
  # Feeds and Authentication
    #artifactFeeds: # string. Alias: feedList. My feeds (select below). 
    #externalFeeds: # string. Alias: externalSources. Feeds from external organizations.
# Python Pip Authenticate v0
# Authentication task for pip client used for installing python distributions.
- task: PipAuthenticate@0
  inputs:
  # Feeds and Authentication
    #artifactFeeds: # string. Alias: feedList. My feeds (select below). 
    #externalFeeds: # string. Alias: externalSources. Feeds from external organizations.

Inputs

artifactFeeds - My feeds (select below)
Input alias: feedList. string.

Specifies the feeds to authenticate as present in the organization.


externalFeeds - Feeds from external organizations
Input alias: externalSources. string.

Specifies the endpoints to authenticate outside the organization.


Task control options

All tasks have control options in addition to their task inputs. For more information, see Control options and common task properties.

Output variables

None.

Requirements

Requirement Description
Pipeline types YAML, Classic build, Classic release
Runs on Agent, DeploymentGroup
Demands None
Capabilities This task does not satisfy any demands for subsequent tasks in the job.
Command restrictions Any
Settable variables Any
Agent version 2.144.0 or greater
Task category Package
Requirement Description
Pipeline types YAML, Classic build, Classic release
Runs on Agent, DeploymentGroup
Demands None
Capabilities This task does not satisfy any demands for subsequent tasks in the job.
Command restrictions Any
Settable variables Any
Agent version 2.115.0 or greater
Task category Package