Skip to content

Commit

Permalink
Add "strictTls" setting option
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Judas committed Mar 23, 2018
1 parent c8b6d3f commit ae89342
Show file tree
Hide file tree
Showing 4 changed files with 2,597 additions and 25 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ If you need _authentication_, just add `username` and `password_or_token` in the
{
"url": "http://127.0.0.1:8080/job/myproject",
"username": "jenkins_user",
"password": "jenkins_password_or_token"
"password": "jenkins_password_or_token",
"strictTls": true
}
```

Expand Down
Loading

0 comments on commit ae89342

Please sign in to comment.