Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseCredentialsXml ¶
func ParseCredentialsXml(credentialsXml []byte) (*[]Credential, error)
Converts credentials.xml into a slice of structs with all fields reduced. XML version is ignored as I could no find a parser which could handle xml 1.0+ Jenkins credentials.xml is using xml 1.1 but it does not seem to be using any of the new features. With xml 1.0+ this can eventually blow up.
Types ¶
type Credential ¶
Click to show internal directories.
Click to hide internal directories.