James Nord

Results 81 issues of James Nord

With Visual Studio Express 2013 (widows desktop edition) on Windows 8.1 64bit the 64bit build fails. 1) uncomment "BITS = 64" in makefile.vc (otherwise it builds the 32bit app) 2)...

See [JENKINS-69195](https://issues.jenkins.io/browse/JENKINS-69195). `yarn ci:lint` fails if the less files have non unix line ends. Whilst `.gitattributes` specifies the line endings for `.less` files now - nothing happens for their line...

skip-changelog

recent windows 10 can support colour (it is even enabled in logrus) however the default formatter does not use colour and so the default log format is different on windows...

The definition of what happens to a prompt created from a `beforeunload` event unintentionally changed from being implicitly dismissed from explicit navigation to implicit navigation. the link used to go...

**Describe the bug** if a symlink exists in the repository it does not seem possible to resolve it using the current API methods **To Reproduce** Steps to reproduce the behavior:...

enhancement

the CI nodes may (or may not have a large number of CPUs), and by default we only run one surefire fork for all tests. This could be a bit...

calling setLabels on an agent will not persist the node. in older versions of Jenkins the tests would be less flaky as adding any Node would cause all labels to...

maintenance
developer

The WebDriver may be wrapped or unwrapped so we need to unwarp it to get the underlying driver to see if that is a RemoteWebDriver to configure the FileDetector amends...

fix

see #745 Currently this does not fully work as the local environment is still being picked up for GIT_SSH etc.. ``` 27 : inflating: gitRepo/.git/refs/heads/master 28 : creating: gitRepo/.git/refs/tags/ 29...

### Jenkins and plugins versions report [GitRepo](https://github.com/jenkinsci/acceptance-test-harness/blob/a9027d40be247fbc51f4ea4af7e4bd0bd7f7e6e8/src/main/java/org/jenkinsci/test/acceptance/plugins/git/GitRepo.java#L98) fails on windows because 1. `posixPermissions` are not supported and it throws a `java.lang.UnsupportedOperationException` 2. even if that silently worked or was swallowed,...

bug