Lionel Orry

Results 12 comments of Lionel Orry

+1 to reopen the request please

I love this addition ! Any chance to see it merged soon?

Hello, I would love to see this suggestion implemented: > 2. Implementing an action that would allow us to change the labels dynamically and adding the possibility to select lockable...

For information, GitHub Enterprise 2.10.0 has just been released, with [support for GraphQL API](https://enterprise.github.com/releases/2.10.0/notes). Usage of GraphQL API through GitHub Enterprise is documented [here](https://developer.github.com/enterprise/2.10/v4/guides/intro-to-graphql/).

Hello, for information, I got an issue with the kubernetes plugin due to this. Here is the stack trace I have : ``` Also: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 81396a71-3130-44a4-a1db-04ad482fa418 java.lang.ClassNotFoundException: org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgentScript at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445)...

> @chickenkiller have you neglected to update some other plugins? This PR should only have mattered for people running extremely outdated versions. No I updated absolutely everything. The stack trace...

@jglick This line is the culprit: https://github.com/jenkinsci/workflow-cps-plugin/pull/538/files#diff-b12766f1439ade0a5b3ad1be7d7e93437350225fc182a52f178c8e75972d2bffL29 This file is not referenced anywhere in kubernetes-plugin though the declarative model loads it (and needs it). I wanted to make a P/R...

I mean, I found no occurrence of loadClass() method inside kubernetes-plugin repo, so I don't know where to override the `isAllowed()` method?

Thank you very much @jglick and @dwnusbaum ! Let me know if I can help testing anything.