Trying the new workflow plugin, the following script

node {
  svn url: 'https://svnserver.intra.buypass.no/svn/bps/smoketests/trunk/'
  def mvnHome = tool 'Maven-3.2.1'
  bat "${mvnHome}\\bin\\mvn clean compile"
}

fails with 

Running: Allocate node : Start
Running on master in C:\Jenkins\workspace\Demo workflow
Running: Allocate node : Body : Start
Running: Subversion
Running: Allocate node : Body : End
Running: Allocate node : End
Running: End of Workflow
java.lang.ClassCastException: org.jenkinsci.plugins.workflow.job.WorkflowRun 
cannot be cast to hudson.model.AbstractBuild
        at 
hudson.plugins.zentimestamp.ZenTimestampEnvironmentContributor.buildEnvironmentFor(ZenTimestampEnvironmentContributor.java:23)
        at hudson.model.Run.getEnvironment(Run.java:2224)
        at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:827)
        at 
org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:106)
        at 
org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
        at 
org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:70)
        at 
org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution.start(AbstractSynchronousStepExecution.java:34)
        at org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:136)
        at 
org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:98)
        at 
org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:45)
        at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
        at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
        at 
com.cloudbees.groovy.cps.sandbox.DefaultInvoker.methodCall(DefaultInvoker.java:15)
        at WorkflowScript.run(WorkflowScript:2)
        at Unknown.Unknown(Unknown)


Looks like the ZenTimestamper gets in the way ? Uninstalling it is not an 
option.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/7854c0c5-3f5c-4729-bebc-c91ff95586e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to