JenkinsConfig

data class JenkinsConfig(val url: String, val username: String, val token: String)

The Jenkins configuration.

Constructors

Link copied to clipboard
constructor(url: String, username: String, token: String)

Properties

Link copied to clipboard

The Jenkins API token.

Link copied to clipboard
val url: String

The URL to the Jenkins Instance.

Link copied to clipboard

The Jenkins username.