We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-60
1 parent 567e63f commit f5b73e4Copy full SHA for f5b73e4
src/main/java/io/jenkins/plugins/cascgroovy/GroovyScriptCaller.java
@@ -22,7 +22,7 @@
22
/**
23
* @author <a href="mailto:tomasz.szandala@gmail.com">Tomasz Szandala</a>
24
*/
25
-@Extension(optional = true, ordinal = -50)
+@Extension(optional = true, ordinal = -60) // Ordinal -60 Ensure it is loaded after JobDSL
26
@Restricted(NoExternalUse.class)
27
public class GroovyScriptCaller implements RootElementConfigurator<Boolean[]> {
28
0 commit comments