I am trying to run deployment using Jenkins and my pipeline looks like this:
pipeline { agent any stages { stage(\'Prepare build repo\') {