How do I use groovy variables set from a properties file?
I have this simple properties file
In Groovy, how can I pass a JSON-formatted string to a function so the function treats it as JSON?
In a Jenkins pipeline, I executed an AWS command that gave me an array of JSON-formatted string, like this
In Groovy, how can I check if a string contains at least one of the strings of an array of strings?
How do I implement the answer to Is there a nice way to check if a string contains at least one string from an array of strings? in Groovy? Taking the same example
How can I get a Jenkins system variable?
I have Jenkins system variables called sandbox_schema_changed
and staging_schema_changed
that I set to either true or false. I can do this of course
How to push a Jenkins shared library file(s) to the Git repo?
I have a follow up question to Where does the jenkins shared library files get stored?
I have a pipeline where I do the following.