Per feedback from @hoyosjs from the Diagnostics repo, the sourceBuild job template should support custom buildScript parameters. This is necessary for repos that need to specify custom parameters potentially along with a custom build script. It appears that you can use the buildscript parameter to include parameters e.g. buildscript: ./build.sh /p:myproperty=true but that is not intuitively obvious to the consumer.