Results 19 comments of Patrick Housley

I noticed that @repo.getSvnStatus is receiving the below XML from the svn command. Since the xml contains no entries, no file updates are being made. It may be best to...

https://github.com/jenkinsci/subversion-plugin/blob/master/src/main/java/hudson/scm/listtagsparameter/ListSubversionTagsParameterDefinition.java

I was going to try and resolve this issue but I keep getting the below build error. ``` [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project jenkins-control-plugin:...

For anyone finding this bug report, I am able to work around the issues using the below Jest mock: ```ts jest.setMock('vue', (() => { const Vue = require('vue'); return {...

The below markdown, when linted, violates rule MD005 for the nested unordered list part. I have tried 3 and 4 spaces. The only way to make it work is to...

Sorry fellows, been on vacation. So I would normally agree if the README was actually used for documentation. However, it is not in this repo. I will leave it to...

Is this going to be merged? If not, please close it and explain why.

I was able to work around this for now using the `webpack-stats-plugin` module and the below code: ``` new StatsWriterPlugin({ filename: 'server-stats.json', fields: null }) ```

Test: ``` js it('should dereference schemas and load the raml object', function (done) { raml.loadFile(__dirname + '/../raml-files/dereference-json-schema.raml', { dereferenceSchemas: true }).then(function (ramlObj) { done(); }, function (err) { done(err); });...

It's not. I ran pip manually and get the same thing unless I include the port in the trusted host flag.