You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':migrateSessionFunction'.
> Unable to marshall request to JSON: Unable to marshall request to JSON: org.codehaus.groovy.runtime.GStringImpl cannot be cast to java.lang.String
Succeeds:
lambda {
def String value = "value/${with}/replacement"
environment = [
KEY: value
]
}