Skip to content

Commit

Permalink
Mask manual password input
Browse files Browse the repository at this point in the history
  • Loading branch information
joerkeja committed Dec 5, 2018
1 parent 128423f commit 4cd9602
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
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.5

Mask manual password input.

### 1.1.4

Added possibility to leave password option blank, when setting user name.
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,17 @@ This extension contributes the following settings:
* `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.

## Contributors

* [Blake Easley](https://github.com/Jimmyscene)
* [Tomáš Hartmann](https://github.com/cvakiitho)

## Release Notes

### 1.1.5

Mask manual password input.

### 1.1.4

Added possibility to leave password option blank, when setting user name.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jenkins-pipeline-linter-connector",
"displayName": "Jenkins Pipeline Linter Connector",
"description": "Validates Jenkinsfiles by sending them to the Pipeline Linter of a Jenkins server.",
"version": "1.1.4",
"version": "1.1.5",
"icon": "images/icon.png",
"publisher": "janjoerke",
"license": "LICENSE.txt",
Expand Down

0 comments on commit 4cd9602

Please sign in to comment.