| Hi Chris, I would recommend the following: -In your git repository, create a folder named scripts. -Within it, create a folder for each of your scripts named after the name of the script (generally, when you design a script from VuGen, it will create a folder named after the script and place all files required for this script within it). Once you have this structure established in your git repository, you can then use the Jenkins job to checkout this git repository into the workspace of the job (you can use different dedicated plugins for that, depending whether you are using github or gitlab) and then Performance Center plugin build step will be summoned to review the structure of git repository that was checkout in the workspace, detect the scripts and upload them to a project. If you are familiar with WebEx recording format, you could review a small session i made to explain this plugin and its usage. Just be aware that the "Subject" parameter is still required in latest version but not taken in consideration (the structure defined in Git repository will be created in PC12.6x). Please make sure that you are using PC12.6x with this plugin. regards, Daniel |