Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 987 Bytes

credentials.md

File metadata and controls

28 lines (18 loc) · 987 Bytes

credentials

This part of the pipeline library provides easy to use functions for credential auto lookup.

Table of contents

lookupHttpCredential(String uri)

Performs an auto lookup for HTTP (username/password) credentials for the given uri.

lookupScmCredential(String uri)

Performs an auto lookup for SCM credentials for the given uri.

lookupSshCredential(String uri)

Performs an auto lookup for SSH credentials for the given uri.

Related classes