Running 2.2 of Hudson

Installed jenkins build flow plugin 0.5.

Create a job and launched it.
Nothing happened.  Nothing launched.

Replaced with version 0.4.
Now I get an exception.

Any ideas?

My job is configured with:

// q7 jobs will run in parallel.
parallel (
    { build(q7_win) },
    { build(q7_mac) }
)

Where q7_win and q7_mac are normal jobs defined on the Hudson server.

I tried with and without quotes around the job names.

Exception below:

Started by user slorber
Building remotely on Windows 7 - Slave 4 - VM
FATAL: jenkins.model.Jenkins
java.lang.NoClassDefFoundError: jenkins.model.Jenkins
        at com.cloudbees.plugins.flow.FlowDSL.class$(FlowDSL.groovy)
        at
com.cloudbees.plugins.flow.FlowDSL.$get$$class$jenkins$model$Jenkins(FlowDSL.groovy)
        at 
com.cloudbees.plugins.flow.FlowDSL.executeFlowScript(FlowDSL.groovy:63)
        at com.cloudbees.plugins.flow.FlowRun$RunnerImpl.doRun(FlowRun.java:130)
        at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:429)
        at hudson.model.Run.run(Run.java:1366)
        at com.cloudbees.plugins.flow.FlowRun.run(FlowRun.java:112)
        at hudson.model.ResourceController.execute(ResourceController.java:88)
        at hudson.model.Executor.run(Executor.java:145)
        at hudson.model.OneOffExecutor.run(OneOffExecutor.java:61)





--
View this message in context: 
http://jenkins.361315.n4.nabble.com/Build-Flow-Plugin-exception-tp4646653.html
Sent from the Jenkins users mailing list archive at Nabble.com.

Reply via email to