Skip to content

Commit

Permalink
Added option to leave password blank
Browse files Browse the repository at this point in the history
  • Loading branch information
joerkeja committed Dec 3, 2018
1 parent 386e02c commit ea597e2
Show file tree
Hide file tree
Showing 5 changed files with 376 additions and 365 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

### 1.1.4

Added possibility to leave password option blank, when setting user name.

### 1.1.3

Added option to disable strict ssl validation.
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ This extension contributes the following settings:
* `jenkins.pipeline.linter.connector.url`: Url of the Jenkins Pipeline Linter.
* `jenkins.pipeline.linter.connector.crumbUrl`: Url of the Jenkins Crumb Issuer.
* `jenkins.pipeline.linter.connector.pass`: Jenkins username.
* `jenkins.pipeline.linter.connector.user`: Jenkins password.
* `jenkins.pipeline.linter.connector.user`: Jenkins password (can be left blank if you don't want to put your password in your settings).
* `jenkins.pipeline.linter.connector.strictssl`: Set to false to allow invalid ssl connections.

## Release Notes

### 1.1.4

Added possibility to leave password option blank, when setting user name.

### 1.1.3

Added option to disable strict ssl validation.
Expand Down
Loading

0 comments on commit ea597e2

Please sign in to comment.