Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JenkinsRequest

description

Basic information required for a standard Jenkins request

property

{string} username - The username of a Jenkins user

property

{string} token - The Jenkins API token associated with the user

property

{string} jenkinsHost - The hostname of the Jenkins instance

property

{Options} [options] - Extra query parameters for build endpoints

Hierarchy

Index

Properties

Optional jenkinsHost

jenkinsHost: undefined | string

Optional options

options: Options

Optional token

token: undefined | string

Optional username

username: undefined | string

Generated using TypeDoc