Commit 833e2a3
fix: correct import for ControllerToAgentFileCallable (jenkins.agents package)
The class lives in jenkins.agents.ControllerToAgentFileCallable, not
jenkins.ControllerToAgentFileCallable. The wrong package caused a
NoClassDefFoundError at runtime, which silently prevented ForgeAIStep
from registering as a pipeline DSL step.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 0724252 commit 833e2a3
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments