Hi there,
I'm working on adding a BatchScriptStep (in the same style as ShellStep) to the workflow-plugin to run scripts on Windows, but I am having issues building and testing the plugins. As of now I'm using mvn compile and mvn test to compile and test respectively. The compile step fails with an error in the cps compiling step: Failure to find org.jenkins-ci.plugins.workflow:workflow-support. My apologies for the lack of true log output, PS and cmd offered little help when I was trying to copy output.
Additionally testing components that did succeed in compiling results in a test failure: Failure to find org.jenkins-ci.plugins.workflow:workflow-support. That whole stack trace looks familiar to https://issues.jenkins-ci.org/browse/JENKINS-21977. Though perhaps that's best ignored until I can get a good compile run done.
I'd really like to get this compiling and be able to test this locally (hpi:run style if possible). Can someone point me in the right direction for compiling and running this properly?
Thanks!
--
Jake Vallejo