Hello!

In my jenkinsfile I am writing to a yaml file.

One of the parameters being taken is is written to the yaml file like this:

param: test-targets=[annotation 
com.company.android.customAnnotations.SanityTest, 
notAnnotation com.company.android.customAnnotations.IgnoreTestLab] 

When trying to run the job in jenkins, the build fails with "Cannot 
deserialize instance of `java.util.ArrayList` out of VALUE_STRING token"

what would the correct way be to handle this in groovyland?

-- 
You received this message because you are subscribed to the Google Groups 
"jackson-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to