This extension validates Jenkinsfiles by sending them to the Pipeline Linter of a Jenkins server.
- Validate Jenkinsfiles from wihin vscode.
- Supports declarative pipeline only.
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 (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.
Added possibility to leave password option blank, when setting user name.
Added option to disable strict ssl validation.
Changed readme.
Changed dependency of url-parse for potential security problem.
Added the possibility to add the crumbUrl for Jenkins installations with active CRSF protection.
Changed output channel.
Bugfixes.
Bugfixes.
Bugfixes.
Initial release of jenkins-pipeline-linter-connector.