Sometimes you need to execute some logic in a pipeline step, like rename a file or push JSON somewhere.
Sometimes you need to execute some logic in a pipeline step, like rename a file or push JSON somewhere.
I mainly do things for Jenkins so I mainly code in Groovy. Most complex things I need to do is to manipulate some JSON, files, or strings. Send some messages to Slack, or push some data to DB.
☝️