Tim Jacomb

Results 133 issues of Tim Jacomb

### What feature do you want to see added? The `FormValidation` API attempts to select the text in the validation area. https://github.com/jenkinsci/acceptance-test-harness/blob/2524148139e273d035619950ae68a99772b1ecf7/src/main/java/org/jenkinsci/test/acceptance/po/FormValidation.java#L67 But nothing in the API says whether it...

### What feature do you want to see added? I would like to get a PR created by updatecli / whatever that bumps the version of core that ATH tests...

enhancement

In: - https://github.com/jenkinsci/acceptance-test-harness/pull/723 - https://github.com/jenkinsci/acceptance-test-harness/pull/726 - https://github.com/jenkinsci/acceptance-test-harness/pull/728 https://ci.jenkins.io/blue/organizations/jenkins/Core%2Facceptance-test-harness/detail/PR-726/1/pipeline ``` master60361|2021-12-24 09:59:11.449+0000 [id=82] INFO hudson.slaves.CommandLauncher#launch: agent launched for organic_salad master60361|2021-12-24 09:59:12.386+0000 [id=115] WARNING o.e.j.s.h.ContextHandler$Context#log: Error while serving http://127.0.0.1:60361/job/digital_comfort/1/input/30df4afa64a9373296bec35feb317cee/proceedEmpty master60361|java.lang.NullPointerException master60361| at...

bug

### What feature do you want to see added? See https://plugins.jenkins.io/prism-api/ It would allow users to pick their own theme and also give us an up to date prism version...

Currently the developer docs are spread through files in https://github.com/jenkinsci/configuration-as-code-plugin/tree/master/docs It would be good to: * put them in their own folder * name them the same as the rest...

good first issue

### Jenkins and plugins versions report - ### What Operating System are you using (both controller, and any agents involved in the problem)? - ### Reproduction steps - Put invalid...

### Describe your use-case which is not covered by existing documentation. See discussion around: https://gitter.im/jenkinsci/configuration-as-code-plugin?at=61fa665aced11857f98d53c6 The error message confused the user, we could do better I think, by saying to...

The README is quite large and can be hard to find the docs in its current state, I suggest we move the 'Documentation' section up to the top or at...

good first issue

jenkins core 2.231 removed jsr305 which broke JCasC, as a quick fix we've added the dependency in jcasc (https://github.com/jenkinsci/configuration-as-code-plugin/pull/1359) but we should really remove it. _Note: ensure testing is done...

https://github.com/jenkinsci/configuration-as-code-plugin/blob/1009f950babffb896a67f9ebae3d07cfcf537f5f/plugin/src/test/java/io/jenkins/plugins/casc/misc/RoundTripAbstractTest.java#L47 RoundTripAbstractTest should be updated to validate the json schema as well

dev-tools