steps{
copyArtifacts(downstreamUnityJob.name,"target/**"){
buildNumber("\$UNITY_BUILD_NUMBER")
}
}groovy.lang.MissingMethodException: No signature of method: static javaposse.jobdsl.dsl.helpers.StepContext.buildNumber() is applicable for argument types: (java.lang.String) values: [$UNITY_BUILD_NUMBER]
which is perfectly valid according to this code -https://github.com/jenkinsci/job-dsl-plugin/blob/master/job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/step/CopyArtifactContext.groovy
So my question is, is there a way to pass evaluation parameters such as above to functions that don't accept them?
If anyone knows any other way to handle this please let me know.
Thanks.-G
--
You received this message because you are subscribed to the Google Groups "job-dsl-plugin" group.
To unsubscribe from this group and stop receiving emails from it, send an email to job-dsl-plugi...@googlegroups.com.
To post to this group, send email to job-dsl...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/job-dsl-plugin/df8fac62-ac88-4a5b-b548-0146c10f26ff%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
To view this discussion on the web visit https://groups.google.com/d/msgid/job-dsl-plugin/044becca-3aa2-4718-a3ea-7577897668a1%40googlegroups.com.