pkg/model/jenkins.go (6 lines of code) (raw):

package model type Jenkins struct { JenkinsUrl string JenkinsUsername string JenkinsToken string }