Skip to content

Commit f5b73e4

Browse files
authored
use ordinal -60 to load after JobDSL JCasC configurator
1 parent 567e63f commit f5b73e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/jenkins/plugins/cascgroovy/GroovyScriptCaller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/**
2323
* @author <a href="mailto:tomasz.szandala@gmail.com">Tomasz Szandala</a>
2424
*/
25-
@Extension(optional = true, ordinal = -50)
25+
@Extension(optional = true, ordinal = -60) // Ordinal -60 Ensure it is loaded after JobDSL
2626
@Restricted(NoExternalUse.class)
2727
public class GroovyScriptCaller implements RootElementConfigurator<Boolean[]> {
2828

0 commit comments

Comments
 (0)