Skip to content

Commit

Permalink
Merge pull request bndr#160 from vtereso/patch-1
Browse files Browse the repository at this point in the history
Update jenkins.go
  • Loading branch information
bndr authored Nov 25, 2018
2 parents d8430d1 + 704ecfd commit 32a0b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var (
)

// Init Method. Should be called after creating a Jenkins Instance.
// e.g jenkins := CreateJenkins("url").Init()
// e.g jenkins,err := CreateJenkins("url").Init()
// HTTP Client is set here, Connection to jenkins is tested here.
func (j *Jenkins) Init() (*Jenkins, error) {
j.initLoggers()
Expand Down

0 comments on commit 32a0b9d

Please sign in to comment.