Re: Arrow key not working

2024-12-12 Thread Kris Stern
This issue is likely caused by https://github.com/jenkinsci/jenkins/pull/7569. On Thursday, December 12, 2024 at 8:13:47 PM UTC+8 mortenr...@gmail.com wrote: > I run version 2.489 > And in dit boxes on a config page the arrow up/down keys dose not work any > more. > A web browser debug says "

Using custom run Actions implemented in shared library

2024-12-12 Thread Андрей Веселов
Hi everyone, I have defined some custom action in my shared library like this (class whitelisted via -Dhudson.remoting.ClassFilter JAVA_OPTS) ```groovy @ExportedBean(defaultVisibility = 2) class CustomAction implements Action, Serializable { private String someData CustomAction(String so