I would like to supply the values for the variables in a checked out application.yml file in my Jenkins job.
The varable_name = value have been defined in the “Prepare environment for the run” section of the job configuration.
In the Jenkinsfile, how can I pass in those values to the yml file as I would like to scp that file with the supplied values to a remote server.