// Load script from Git definition { cpsScm { scm { Bbs { id('id') branches { branchSpec { name('test') } } credentialsId('user') gitTool(null) mirrorName('') projectName('Proj') repositoryName('Repo') serverId('12345') } scriptPath(jenkinsfile) } } }